fri.util.database.jpa.tree.closuretable
Interface ClosureTableTreeNode

All Superinterfaces:
java.lang.Cloneable, TreeNode
All Known Implementing Classes:
ClosureTableTreePojo, PersonCtt

public interface ClosureTableTreeNode
extends TreeNode

Every domain object (POJO) that wants tree structure by a ClosureTableTreeDao needs to implement this interface.

Author:
Fritz Ritzberger, 14.10.2012

Method Summary
 ClosureTableTreeNode clone()
          For copy and unique constraint checking this is required.
 
Methods inherited from interface fri.util.database.jpa.tree.TreeNode
getId
 

Method Detail

clone

ClosureTableTreeNode clone()
For copy and unique constraint checking this is required.

Specified by:
clone in interface TreeNode