Index
Entity DAO com.soffid.iam.iga.model.InformationSystemAttributeEntityDao
[Entity]
Description
DAO methods
findByNameAndValue
select att from com.soffid.iam.iga.model.InformationSystemAttributeEntity as att where att.metadata.name = :name and att.value = :value
name
java.lang.String
value
java.lang.String
Returns
java.util.List<
com.soffid.iam.iga.model.InformationSystemAttributeEntity
>
DAO Dependencies
AuditEntity
InformationSystemEntity
MetaDataEntity
Managed value objects
Service Dependencies
AuthorizationService
12/16/25