Interface RealmSearchDAO
- All Known Implementing Classes:
ElasticsearchRealmSearchDAO
,JPARealmSearchDAO
,Neo4jRealmSearchDAO
,OpenSearchRealmSearchDAO
public interface RealmSearchDAO
-
Method Summary
Modifier and TypeMethodDescriptionlong
countDescendants
(String base, String keyword) default void
findAncestors
(List<Realm> result, Realm realm) findAncestors
(Realm realm) findByFullPath
(String fullPath) findByName
(String name) findChildren
(Realm realm) findDescendants
(String base, String prefix) findDescendants
(String base, String keyword, org.springframework.data.domain.Pageable pageable)
-
Method Details
-
findByFullPath
-
findByName
-
findChildren
-
countDescendants
-
findDescendants
-
findDescendants
-
findAncestors
-
findAncestors
-