Interface PlainSchemaDAO
- All Superinterfaces:
DAO<PlainSchema>,SchemaDAO<PlainSchema>
- All Known Subinterfaces:
PlainSchemaRepo,PlainSchemaRepo
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORT -
Method Summary
Modifier and TypeMethodDescriptionbooleanexistsPlainAttrUniqueValue(String realmKey, PlainSchema schema, PlainAttrValue attrValue) booleanexistsPlainAttrUniqueValue(AnyUtils anyUtils, String anyKey, PlainSchema schema, PlainAttrValue attrValue) findByValidator(Implementation validator) booleanhasAttrs(PlainSchema schema) Methods inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
count, delete, deleteById, existsById, findAll, findById, saveMethods inherited from interface org.apache.syncope.core.persistence.api.dao.SchemaDAO
findByAnyTypeClasses, findByIdLike
-
Method Details
-
hasAttrs
-
existsPlainAttrUniqueValue
-
existsPlainAttrUniqueValue
boolean existsPlainAttrUniqueValue(AnyUtils anyUtils, String anyKey, PlainSchema schema, PlainAttrValue attrValue) -
findByValidator
-