|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiscriminatorType | |
---|---|
org.eclipse.jpt.core.context |
Uses of DiscriminatorType in org.eclipse.jpt.core.context |
---|
Fields in org.eclipse.jpt.core.context declared as DiscriminatorType | |
---|---|
static DiscriminatorType |
DiscriminatorColumn.DEFAULT_DISCRIMINATOR_TYPE
|
Methods in org.eclipse.jpt.core.context that return DiscriminatorType | |
---|---|
static DiscriminatorType |
DiscriminatorType.fromJavaResourceModel(DiscriminatorType javaDiscriminatorType)
|
static DiscriminatorType |
DiscriminatorType.fromOrmResourceModel(DiscriminatorType ormDiscriminatorType)
|
DiscriminatorType |
DiscriminatorColumn.getDefaultDiscriminatorType()
|
DiscriminatorType |
DiscriminatorColumn.getDiscriminatorType()
|
DiscriminatorType |
DiscriminatorColumn.getSpecifiedDiscriminatorType()
|
static DiscriminatorType |
DiscriminatorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DiscriminatorType[] |
DiscriminatorType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.eclipse.jpt.core.context with parameters of type DiscriminatorType | |
---|---|
void |
DiscriminatorColumn.setSpecifiedDiscriminatorType(DiscriminatorType newSpecifiedDiscriminatorType)
|
static DiscriminatorType |
DiscriminatorType.toJavaResourceModel(DiscriminatorType discriminatorType)
|
static DiscriminatorType |
DiscriminatorType.toOrmResourceModel(DiscriminatorType discriminatorType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |