A B C D E F G H I J L M N O P Q R S T U V

A

AbstractEntity - Class in fri.util.database.jpa.commons
This is an example base class for domain objects, used by unit tests.
AbstractEntity() - Constructor for class fri.util.database.jpa.commons.AbstractEntity
 
AbstractJpaTest - Class in fri.util.database.jpa.commons
Base class of JPA unit tests, binds POJO classes via Java statements to JPA provider.
AbstractJpaTest() - Constructor for class fri.util.database.jpa.commons.AbstractJpaTest
 
AbstractNestedSetsTreePojo - Class in fri.util.database.jpa.tree.nestedsets.pojos
Abstraction of an NestedSetsTree POJO that holds left and right numbers.
AbstractNestedSetsTreePojo() - Constructor for class fri.util.database.jpa.tree.nestedsets.pojos.AbstractNestedSetsTreePojo
 
AbstractTemporalTreeTest<D extends TemporalTreeDao<N>,N extends TreeNode> - Class in fri.util.database.jpa.tree
Tests additional public methods of TemporalTreeDao.
AbstractTemporalTreeTest() - Constructor for class fri.util.database.jpa.tree.AbstractTemporalTreeTest
 
AbstractTreeDao<N extends TreeNode> - Class in fri.util.database.jpa.tree
Common functionalities for a TreeDao implementation.
AbstractTreeDao(DbSession, String) - Constructor for class fri.util.database.jpa.tree.AbstractTreeDao
 
AbstractTreePathImpl - Class in fri.util.database.jpa.tree.closuretable.pojos
Abstraction of the POJO that represents an ancestor to descendant relation.
AbstractTreePathImpl() - Constructor for class fri.util.database.jpa.tree.closuretable.pojos.AbstractTreePathImpl
 
AbstractTreePathImpl.CompositeId - Class in fri.util.database.jpa.tree.closuretable.pojos
Primary key mapping class, holding the node id of both ancestor and descendant, which in combination will be unique and thus suitable as primary key for any TreePathImpl.
AbstractTreePathImpl.CompositeId() - Constructor for class fri.util.database.jpa.tree.closuretable.pojos.AbstractTreePathImpl.CompositeId
 
AbstractTreeTest<D extends TreeDao<N>,N extends TreeNode> - Class in fri.util.database.jpa.tree
Tests all public methods of TreeDao with following sample tree:
AbstractTreeTest() - Constructor for class fri.util.database.jpa.tree.AbstractTreeTest
 
AbstractUniqueTreeConstraintImpl<N extends TreeNode> - Class in fri.util.database.jpa.tree.uniqueconstraints
Basic unique constraint check implementation.
AbstractUniqueTreeConstraintImpl(String[][], boolean) - Constructor for class fri.util.database.jpa.tree.uniqueconstraints.AbstractUniqueTreeConstraintImpl
 
AbstractWholeTreeUniqueConstraintImpl<N extends TreeNode> - Class in fri.util.database.jpa.tree.uniqueconstraints
Checks if the values of a a property set is unique within a specific tree.
AbstractWholeTreeUniqueConstraintImpl(String[][], boolean) - Constructor for class fri.util.database.jpa.tree.uniqueconstraints.AbstractWholeTreeUniqueConstraintImpl
See super-class constructor.
actionType - Variable in class fri.util.database.jpa.tree.util.TreeActionLocation
The type of the action about to take place.
addChild(ClosureTableTreeNode, ClosureTableTreeNode) - Method in class fri.util.database.jpa.tree.closuretable.ClosureTableTreeDao
Adds to end of children of given parent.
addChild(NestedSetsTreeNode, NestedSetsTreeNode) - Method in class fri.util.database.jpa.tree.nestedsets.NestedSetsTreeDao
Adds to end of children of given parent.
addChild(N, N) - Method in interface fri.util.database.jpa.tree.TreeDao
Adds to end of children of given parent.
addChildAt(ClosureTableTreeNode, ClosureTableTreeNode, int) - Method in class fri.util.database.jpa.tree.closuretable.ClosureTableTreeDao
Adds at specified position to children of given parent.
addChildAt(NestedSetsTreeNode, NestedSetsTreeNode, int) - Method in class fri.util.database.jpa.tree.nestedsets.NestedSetsTreeDao
Adds at specified position to children of given parent.
addChildAt(N, N, int) - Method in interface fri.util.database.jpa.tree.TreeDao
Adds at specified position to children of given parent.
addChildBefore(ClosureTableTreeNode, ClosureTableTreeNode) - Method in class fri.util.database.jpa.tree.closuretable.ClosureTableTreeDao
Adds to children before given sibling, sibling is pushed backwards in children list.
addChildBefore(NestedSetsTreeNode, NestedSetsTreeNode) - Method in class fri.util.database.jpa.tree.nestedsets.NestedSetsTreeDao
Adds to children before given sibling, sibling is pushed backwards in children list.
addChildBefore(N, N) - Method in interface fri.util.database.jpa.tree.TreeDao
Adds to children before given sibling, sibling is pushed backwards in children list.
AllTests - Class in fri.util.database.jpa.tree
Contains all unit tests of JpaTree.
AllTests() - Constructor for class fri.util.database.jpa.tree.AllTests
 
