org.apache.cayenne.jpa.map
Class JpaInheritance

java.lang.Object
  extended by org.apache.cayenne.jpa.map.JpaInheritance

public class JpaInheritance
extends Object


Field Summary
protected  InheritanceType strategy
           
 
Constructor Summary
JpaInheritance()
           
JpaInheritance(Inheritance annotation)
           
 
Method Summary
 InheritanceType getStrategy()
           
 void setStrategy(InheritanceType strategy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

strategy

protected InheritanceType strategy
Constructor Detail

JpaInheritance

public JpaInheritance()

JpaInheritance

public JpaInheritance(Inheritance annotation)
Method Detail

getStrategy

public InheritanceType getStrategy()

setStrategy

public void setStrategy(InheritanceType strategy)


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