Uses of Class
org.apache.cayenne.jpa.map.JpaInheritance

Packages that use JpaInheritance
org.apache.cayenne.jpa.map   
 

Uses of JpaInheritance in org.apache.cayenne.jpa.map
 

Fields in org.apache.cayenne.jpa.map declared as JpaInheritance
protected  JpaInheritance JpaEntity.inheritance
           
 

Methods in org.apache.cayenne.jpa.map that return JpaInheritance
 JpaInheritance JpaEntity.getInheritance()
          Returns a child JpaInheritance object that is only set on a root of inheritance hierarchy.
 

Methods in org.apache.cayenne.jpa.map with parameters of type JpaInheritance
 void JpaEntity.setInheritance(JpaInheritance inheritance)
           
 



Copyright © 2001-2008 Apache Cayenne. All Rights Reserved.