Uses of Class
org.apache.openjpa.kernel.exps.DateTimeExtractPart
-
Packages that use DateTimeExtractPart Package Description org.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Treeorg.apache.openjpa.kernel.exps OpenJPA Expression Tree -
-
Uses of DateTimeExtractPart in org.apache.openjpa.jdbc.kernel.exps
Methods in org.apache.openjpa.jdbc.kernel.exps with parameters of type DateTimeExtractPart Modifier and Type Method Description Value
JDBCExpressionFactory. getDateTimePart(DateTimeExtractPart part, Value value)
Constructors in org.apache.openjpa.jdbc.kernel.exps with parameters of type DateTimeExtractPart Constructor Description ExtractDateTimePart(Val val, DateTimeExtractPart part)
Constructor. -
Uses of DateTimeExtractPart in org.apache.openjpa.kernel.exps
Methods in org.apache.openjpa.kernel.exps that return DateTimeExtractPart Modifier and Type Method Description static DateTimeExtractPart
DateTimeExtractPart. valueOf(String name)
Returns the enum constant of this type with the specified name.static DateTimeExtractPart[]
DateTimeExtractPart. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openjpa.kernel.exps with parameters of type DateTimeExtractPart Modifier and Type Method Description Value
ExpressionFactory. getDateTimePart(DateTimeExtractPart part, Value value)
Return the Date or time part of the given temporal valueValue
InMemoryExpressionFactory. getDateTimePart(DateTimeExtractPart part, Value value)
-