Interface PlainSchemaDAO
-
- All Superinterfaces:
DAO<PlainSchema>
,SchemaDAO<PlainSchema>
- All Known Implementing Classes:
JPAPlainSchemaDAO
,MyJPAJSONPlainSchemaDAO
,OJPAJSONPlainSchemaDAO
,PGJPAJSONPlainSchemaDAO
public interface PlainSchemaDAO extends SchemaDAO<PlainSchema>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends PlainAttr<?>>
List<T>findAttrs(PlainSchema schema, Class<T> reference)
List<PlainSchema>
findByValidator(Implementation validator)
<T extends PlainAttr<?>>
booleanhasAttrs(PlainSchema schema, Class<T> reference)
-
Methods inherited from interface org.apache.syncope.core.persistence.api.dao.SchemaDAO
delete, find, findAll, findByAnyTypeClasses, findByKeyword, save
-
-
-
-
Method Detail
-
findAttrs
<T extends PlainAttr<?>> List<T> findAttrs(PlainSchema schema, Class<T> reference)
-
hasAttrs
<T extends PlainAttr<?>> boolean hasAttrs(PlainSchema schema, Class<T> reference)
-
findByValidator
List<PlainSchema> findByValidator(Implementation validator)
-
-