|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DiscriminatorType | |
|---|---|
| org.hibernate.jpamodelgen.xml.jaxb | |
| Uses of DiscriminatorType in org.hibernate.jpamodelgen.xml.jaxb |
|---|
| Fields in org.hibernate.jpamodelgen.xml.jaxb declared as DiscriminatorType | |
|---|---|
protected DiscriminatorType |
DiscriminatorColumn.discriminatorType
|
| Methods in org.hibernate.jpamodelgen.xml.jaxb that return DiscriminatorType | |
|---|---|
static DiscriminatorType |
DiscriminatorType.fromValue(java.lang.String v)
|
DiscriminatorType |
DiscriminatorColumn.getDiscriminatorType()
Gets the value of the discriminatorType property. |
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 are declared. |
| Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type DiscriminatorType | |
|---|---|
void |
DiscriminatorColumn.setDiscriminatorType(DiscriminatorType value)
Sets the value of the discriminatorType property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||