Uses of Class
org.eclipse.jpt.jpa.core.context.InheritanceType

Packages that use InheritanceType
org.eclipse.jpt.jpa.core.context   
 

Uses of InheritanceType in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return InheritanceType
static InheritanceType InheritanceType.fromJavaResourceModel(InheritanceType javaInheritanceType)
           
static InheritanceType InheritanceType.fromOrmResourceModel(InheritanceType ormInheritanceType)
           
 InheritanceType Entity.getDefaultInheritanceStrategy()
           
 InheritanceType Entity.getInheritanceStrategy()
          Return the specified inheritance strategy if present, otherwise return the default inheritance strategy.
 InheritanceType Entity.getSpecifiedInheritanceStrategy()
           
static InheritanceType InheritanceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InheritanceType[] InheritanceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type InheritanceType
 void Entity.setSpecifiedInheritanceStrategy(InheritanceType inheritanceType)
           
static InheritanceType InheritanceType.toJavaResourceModel(InheritanceType inheritanceType)
           
static InheritanceType InheritanceType.toOrmResourceModel(InheritanceType inheritanceType)