Interface AnyDAO<A extends Any>
- All Superinterfaces:
DAO<A>
- All Known Subinterfaces:
AnyObjectDAO,AnyObjectRepo,AnyObjectRepo,GroupDAO,GroupRepo,GroupRepo,UserDAO,UserRepo,UserRepo
-
Field Summary
FieldsFields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORT -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<? extends A> findAll(org.springframework.data.domain.Pageable pageable) <S extends Schema>
AllowedSchemas<S> findAllowedSchemas(A any, Class<S> reference) findByKeys(List<String> keys) findByResourcesContaining(ExternalResource resource) findDynRealms(String key) findLastChange(String key) Methods inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
count, delete, deleteById, existsById, findAll, findById, save
-
Field Details
-
DEFAULT_PAGE_SIZE
static final int DEFAULT_PAGE_SIZE- See Also:
-
-
Method Details
-
findByKeys
-
findLastChange
-
authFind
-
findByResourcesContaining
-
findAll
org.springframework.data.domain.Page<? extends A> findAll(org.springframework.data.domain.Pageable pageable) -
findAllowedSchemas
-
findDynRealms
-
findAllResourceKeys
-