Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
C
checkTreeIntegrity(DbSession, N)
- Method in class fri.util.database.jpa.tree.
AbstractTreeTest
checkTreeIntegrity(DbSession, ClosureTableTreeNode)
- Method in class fri.util.database.jpa.tree.closuretable.
ClosureTableTreeTest
Checks that no ClosureTableTreeNode is not connected to TreePath.
checkTreeIntegrity(DbSession, ClosureTableTreeNode)
- Method in class fri.util.database.jpa.tree.closuretable.
TemporalClosureTableTreeTest
checkTreeIntegrity(DbSession, NestedSetsTreeNode)
- Method in class fri.util.database.jpa.tree.nestedsets.
NestedSetsTreeTest
Checks the left and right indexes for continuity.
checkTreeIntegrity(DbSession, NestedSetsTreeNode)
- Method in class fri.util.database.jpa.tree.nestedsets.
TemporalNestedSetsTreeTest
checkUniqueChildrenConstraint(N, TreeActionLocation<N>)
- Method in class fri.util.database.jpa.tree.uniqueconstraints.
AbstractUniqueTreeConstraintImpl
Checks if passed node would be unique in the children of given location, but can not check roots.
checkUniqueConstraint(N, N, N)
- Method in class fri.util.database.jpa.tree.
AbstractTreeDao
Checks unique constraint(s) for passed entity before an update of unique properties.
checkUniqueConstraint(List<ClosureTableTreeNode>, TreeActionLocation<ClosureTableTreeNode>)
- Method in class fri.util.database.jpa.tree.closuretable.uniqueconstraints.
UniqueChildrenConstraintImpl
The implementation of this is expected to check the uniqueness of passed node(s).
checkUniqueConstraint(List<ClosureTableTreeNode>, TreeActionLocation<ClosureTableTreeNode>)
- Method in class fri.util.database.jpa.tree.closuretable.uniqueconstraints.
UniqueChildrenTemporalConstraintImpl
The implementation of this is expected to check the uniqueness of passed node(s).
checkUniqueConstraint(List<NestedSetsTreeNode>, TreeActionLocation<NestedSetsTreeNode>)
- Method in class fri.util.database.jpa.tree.nestedsets.uniqueconstraints.
UniqueChildrenConstraintImpl
The implementation of this is expected to check the uniqueness of passed node(s).
checkUniqueConstraint(List<NestedSetsTreeNode>, TreeActionLocation<NestedSetsTreeNode>)
- Method in class fri.util.database.jpa.tree.nestedsets.uniqueconstraints.
UniqueChildrenTemporalConstraintImpl
The implementation of this is expected to check the uniqueness of passed node(s).
checkUniqueConstraint(N, N, N)
- Method in interface fri.util.database.jpa.tree.
TreeDao
Checks unique constraint(s) for passed entity before an update of unique properties.
checkUniqueConstraint(List<N>, TreeActionLocation<N>)
- Method in class fri.util.database.jpa.tree.uniqueconstraints.
AbstractWholeTreeUniqueConstraintImpl
The implementation of this is expected to check the uniqueness of passed node(s).
checkUniqueConstraint(List<N>, TreeActionLocation<N>)
- Method in interface fri.util.database.jpa.tree.uniqueconstraints.
UniqueTreeConstraint
The implementation of this is expected to check the uniqueness of passed node(s).
checkUniqueness(List<N>, TreeActionLocation<N>)
- Method in class fri.util.database.jpa.tree.
AbstractTreeDao
Utility method that calls the implementation when one was defined.
checkUniqueWholeTreeConstraint(List<N>, TreeActionLocation<N>)
- Method in class fri.util.database.jpa.tree.uniqueconstraints.
AbstractUniqueTreeConstraintImpl
Checks if passed node would be unique within its tree.
clone()
- Method in interface fri.util.database.jpa.tree.closuretable.
ClosureTableTreeNode
For copy and unique constraint checking this is required.
clone()
- Method in class fri.util.database.jpa.tree.closuretable.pojos.
ClosureTableTreePojo
clone()
- Method in class fri.util.database.jpa.tree.examples.closuretable.
PersonCtt
clone()
- Method in class fri.util.database.jpa.tree.examples.nestedsets.
PersonNst
clone()
- Method in class fri.util.database.jpa.tree.examples.nestedsets.temporal.
PersonTnst
clone()
- Method in interface fri.util.database.jpa.tree.nestedsets.
NestedSetsTreeNode
For copy and unique constraint checking this is required.
clone()
- Method in class fri.util.database.jpa.tree.nestedsets.pojos.
NestedSetsTreePojo
clone()
- Method in class fri.util.database.jpa.tree.nestedsets.pojos.
NonUniqueNestedSetsTreePojo
clone()
- Method in class fri.util.database.jpa.tree.nestedsets.pojos.
TemporalNestedSetsTreePojo
clone()
- Method in interface fri.util.database.jpa.tree.
TreeNode
For copy and unique constraint-checks cloning is required.
ClosureTableTreeDao
- Class in
fri.util.database.jpa.tree.closuretable
Data-access-object for a hierarchical representation of records (nodes), using two database tables, having no parent reference in children.
ClosureTableTreeDao(Class<? extends ClosureTableTreeNode>, Class<? extends TreePath>, boolean, DbSession)
- Constructor for class fri.util.database.jpa.tree.closuretable.
ClosureTableTreeDao
ClosureTableTreeDao(Class<? extends ClosureTableTreeNode>, String, Class<? extends TreePath>, String, boolean, DbSession)
- Constructor for class fri.util.database.jpa.tree.closuretable.
ClosureTableTreeDao
ClosureTableTreeEclipselinkTest
- Class in
fri.util.database.jpa.tree.closuretable.providers
ClosureTableTreeEclipselinkTest()
- Constructor for class fri.util.database.jpa.tree.closuretable.providers.
ClosureTableTreeEclipselinkTest
ClosureTableTreeHibernateSessionTest
- Class in
fri.util.database.jpa.tree.hibernatesession.tests
ClosureTableTreeHibernateSessionTest()
- Constructor for class fri.util.database.jpa.tree.hibernatesession.tests.
ClosureTableTreeHibernateSessionTest
ClosureTableTreeHibernateTest
- Class in
fri.util.database.jpa.tree.closuretable.providers
ClosureTableTreeHibernateTest()
- Constructor for class fri.util.database.jpa.tree.closuretable.providers.
ClosureTableTreeHibernateTest
ClosureTableTreeNode
- Interface in
fri.util.database.jpa.tree.closuretable
Every domain object (POJO) that wants tree structure by a ClosureTableTreeDao needs to implement this interface.
ClosureTableTreePojo
- Class in
fri.util.database.jpa.tree.closuretable.pojos
Example POJO for the unit test, implementing
ClosureTableTreeNode
via JPA.
ClosureTableTreePojo()
- Constructor for class fri.util.database.jpa.tree.closuretable.pojos.
ClosureTableTreePojo
No-argument constructor needed by JPA layer.
ClosureTableTreePojo(String)
- Constructor for class fri.util.database.jpa.tree.closuretable.pojos.
ClosureTableTreePojo
Convenience constructor for programming.
ClosureTableTreeTest
- Class in
fri.util.database.jpa.tree.closuretable
ClosureTableTreeTest()
- Constructor for class fri.util.database.jpa.tree.closuretable.
ClosureTableTreeTest
commitDbTransaction(String)
- Method in class fri.util.database.jpa.tree.
AbstractTreeTest
commitDbTransaction(String)
- Method in class fri.util.database.jpa.tree.hibernatesession.tests.
ClosureTableTreeHibernateSessionTest
commitDbTransaction(String)
- Method in class fri.util.database.jpa.tree.hibernatesession.tests.
NestedSetsTreeHibernateSessionTest
commitDbTransaction(String)
- Method in class fri.util.database.jpa.tree.hibernatesession.tests.
TemporalClosureTableTreeHibernateSessionTest
commitDbTransaction(String)
- Method in class fri.util.database.jpa.tree.hibernatesession.tests.
TemporalNestedSetsTreeHibernateSessionTest
commitTransaction(String)
- Method in class fri.util.database.jpa.commons.
AbstractJpaTest
CompositePersonTreePathId
- Class in
fri.util.database.jpa.tree.examples.closuretable
Primary key class for TreePath, reusable for all nodes types that have a String id.
CompositePersonTreePathId()
- Constructor for class fri.util.database.jpa.tree.examples.closuretable.
CompositePersonTreePathId
COPIED_NAME_PREFIX
- Static variable in class fri.util.database.jpa.tree.
AbstractTreeTest
Constant prefix for testing node renames.
copy(ClosureTableTreeNode, ClosureTableTreeNode, ClosureTableTreeNode)
- Method in class fri.util.database.jpa.tree.closuretable.
ClosureTableTreeDao
Copies the given node to end of children list of parent.
copy(NestedSetsTreeNode, NestedSetsTreeNode, NestedSetsTreeNode)
- Method in class fri.util.database.jpa.tree.nestedsets.
NestedSetsTreeDao
Copies the given node to end of children list of parent.
copy(N, N, N)
- Method in interface fri.util.database.jpa.tree.
TreeDao
Copies the given node to end of children list of parent.
copyBefore(ClosureTableTreeNode, ClosureTableTreeNode, ClosureTableTreeNode)
- Method in class fri.util.database.jpa.tree.closuretable.
ClosureTableTreeDao
Copies the given node to position of given sibling, pushing sibling backwards in list.
copyBefore(NestedSetsTreeNode, NestedSetsTreeNode, NestedSetsTreeNode)
- Method in class fri.util.database.jpa.tree.nestedsets.
NestedSetsTreeDao
Copies the given node to position of given sibling, pushing sibling backwards in list.
copyBefore(N, N, N)
- Method in interface fri.util.database.jpa.tree.
TreeDao
Copies the given node to position of given sibling, pushing sibling backwards in list.
copyOrMovePreconditions(N, N)
- Method in class fri.util.database.jpa.tree.
AbstractTreeDao
Throws IllegalArgumentException when copy or move could not performed, checks if tree would be copied/moved into itself.
copyOrMovePreconditions(NestedSetsTreeNode, NestedSetsTreeNode)
- Method in class fri.util.database.jpa.tree.nestedsets.
NestedSetsTreeDao
copyTo(ClosureTableTreeNode, ClosureTableTreeNode, int, ClosureTableTreeNode)
- Method in class fri.util.database.jpa.tree.closuretable.
ClosureTableTreeDao
Copies the given node to given position in children list of parent.
copyTo(NestedSetsTreeNode, NestedSetsTreeNode, int, NestedSetsTreeNode)
- Method in class fri.util.database.jpa.tree.nestedsets.
NestedSetsTreeDao
Copies the given node to given position in children list of parent.
copyTo(N, N, int, N)
- Method in interface fri.util.database.jpa.tree.
TreeDao
Copies the given node to given position in children list of parent.
copyToBeRoot(ClosureTableTreeNode, ClosureTableTreeNode)
- Method in class fri.util.database.jpa.tree.closuretable.
ClosureTableTreeDao
Copies a tree to be a root.
copyToBeRoot(NestedSetsTreeNode, NestedSetsTreeNode)
- Method in class fri.util.database.jpa.tree.nestedsets.
NestedSetsTreeDao
Copies a tree to be a root.
copyToBeRoot(N, N)
- Method in interface fri.util.database.jpa.tree.
TreeDao
Copies a tree to be a root.
createRoot(ClosureTableTreeNode)
- Method in class fri.util.database.jpa.tree.closuretable.
ClosureTableTreeDao
Creates a tree root node.
createRoot(NestedSetsTreeNode)
- Method in class fri.util.database.jpa.tree.nestedsets.
NestedSetsTreeDao
Creates a tree root node.
createRoot(N)
- Method in interface fri.util.database.jpa.tree.
TreeDao
Creates a tree root node.
createTree()
- Method in class fri.util.database.jpa.tree.
AbstractTreeTest
createTree(String)
- Method in class fri.util.database.jpa.tree.
AbstractTreeTest
createTree(String, boolean)
- Method in class fri.util.database.jpa.tree.
AbstractTreeTest
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V