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
U
UNDEFINED_POSITION
- Static variable in interface fri.util.database.jpa.tree.
TreeDao
The position parameter to express "append to end of parent's child list", for add, move, copy.
UNIQUE_PROPERTY_NAMES
- Static variable in class fri.util.database.jpa.tree.
AbstractTreeTest
Unique constraint property names to test.
UniqueChildrenConstraintImpl
- Class in
fri.util.database.jpa.tree.closuretable.uniqueconstraints
Accepts a single or a combination of several unique properties, and it checks if they are unique relative to its parent node.
UniqueChildrenConstraintImpl(String[][], boolean)
- Constructor for class fri.util.database.jpa.tree.closuretable.uniqueconstraints.
UniqueChildrenConstraintImpl
UniqueChildrenConstraintImpl
- Class in
fri.util.database.jpa.tree.nestedsets.uniqueconstraints
Accepts a single or a combination of several unique properties, and it checks if they are unique relative to its parent node.
UniqueChildrenConstraintImpl(String[][], boolean)
- Constructor for class fri.util.database.jpa.tree.nestedsets.uniqueconstraints.
UniqueChildrenConstraintImpl
UniqueChildrenTemporalConstraintImpl
- Class in
fri.util.database.jpa.tree.closuretable.uniqueconstraints
UniqueChildrenTemporalConstraintImpl(String[][], boolean)
- Constructor for class fri.util.database.jpa.tree.closuretable.uniqueconstraints.
UniqueChildrenTemporalConstraintImpl
UniqueChildrenTemporalConstraintImpl
- Class in
fri.util.database.jpa.tree.nestedsets.uniqueconstraints
UniqueChildrenTemporalConstraintImpl(String[][], boolean)
- Constructor for class fri.util.database.jpa.tree.nestedsets.uniqueconstraints.
UniqueChildrenTemporalConstraintImpl
UniqueConstraintViolationException
- Exception in
fri.util.database.jpa.tree.uniqueconstraints
This is thrown when the DAO detects a unique constraint violation, i.e.
UniqueConstraintViolationException(String, TreeNode)
- Constructor for exception fri.util.database.jpa.tree.uniqueconstraints.
UniqueConstraintViolationException
uniquePropertyNames
- Variable in class fri.util.database.jpa.tree.uniqueconstraints.
AbstractUniqueTreeConstraintImpl
One or several property name sets that represent this unique constraint.
UniqueTreeConstraint
<
N
extends
TreeNode
> - Interface in
fri.util.database.jpa.tree.uniqueconstraints
Implementers check unique constraints in a tree-table.
UniqueWholeTreeConstraintImpl
- Class in
fri.util.database.jpa.tree.closuretable.uniqueconstraints
Unique nodes related to the whole tree.
UniqueWholeTreeConstraintImpl(String[][], boolean)
- Constructor for class fri.util.database.jpa.tree.closuretable.uniqueconstraints.
UniqueWholeTreeConstraintImpl
See super-class constructor.
UniqueWholeTreeConstraintImpl
- Class in
fri.util.database.jpa.tree.nestedsets.uniqueconstraints
Unique nodes related to the whole tree.
UniqueWholeTreeConstraintImpl(String[][], boolean)
- Constructor for class fri.util.database.jpa.tree.nestedsets.uniqueconstraints.
UniqueWholeTreeConstraintImpl
See super-class constructor.
UniqueWholeTreeTemporalConstraintImpl
- Class in
fri.util.database.jpa.tree.closuretable.uniqueconstraints
This appends validFrom and validTo dates to uniqueness-query, to NOT find historicized objects.
UniqueWholeTreeTemporalConstraintImpl(String[][], boolean)
- Constructor for class fri.util.database.jpa.tree.closuretable.uniqueconstraints.
UniqueWholeTreeTemporalConstraintImpl
See super-class constructor.
UniqueWholeTreeTemporalConstraintImpl
- Class in
fri.util.database.jpa.tree.nestedsets.uniqueconstraints
This appends validFrom and validTo dates to uniqueness-query, to NOT find historicized objects.
UniqueWholeTreeTemporalConstraintImpl(String[][], boolean)
- Constructor for class fri.util.database.jpa.tree.nestedsets.uniqueconstraints.
UniqueWholeTreeTemporalConstraintImpl
See super-class constructor.
unremove(ClosureTableTreeNode)
- Method in class fri.util.database.jpa.tree.closuretable.
TemporalClosureTableTreeDao
Recovers the given removed (historicized) node, including all sub-nodes.
unremove(NestedSetsTreeNode)
- Method in class fri.util.database.jpa.tree.nestedsets.
TemporalNestedSetsTreeDao
Recovers the given removed (historicized) node, including all sub-nodes.
unremove(N)
- Method in interface fri.util.database.jpa.tree.
TemporalTreeDao
Recovers the given removed (historicized) node, including all sub-nodes.
update(ClosureTableTreeNode)
- Method in class fri.util.database.jpa.tree.closuretable.
ClosureTableTreeDao
Updates the given persistent object.
update(NestedSetsTreeNode)
- Method in class fri.util.database.jpa.tree.nestedsets.
NestedSetsTreeDao
Updates the given persistent object.
update(N)
- Method in interface fri.util.database.jpa.tree.
TreeDao
Updates the given persistent object.
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