Index
Entity DAO com.soffid.iam.model.CustomObjectEntityDao
[Entity]
Description
DAO methods
findByTypeAndName
select o from com.soffid.iam.model.CustomObjectEntity as o where o.type.name = :objectType and o.name = :name and o.type.tenant.id=:tenantId
objectType
java.lang.String
name
java.lang.String
Returns
com.soffid.iam.model.CustomObjectEntity
findByText
-
objectType
java.lang.String
text
java.lang.String
Returns
java.util.Collection<
com.soffid.iam.model.CustomObjectEntity
>
findCustomObjectNames
select o.name from com.soffid.iam.model.CustomObjectEntity as o where o.type.name=:type and o.type.tenant.id=:tenantId
type
java.lang.String
Returns
java.util.List< java.lang.String >
DAO Dependencies
CustomObjectAttributeEntity
CustomObjectTypeEntity
Managed value objects
CustomObject
Service Dependencies
2/28/24