Package | Description |
---|---|
org.hibernate.internal.jaxb.mapping.orm |
Modifier and Type | Field and Description |
---|---|
protected JaxbEnumType |
JaxbBasic.enumerated |
protected JaxbEnumType |
JaxbElementCollection.enumerated |
protected JaxbEnumType |
JaxbOneToMany.mapKeyEnumerated |
protected JaxbEnumType |
JaxbManyToMany.mapKeyEnumerated |
protected JaxbEnumType |
JaxbElementCollection.mapKeyEnumerated |
Modifier and Type | Method and Description |
---|---|
static JaxbEnumType |
JaxbEnumType.fromValue(String v) |
JaxbEnumType |
JaxbBasic.getEnumerated()
Gets the value of the enumerated property.
|
JaxbEnumType |
JaxbElementCollection.getEnumerated()
Gets the value of the enumerated property.
|
JaxbEnumType |
JaxbOneToMany.getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property.
|
JaxbEnumType |
JaxbManyToMany.getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property.
|
JaxbEnumType |
JaxbElementCollection.getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property.
|
static JaxbEnumType |
JaxbEnumType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbEnumType[] |
JaxbEnumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JaxbBasic.setEnumerated(JaxbEnumType value)
Sets the value of the enumerated property.
|
void |
JaxbElementCollection.setEnumerated(JaxbEnumType value)
Sets the value of the enumerated property.
|
void |
JaxbOneToMany.setMapKeyEnumerated(JaxbEnumType value)
Sets the value of the mapKeyEnumerated property.
|
void |
JaxbManyToMany.setMapKeyEnumerated(JaxbEnumType value)
Sets the value of the mapKeyEnumerated property.
|
void |
JaxbElementCollection.setMapKeyEnumerated(JaxbEnumType value)
Sets the value of the mapKeyEnumerated property.
|
Copyright © 2013. All rights reserved.