Uses of Class
org.apache.openjpa.kernel.exps.DateTimeExtractField
-
Packages that use DateTimeExtractField Package Description org.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Treeorg.apache.openjpa.kernel.exps OpenJPA Expression Tree -
-
Uses of DateTimeExtractField in org.apache.openjpa.jdbc.kernel.exps
Methods in org.apache.openjpa.jdbc.kernel.exps with parameters of type DateTimeExtractField Modifier and Type Method Description ValueJDBCExpressionFactory. getDateTimeField(DateTimeExtractField field, Value value)Constructors in org.apache.openjpa.jdbc.kernel.exps with parameters of type DateTimeExtractField Constructor Description ExtractDateTimeField(Val val, DateTimeExtractField field)Constructor. -
Uses of DateTimeExtractField in org.apache.openjpa.kernel.exps
Methods in org.apache.openjpa.kernel.exps that return DateTimeExtractField Modifier and Type Method Description static DateTimeExtractFieldDateTimeExtractField. valueOf(String name)Returns the enum constant of this type with the specified name.static DateTimeExtractField[]DateTimeExtractField. 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 DateTimeExtractField Modifier and Type Method Description ValueExpressionFactory. getDateTimeField(DateTimeExtractField field, Value value)Returns the integer or double value of the required ChronoField from the temporal valueValueInMemoryExpressionFactory. getDateTimeField(DateTimeExtractField field, Value value)
-