|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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(org.eclipse.jpt.jpa.core.resource.orm.InheritanceType ormInheritanceType)
|
InheritanceType |
Entity.getDefaultInheritanceStrategy()
|
InheritanceType |
TypeMapping.getInheritanceStrategy()
Return the inheritance strategy or null |
InheritanceType |
Entity.getInheritanceStrategy()
Return the specified inheritance strategy if present, otherwise return the default inheritance strategy. |
InheritanceType |
Entity.getSpecifiedInheritanceStrategy()
|
static InheritanceType |
InheritanceType.valueOf(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 org.eclipse.jpt.jpa.core.resource.orm.InheritanceType |
InheritanceType.toOrmResourceModel(InheritanceType inheritanceType)
|
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||