Package | Description |
---|---|
javax.persistence |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Query |
Query.setParameter(int position,
java.util.Calendar value,
TemporalType temporalType) |
Query |
Query.setParameter(int position,
java.util.Date value,
TemporalType temporalType) |
Query |
Query.setParameter(java.lang.String name,
java.util.Calendar value,
TemporalType temporalType) |
Query |
Query.setParameter(java.lang.String name,
java.util.Date value,
TemporalType temporalType) |