Interface RealmDAO
- All Known Implementing Classes:
JPARealmDAO,Neo4jRealmDAO
-
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 Realm> findAll(org.springframework.data.domain.Pageable pageable) findByActionsContaining(Implementation logicActions) findByPolicy(T policy) findByResources(ExternalResource resource) getRoot()Methods inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
count, delete, deleteById, existsById, findAll, findById, save