| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria | |
| org.batoo.jpa.core.impl.criteria.expression | |
| org.batoo.jpa.jdbc | |
| org.batoo.jpa.jdbc.adapter |
| Modifier and Type | Method and Description |
|---|---|
DateTimeExpression |
CriteriaBuilderImpl.dateTimeExpression(DateTimeFunctionType type,
javax.persistence.criteria.Expression<?> x)
Returns the date time function expresssion.
|
| Constructor and Description |
|---|
DateTimeExpression(DateTimeFunctionType type,
javax.persistence.criteria.Expression<?> x) |
| Modifier and Type | Method and Description |
|---|---|
static DateTimeFunctionType |
DateTimeFunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeFunctionType[] |
DateTimeFunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JdbcAdaptor.getDateTimeFunctionTemplate(DateTimeFunctionType type)
Returns the date time function template for the type
type. |
Copyright © 2012-2013 Batoo. All Rights Reserved.