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