Package | Description |
---|---|
org.hibernate.internal.jaxb.mapping.orm |
Modifier and Type | Field and Description |
---|---|
protected JaxbTemporalType |
JaxbOneToMany.mapKeyTemporal |
protected JaxbTemporalType |
JaxbManyToMany.mapKeyTemporal |
protected JaxbTemporalType |
JaxbElementCollection.mapKeyTemporal |
protected JaxbTemporalType |
JaxbVersion.temporal |
protected JaxbTemporalType |
JaxbId.temporal |
protected JaxbTemporalType |
JaxbElementCollection.temporal |
protected JaxbTemporalType |
JaxbBasic.temporal |
Modifier and Type | Method and Description |
---|---|
static JaxbTemporalType |
JaxbTemporalType.fromValue(String v) |
JaxbTemporalType |
JaxbOneToMany.getMapKeyTemporal()
Gets the value of the mapKeyTemporal property.
|
JaxbTemporalType |
JaxbManyToMany.getMapKeyTemporal()
Gets the value of the mapKeyTemporal property.
|
JaxbTemporalType |
JaxbElementCollection.getMapKeyTemporal()
Gets the value of the mapKeyTemporal property.
|
JaxbTemporalType |
JaxbVersion.getTemporal()
Gets the value of the temporal property.
|
JaxbTemporalType |
JaxbId.getTemporal()
Gets the value of the temporal property.
|
JaxbTemporalType |
JaxbElementCollection.getTemporal()
Gets the value of the temporal property.
|
JaxbTemporalType |
JaxbBasic.getTemporal()
Gets the value of the temporal property.
|
static JaxbTemporalType |
JaxbTemporalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbTemporalType[] |
JaxbTemporalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JaxbOneToMany.setMapKeyTemporal(JaxbTemporalType value)
Sets the value of the mapKeyTemporal property.
|
void |
JaxbManyToMany.setMapKeyTemporal(JaxbTemporalType value)
Sets the value of the mapKeyTemporal property.
|
void |
JaxbElementCollection.setMapKeyTemporal(JaxbTemporalType value)
Sets the value of the mapKeyTemporal property.
|
void |
JaxbVersion.setTemporal(JaxbTemporalType value)
Sets the value of the temporal property.
|
void |
JaxbId.setTemporal(JaxbTemporalType value)
Sets the value of the temporal property.
|
void |
JaxbElementCollection.setTemporal(JaxbTemporalType value)
Sets the value of the temporal property.
|
void |
JaxbBasic.setTemporal(JaxbTemporalType value)
Sets the value of the temporal property.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.