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
F
find(Serializable)
- Method in class fri.util.database.jpa.tree.closuretable.
ClosureTableTreeDao
find(ClosureTableTreeNode, Map<String, Object>)
- Method in class fri.util.database.jpa.tree.closuretable.
ClosureTableTreeDao
Convenience finder method.
find(Serializable)
- Method in class fri.util.database.jpa.tree.nestedsets.
NestedSetsTreeDao
find(NestedSetsTreeNode, Map<String, Object>)
- Method in class fri.util.database.jpa.tree.nestedsets.
NestedSetsTreeDao
Convenience finder method.
find(Serializable)
- Method in interface fri.util.database.jpa.tree.
TreeDao
find(N, Map<String, Object>)
- Method in interface fri.util.database.jpa.tree.
TreeDao
Convenience finder method.
findByName(N, String)
- Method in class fri.util.database.jpa.tree.
AbstractTreeTest
findDirectChildren(List<ClosureTableTreeNode>)
- Method in class fri.util.database.jpa.tree.closuretable.
ClosureTableTreeDao
Finds direct children in a cached list of tree nodes, parent is first in that cached list.
findDirectChildren(List<NestedSetsTreeNode>)
- Method in class fri.util.database.jpa.tree.nestedsets.
NestedSetsTreeDao
Finds a children list from a predefined list of nodes under a parent which is first in list.
findDirectChildren(List<N>)
- Method in interface fri.util.database.jpa.tree.
TreeDao
Finds direct children in a cached list of tree nodes, parent is first in that cached list.
findRemoved(ClosureTableTreeNode, Map<String, Object>)
- Method in class fri.util.database.jpa.tree.closuretable.
TemporalClosureTableTreeDao
findRemoved(NestedSetsTreeNode, Map<String, Object>)
- Method in class fri.util.database.jpa.tree.nestedsets.
TemporalNestedSetsTreeDao
findRemoved(N, Map<String, Object>)
- Method in interface fri.util.database.jpa.tree.
TemporalTreeDao
findSubTree(ClosureTableTreeNode, List<ClosureTableTreeNode>)
- Method in class fri.util.database.jpa.tree.closuretable.
ClosureTableTreeDao
Finds a sub-tree list in a cached list of tree nodes under given parent.
findSubTree(NestedSetsTreeNode, List<NestedSetsTreeNode>)
- Method in class fri.util.database.jpa.tree.nestedsets.
NestedSetsTreeDao
Finds a sub-tree list from a predefined list of nodes under a parent.
findSubTree(N, List<N>)
- Method in interface fri.util.database.jpa.tree.
TreeDao
Finds a sub-tree list in a cached list of tree nodes under given parent.
findValidDirectChildren(List<ClosureTableTreeNode>)
- Method in class fri.util.database.jpa.tree.closuretable.
TemporalClosureTableTreeDao
Use this to retrieve children lists that do
not
contain removed nodes from trees returned by
getFullTreeCacheable()
.
findValidDirectChildren(List<NestedSetsTreeNode>)
- Method in class fri.util.database.jpa.tree.nestedsets.
TemporalNestedSetsTreeDao
Use this to retrieve children lists that do
not
contain removed nodes from trees returned by
getFullTreeCacheable()
.
findValidDirectChildren(List<N>)
- Method in interface fri.util.database.jpa.tree.
TemporalTreeDao
Use this to retrieve children lists that do
not
contain removed nodes from trees returned by
getFullTreeCacheable()
.
flush()
- Method in interface fri.util.database.jpa.commons.
DbSession
Flushes all changes to database.
flush()
- Method in class fri.util.database.jpa.commons.
DbSessionJpaImpl
flush()
- Method in class fri.util.database.jpa.tree.hibernatesession.
DbSessionHibernateImpl
fri.util.database.jpa.commons
- package fri.util.database.jpa.commons
fri.util.database.jpa.tree.closuretable
- package fri.util.database.jpa.tree.closuretable
fri.util.database.jpa.tree.closuretable.pojos
- package fri.util.database.jpa.tree.closuretable.pojos
fri.util.database.jpa.tree.closuretable.providers
- package fri.util.database.jpa.tree.closuretable.providers
fri.util.database.jpa.tree.closuretable.uniqueconstraints
- package fri.util.database.jpa.tree.closuretable.uniqueconstraints
fri.util.database.jpa.tree.examples.closuretable
- package fri.util.database.jpa.tree.examples.closuretable
fri.util.database.jpa.tree.examples.closuretable.temporal
- package fri.util.database.jpa.tree.examples.closuretable.temporal
fri.util.database.jpa.tree.examples.closuretable.temporal.deletedflag
- package fri.util.database.jpa.tree.examples.closuretable.temporal.deletedflag
fri.util.database.jpa.tree.examples.nestedsets
- package fri.util.database.jpa.tree.examples.nestedsets
fri.util.database.jpa.tree.examples.nestedsets.temporal
- package fri.util.database.jpa.tree.examples.nestedsets.temporal
fri.util.database.jpa.tree.hibernatesession
- package fri.util.database.jpa.tree.hibernatesession
fri.util.database.jpa.tree.hibernatesession.tests
- package fri.util.database.jpa.tree.hibernatesession.tests
fri.util.database.jpa.tree.nestedsets
- package fri.util.database.jpa.tree.nestedsets
A "Nested Sets" tree implementation for hierarchical structures in a database table.
fri.util.database.jpa.tree.nestedsets.pojos
- package fri.util.database.jpa.tree.nestedsets.pojos
fri.util.database.jpa.tree.nestedsets.providers
- package fri.util.database.jpa.tree.nestedsets.providers
fri.util.database.jpa.tree.nestedsets.uniqueconstraints
- package fri.util.database.jpa.tree.nestedsets.uniqueconstraints
fri.util.database.jpa.tree.uniqueconstraints
- package fri.util.database.jpa.tree.uniqueconstraints
fri.util.database.jpa.tree.util
- package fri.util.database.jpa.tree.util
fromClause()
- Method in class fri.util.database.jpa.tree.closuretable.uniqueconstraints.
UniqueWholeTreeConstraintImpl
fromClause()
- Method in class fri.util.database.jpa.tree.nestedsets.uniqueconstraints.
UniqueWholeTreeConstraintImpl
fromClause()
- Method in class fri.util.database.jpa.tree.uniqueconstraints.
AbstractUniqueTreeConstraintImpl
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