appendCriteria(boolean, StringBuilder, String, List<Object>, Map<String, Object>, boolean) - Static method in class fri.util.database.jpa.tree.util.QueryBuilderUtil
Appends all criteria to query, ANDing them, starting with WHERE or AND (depending on whereWasAppended).
appendCriteria(boolean, StringBuilder, String, List<Object>, Map<String, Object>, boolean, boolean) - Static method in class fri.util.database.jpa.tree.util.QueryBuilderUtil
Appends all criteria to query, ANDing them.
appendInvalidityCondition(String, StringBuilder, List<Object>) - Method in class fri.util.database.jpa.tree.AbstractTreeDao
Temporal extension.
appendNodeCheckingCondition(ClosureTableTreeNode, StringBuilder, List<Object>) - Method in class fri.util.database.jpa.tree.closuretable.uniqueconstraints.UniqueWholeTreeConstraintImpl
 
appendNodeCheckingCondition(NestedSetsTreeNode, StringBuilder, List<Object>) - Method in class fri.util.database.jpa.tree.nestedsets.uniqueconstraints.UniqueWholeTreeConstraintImpl
 
appendNodeCheckingCondition(N, StringBuilder, List<Object>) - Method in class fri.util.database.jpa.tree.uniqueconstraints.AbstractUniqueTreeConstraintImpl
 
appendRootCheckingCondition(StringBuilder, List<Object>) - Method in class fri.util.database.jpa.tree.closuretable.uniqueconstraints.UniqueWholeTreeConstraintImpl
 
appendRootCheckingCondition(StringBuilder, List<Object>) - Method in class fri.util.database.jpa.tree.nestedsets.uniqueconstraints.UniqueWholeTreeConstraintImpl
 
appendRootCheckingCondition(StringBuilder, List<Object>) - Method in class fri.util.database.jpa.tree.uniqueconstraints.AbstractUniqueTreeConstraintImpl
 
appendUniquenessConditions(N, StringBuilder, List<Object>, String) - Method in class fri.util.database.jpa.tree.uniqueconstraints.AbstractUniqueTreeConstraintImpl
Appends unique property conditions to queryText and parameters, not starting with "AND".
appendUpdateCondition(N, StringBuilder, List<Object>, String, TreeActionLocation<N>) - Method in class fri.util.database.jpa.tree.uniqueconstraints.AbstractUniqueTreeConstraintImpl
When node is persistent and action is neither MOVE nor INSERT, appends a condition saying "node != originalNode", thus avoiding the node to detect itself.
appendValidityCondition(String, StringBuilder, List<Object>) - Method in class fri.util.database.jpa.tree.AbstractTreeDao
Temporal extension.
appendValidityConditions(String, String, Date, String, Date, StringBuilder, List<Object>) - Static method in class fri.util.database.jpa.tree.util.QueryBuilderUtil
Appends "(validFrom is null or validFrom <= ?) and (validTo is null or validTo > ?)".
applyCopiedNodeRenamer(N) - Method in class fri.util.database.jpa.tree.AbstractTreeDao
Applies the currently set CopiedNodeRenamer if one was set.
assertTreeCacheable(List<N>) - Method in class fri.util.database.jpa.tree.AbstractTreeTest
Check depth-first order.
assertUpdate(N) - Method in class fri.util.database.jpa.tree.AbstractTreeDao
Throws IllegalArgumentException when node is not persistent, because then it is not an UPDATE.
assignInvalidity(TreePath) - Method in class fri.util.database.jpa.tree.closuretable.TemporalClosureTableTreeDao
Called when removing paths.
assignInvalidity(String, StringBuilder, List<Object>) - Method in class fri.util.database.jpa.tree.nestedsets.TemporalNestedSetsTreeDao
Called when removing nodes.
assignValidity(TreePath) - Method in class fri.util.database.jpa.tree.closuretable.TemporalClosureTableTreeDao
Called when unremoving paths.
assignValidity(String, StringBuilder, List<Object>) - Method in class fri.util.database.jpa.tree.nestedsets.TemporalNestedSetsTreeDao
Called when unremoving nodes.

A B C D E F G H I J L M N O P Q R S T U V