Uses of Class
org.apache.openjpa.jdbc.sql.DBDictionary.DateMillisecondBehaviors
-
Packages that use DBDictionary.DateMillisecondBehaviors Package Description org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction -
-
Uses of DBDictionary.DateMillisecondBehaviors in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return DBDictionary.DateMillisecondBehaviors Modifier and Type Method Description DBDictionary.DateMillisecondBehaviors
DBDictionary. getMillisecondBehavior()
Default behavior is ROUNDstatic DBDictionary.DateMillisecondBehaviors
DBDictionary.DateMillisecondBehaviors. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DBDictionary.DateMillisecondBehaviors[]
DBDictionary.DateMillisecondBehaviors. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-