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

R

refresh(Object) - Method in interface fri.util.database.jpa.commons.DbSession
Re-reads passed object from persistence.
refresh(Object) - Method in class fri.util.database.jpa.commons.DbSessionJpaImpl
 
refresh(List<?>) - Method in class fri.util.database.jpa.tree.AbstractTreeDao
Updates nodes from database, overwriting pending local changes.
refresh(Object) - Method in class fri.util.database.jpa.tree.hibernatesession.DbSessionHibernateImpl
 
relatedNode - Variable in class fri.util.database.jpa.tree.util.TreeActionLocation
The related node where the action is about to take place, either parent or sibling.
relatedNodeType - Variable in class fri.util.database.jpa.tree.util.TreeActionLocation
The relation type of the related node.
remove(ClosureTableTreeNode) - Method in class fri.util.database.jpa.tree.closuretable.ClosureTableTreeDao
Removes the tree under given node, including the node.
remove(NestedSetsTreeNode) - Method in class fri.util.database.jpa.tree.nestedsets.NestedSetsTreeDao
Removes the tree under given node, including the node.
remove(NestedSetsTreeNode, int) - Method in class fri.util.database.jpa.tree.nestedsets.NestedSetsTreeDao
Removes given children.
remove(NestedSetsTreeNode, int) - Method in class fri.util.database.jpa.tree.nestedsets.TemporalNestedSetsTreeDao
Overridden to historicize children.
remove(N) - Method in interface fri.util.database.jpa.tree.TreeDao
Removes the tree under given node, including the node.
removeAll() - Method in class fri.util.database.jpa.tree.closuretable.ClosureTableTreeDao
Removes all roots, including the nodes below them.
removeAll() - Method in class fri.util.database.jpa.tree.closuretable.TemporalClosureTableTreeDao
Removes all roots, including the nodes below them.
removeAll() - Method in class fri.util.database.jpa.tree.nestedsets.NestedSetsTreeDao
Removes all roots, including the nodes below them.
removeAll() - Method in class fri.util.database.jpa.tree.nestedsets.TemporalNestedSetsTreeDao
Overridden to historicize roots instead of removing them physically.
removeAll() - Method in interface fri.util.database.jpa.tree.TreeDao
Removes all roots, including the nodes below them.
removeAllPhysically() - Method in class fri.util.database.jpa.tree.closuretable.TemporalClosureTableTreeDao
Physically deletes everything, all roots and the trees below them.
removeAllPhysically() - Method in class fri.util.database.jpa.tree.nestedsets.TemporalNestedSetsTreeDao
Physically deletes everything, all roots and the trees below them.
removeAllPhysically() - Method in interface fri.util.database.jpa.tree.TemporalTreeDao
Physically deletes everything, all roots and the trees below them.
removeHistoricizedTreesPhysically() - Method in class fri.util.database.jpa.tree.closuretable.TemporalClosureTableTreeDao
Physically deletes all historicized tree nodes in all roots, including their sub-nodes.
removeHistoricizedTreesPhysically() - Method in class fri.util.database.jpa.tree.nestedsets.TemporalNestedSetsTreeDao
Physically deletes all historicized tree nodes in all roots, including their sub-nodes.
removeHistoricizedTreesPhysically() - Method in interface fri.util.database.jpa.tree.TemporalTreeDao
Physically deletes all historicized tree nodes in all roots, including their sub-nodes.
removeNode(ClosureTableTreeNode) - Method in class fri.util.database.jpa.tree.closuretable.ClosureTableTreeDao
Called from remove() for all sub-nodes of removed tree.
removeNode(ClosureTableTreeNode) - Method in class fri.util.database.jpa.tree.closuretable.TemporalClosureTableTreeDao
Overridden to do nothing as related paths are historicized.
removePath(TreePath) - Method in class fri.util.database.jpa.tree.closuretable.ClosureTableTreeDao
Called from remove() for all sub-nodes of removed tree.
removePath(TreePath) - Method in class fri.util.database.jpa.tree.closuretable.TemporalClosureTableTreeDao
Overridden to historicize path, using the historicizing date.
removePhysically(ClosureTableTreeNode) - Method in class fri.util.database.jpa.tree.closuretable.TemporalClosureTableTreeDao
Physically deletes the tree under given node, including the node itself.
removePhysically(NestedSetsTreeNode) - Method in class fri.util.database.jpa.tree.nestedsets.TemporalNestedSetsTreeDao
Physically deletes the tree under given node, including the node itself.
removePhysically(N) - Method in interface fri.util.database.jpa.tree.TemporalTreeDao
Physically deletes the tree under given node, including the node itself.
removeTree(ClosureTableTreeNode) - Method in class fri.util.database.jpa.tree.closuretable.ClosureTableTreeDao
Called from remove() after locking tree.
removeTree(ClosureTableTreeNode) - Method in class fri.util.database.jpa.tree.closuretable.TemporalClosureTableTreeDao
Overridden to set the historicizing date by calling validToOnRemove().
renameBeforeCopy(N) - Method in class fri.util.database.jpa.tree.AbstractTreeTest
 
renameBeforeCopy(ClosureTableTreeNode) - Method in class fri.util.database.jpa.tree.closuretable.ClosureTableTreeTest
 
renameBeforeCopy(ClosureTableTreeNode) - Method in class fri.util.database.jpa.tree.closuretable.TemporalClosureTableTreeTest
 
renameBeforeCopy(NestedSetsTreeNode) - Method in class fri.util.database.jpa.tree.nestedsets.NestedSetsTreeTest
 
renameBeforeCopy(NestedSetsTreeNode) - Method in class fri.util.database.jpa.tree.nestedsets.TemporalNestedSetsTreeTest
 
renameCopiedNode(N) - Method in interface fri.util.database.jpa.tree.TreeDao.CopiedNodeRenamer
Edits the properties of given tree node to not violate unique constraint(s).
rollbackDbTransaction(String) - Method in class fri.util.database.jpa.tree.AbstractTreeTest
 
rollbackDbTransaction(String) - Method in class fri.util.database.jpa.tree.hibernatesession.tests.ClosureTableTreeHibernateSessionTest
 
rollbackDbTransaction(String) - Method in class fri.util.database.jpa.tree.hibernatesession.tests.NestedSetsTreeHibernateSessionTest
 
rollbackDbTransaction(String) - Method in class fri.util.database.jpa.tree.hibernatesession.tests.TemporalClosureTableTreeHibernateSessionTest
 
rollbackDbTransaction(String) - Method in class fri.util.database.jpa.tree.hibernatesession.tests.TemporalNestedSetsTreeHibernateSessionTest
 
rollbackTransaction(String) - Method in class fri.util.database.jpa.commons.AbstractJpaTest
 
root - Variable in class fri.util.database.jpa.tree.util.TreeActionLocation
The root of the tree where this modification is about to take place.
run(DbSession) - Method in class fri.util.database.jpa.tree.examples.closuretable.JpaExample
 
run(DbSession) - Method in class fri.util.database.jpa.tree.examples.closuretable.temporal.deletedflag.JpaExample
 
run(DbSession) - Method in class fri.util.database.jpa.tree.examples.closuretable.temporal.JpaExample
 
run(DbSession) - Method in class fri.util.database.jpa.tree.examples.nestedsets.JpaExample
 
run(DbSession) - Method in class fri.util.database.jpa.tree.examples.nestedsets.temporal.JpaExample
 

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