Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
static TemporalType |
TemporalType.getFromStringValue(String value) |
TemporalType |
ManyToMany.getMapKeyTemporal()
Returns the
map-key-temporal element |
TemporalType |
OneToMany.getMapKeyTemporal()
Returns the
map-key-temporal element |
TemporalType |
ElementCollection.getMapKeyTemporal()
Returns the
map-key-temporal element |
TemporalType |
Basic.getTemporal()
Returns the
temporal element |
TemporalType |
Id.getTemporal()
Returns the
temporal element |
TemporalType |
ElementCollection.getTemporal()
Returns the
temporal element |
TemporalType |
Version.getTemporal()
Returns the
temporal element |
static TemporalType |
TemporalType.valueOf(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 |
---|---|
ManyToMany<T> |
ManyToMany.mapKeyTemporal(TemporalType mapKeyTemporal)
Sets the
map-key-temporal element |
OneToMany<T> |
OneToMany.mapKeyTemporal(TemporalType mapKeyTemporal)
Sets the
map-key-temporal element |
ElementCollection<T> |
ElementCollection.mapKeyTemporal(TemporalType mapKeyTemporal)
Sets the
map-key-temporal element |
Basic<T> |
Basic.temporal(TemporalType temporal)
Sets the
temporal element |
Id<T> |
Id.temporal(TemporalType temporal)
Sets the
temporal element |
ElementCollection<T> |
ElementCollection.temporal(TemporalType temporal)
Sets the
temporal element |
Version<T> |
Version.temporal(TemporalType temporal)
Sets the
temporal element |
Copyright © 2019 JBoss by Red Hat. All rights reserved.