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>,ID> Abstract service class for managing nested set trees.interfaceJpaNestedSetRepository<T extends INestedSetNode<ID>,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>, 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 TypeMethodDescriptionvoidINestedSetNode.setParent(INestedSetNode<ID> parent) Set the parent node of this node.