A
C
D
E
F
G
I
J
L
M
N
S
T
U
V
W
F
- findAll(org.springframework.data.domain.Example) - function in org.springframework.data.jpa.repository.JpaNestedSetRepository
- findAll(org.springframework.data.domain.Example,org.springframework.data.domain.Sort) - function in org.springframework.data.jpa.repository.JpaNestedSetRepository
- findAll() - function in org.springframework.data.repository.JpaNestedSetRepository
- findAll(org.springframework.data.domain.Pageable) - function in org.springframework.data.repository.JpaNestedSetRepository
- findAll(org.springframework.data.domain.Sort) - function in org.springframework.data.repository.JpaNestedSetRepository
- findAll(org.springframework.data.domain.Example,org.springframework.data.domain.Pageable) - function in org.springframework.data.repository.query.JpaNestedSetRepository
- findAllById(java.lang.Iterable) - function in org.springframework.data.repository.JpaNestedSetRepository
- findAllOrderedByLeft() - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find all nodes in the tree, ordered by their left value.
- findAncestors(java.lang.Integer,java.lang.Integer) - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find all ancestors of a given node.
- findBy(org.springframework.data.domain.Example,java.util.function.Function) - function in org.springframework.data.repository.query.JpaNestedSetRepository
- findById(ID) - function in org.springframework.data.repository.JpaNestedSetRepository
- findByLeft(java.lang.Integer) - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find a node by its left value.
- findByLeftAndRight(java.lang.Integer,java.lang.Integer) - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find a node by its left and right values.
- findByLeftBetween(java.lang.Integer,java.lang.Integer) - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find all nodes with left value between the specified range.
- findByParentId(ID) - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find all nodes that are children of a given parent node.
- findByRight(java.lang.Integer) - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find a node by its right value.
- findChildren(ID) - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find all children of a given parent node.
- findContaining(java.lang.Integer,java.lang.Integer) - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find all the nodes (top level nodes) that cover the given range.
- findDescendants(java.lang.Integer,java.lang.Integer) - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find all descendants of a given node.
- findExact(java.lang.Integer,java.lang.Integer) - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find all the node that exactly matches the given left and right values.
- findExactExcluding(java.lang.Integer,java.lang.Integer) - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Retrieves all ancestor nodes of a given node based on its left and right values, excluding the node itself.
- findLeafNodes() - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find all leaf nodes in the tree.
- findNextSibling(ID,java.lang.Integer) - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find next sibling of a node by its parentId and left value.
- findNodesToShift(java.lang.Integer) - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Retrieves nodes with a right value greater than the specified value.
- findOne(org.springframework.data.domain.Example) - function in org.springframework.data.repository.query.JpaNestedSetRepository
- findPrevSibling(ID,java.lang.Integer) - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find previous sibling of a node by its parentId and left value.
- findRootNodes() - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find all root nodes in the tree.
- findSiblings(ID,ID) - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find all siblings of a given node.
- findSubtree(java.lang.Integer,java.lang.Integer) - function in com.mewebstudio.springboot.jpa.nestedset.kotlin.JpaNestedSetRepository
- Find all subtrees of a regular node, including its subtrees.
- flush() - function in org.springframework.data.jpa.repository.JpaNestedSetRepository