Uses of Interface
com.mewebstudio.springboot.jpa.nestedset.INestedSetNode
-
Uses of INestedSetNode in com.mewebstudio.springboot.jpa.nestedset
Classes in com.mewebstudio.springboot.jpa.nestedset with type parameters of type INestedSetNodeModifier and TypeClassDescriptionclassAbstractNestedSetService<T extends INestedSetNode<ID,T>, ID> Abstract service class for managing nested set trees.interfaceINestedSetNode<ID,T extends INestedSetNode<ID, T>> Interface representing a node in a nested set tree structure.interfaceJpaNestedSetRepository<T extends INestedSetNode<ID,T>, ID> Repository interface for managing nested set nodes.Methods in com.mewebstudio.springboot.jpa.nestedset with type parameters of type INestedSetNodeModifier and TypeMethodDescriptionstatic <ID,E extends INestedSetNode<ID, E>, T extends INestedSetNodeResponse<ID>>
List<T>Build a tree structure from a list of nested set nodes.Methods in com.mewebstudio.springboot.jpa.nestedset that return INestedSetNodeMethods in com.mewebstudio.springboot.jpa.nestedset with parameters of type INestedSetNodeModifier and TypeMethodDescriptionAbstractNestedSetService.getNodeGap(List<T> allNodes, INestedSetNode<ID, T> parent) Get the gap for inserting a new node in the nested set tree.voidINestedSetNode.setParent(INestedSetNode<ID, T> parent) Set the parent node of this node.