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 TypeMethodDescription<T extends PlainAttr<?>>
voiddelete
(T plainAttr) findByValidator
(Implementation validator) <T extends PlainAttr<?>>
booleanhasAttrs
(PlainSchema schema, Class<T> reference) 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