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 TypeMethodDescriptionboolean
existsPlainAttrUniqueValue
(AnyUtils anyUtils, String anyKey, PlainSchema schema, PlainAttrValue attrValue) findByValidator
(Implementation validator) boolean
hasAttrs
(PlainSchema schema) Methods inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
count, delete, deleteById, existsById, findAll, findById, save
Methods inherited from interface org.apache.syncope.core.persistence.api.dao.SchemaDAO
findByAnyTypeClasses, findByIdLike
-
Method Details
-
hasAttrs
-
existsPlainAttrUniqueValue
boolean existsPlainAttrUniqueValue(AnyUtils anyUtils, String anyKey, PlainSchema schema, PlainAttrValue attrValue) -
findByValidator
-