Interface RealmSearchDAO
- All Known Implementing Classes:
ElasticsearchRealmSearchDAO,JPARealmSearchDAO,Neo4jRealmSearchDAO,OpenSearchRealmSearchDAO
public interface RealmSearchDAO
-
Method Summary
Modifier and TypeMethodDescriptionlongcountDescendants(String base, String keyword) longcountDescendants(Set<String> bases, String keyword) default voidfindAncestors(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) findDescendants(Set<String> bases, String keyword, org.springframework.data.domain.Pageable pageable)
-
Method Details
-
findByFullPath
-
findByName
-
findChildren
-
countDescendants
-
countDescendants
-
findDescendants
-
findDescendants
-
findDescendants
-
findAncestors
-
findAncestors
-