|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DiscriminatorType | |
|---|---|
| org.eclipse.jpt.jpa.core.context | |
| org.eclipse.jpt.jpa.core.resource.java | |
| Uses of DiscriminatorType in org.eclipse.jpt.jpa.core.context |
|---|
| Methods in org.eclipse.jpt.jpa.core.context that return DiscriminatorType | |
|---|---|
DiscriminatorType |
DiscriminatorType.getJavaDiscriminatorType()
|
static DiscriminatorType |
DiscriminatorType.toJavaResourceModel(DiscriminatorType discriminatorType)
|
| Methods in org.eclipse.jpt.jpa.core.context with parameters of type DiscriminatorType | |
|---|---|
static DiscriminatorType |
DiscriminatorType.fromJavaResourceModel(DiscriminatorType javaDiscriminatorType)
|
| Uses of DiscriminatorType in org.eclipse.jpt.jpa.core.resource.java |
|---|
| Methods in org.eclipse.jpt.jpa.core.resource.java that return DiscriminatorType | |
|---|---|
static DiscriminatorType |
DiscriminatorType.fromJavaAnnotationValue(Object javaAnnotationValue)
|
DiscriminatorType |
DiscriminatorColumnAnnotation.getDiscriminatorType()
Corresponds to the 'discriminatorType' element of the DiscriminatorColumn annotation. |
static DiscriminatorType |
DiscriminatorType.valueOf(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 are declared. |
| Methods in org.eclipse.jpt.jpa.core.resource.java with parameters of type DiscriminatorType | |
|---|---|
void |
DiscriminatorColumnAnnotation.setDiscriminatorType(DiscriminatorType discriminatorType)
Corresponds to the 'discriminatorType' element of the DiscriminatorColumn annotation. |
static String |
DiscriminatorType.toJavaAnnotationValue(DiscriminatorType discriminatorType)
|
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||