Package | Description |
---|---|
org.hibernate.jpamodelgen.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected TemporalType |
OneToMany.mapKeyTemporal |
protected TemporalType |
ElementCollection.mapKeyTemporal |
protected TemporalType |
ManyToMany.mapKeyTemporal |
protected TemporalType |
Basic.temporal |
protected TemporalType |
ElementCollection.temporal |
protected TemporalType |
Version.temporal |
protected TemporalType |
Id.temporal |
Modifier and Type | Method and Description |
---|---|
static TemporalType |
TemporalType.fromValue(java.lang.String v) |
TemporalType |
OneToMany.getMapKeyTemporal()
Gets the value of the mapKeyTemporal property.
|
TemporalType |
ElementCollection.getMapKeyTemporal()
Gets the value of the mapKeyTemporal property.
|
TemporalType |
ManyToMany.getMapKeyTemporal()
Gets the value of the mapKeyTemporal property.
|
TemporalType |
Basic.getTemporal()
Gets the value of the temporal property.
|
TemporalType |
ElementCollection.getTemporal()
Gets the value of the temporal property.
|
TemporalType |
Version.getTemporal()
Gets the value of the temporal property.
|
TemporalType |
Id.getTemporal()
Gets the value of the temporal property.
|
static TemporalType |
TemporalType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TemporalType[] |
TemporalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OneToMany.setMapKeyTemporal(TemporalType value)
Sets the value of the mapKeyTemporal property.
|
void |
ElementCollection.setMapKeyTemporal(TemporalType value)
Sets the value of the mapKeyTemporal property.
|
void |
ManyToMany.setMapKeyTemporal(TemporalType value)
Sets the value of the mapKeyTemporal property.
|
void |
Basic.setTemporal(TemporalType value)
Sets the value of the temporal property.
|
void |
ElementCollection.setTemporal(TemporalType value)
Sets the value of the temporal property.
|
void |
Version.setTemporal(TemporalType value)
Sets the value of the temporal property.
|
void |
Id.setTemporal(TemporalType value)
Sets the value of the temporal property.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.