Index
Entity DAO com.soffid.iam.am.model.AccountPasswordEntityDao
[Entity]
Description
DAO methods
findLastByAccount
select pwd
from com.soffid.iam.am.model.AccountPasswordEntity as pwd
where pwd.account.id = :accountId
and pwd.order=0
accountId
long
Returns
com.soffid.iam.am.model.AccountPasswordEntity
DAO Dependencies
AccountEntity
Managed value objects
PasswordStatus
Service Dependencies
12/16/25