Index
Entity DAO com.soffid.iam.model.AccountMetadataEntityDao
[Entity]
Description
DAO methods
findByName
from com.soffid.iam.model.AccountMetadataEntity where system.name = :system and name = :name
and system.tenant.id=:tenantId
system
java.lang.String
name
java.lang.String
Returns
com.soffid.iam.model.AccountMetadataEntity
findBySystem
from com.soffid.iam.model.AccountMetadataEntity where system.name = :systemName
and system.tenant.id=:tenantId order by order
systemName
java.lang.String
Returns
java.util.List<
com.soffid.iam.model.AccountMetadataEntity
>
DAO Dependencies
AccountAttributeEntity
AuditEntity
CustomObjectTypeEntity
SystemEntity
Managed value objects
DataType
Service Dependencies
2/28/24