public class TimeStampType extends DateType
Timestamp
object.Modifier | Constructor and Description |
---|---|
protected |
TimeStampType(SqlType sqlType,
Class<?>[] classes)
Here for others to subclass.
|
Modifier and Type | Method and Description |
---|---|
static TimeStampType |
getSingleton() |
boolean |
isValidForField(Field field)
Return true if the field is appropriate for this persister otherwise false.
|
Object |
javaToSqlArg(FieldType fieldType,
Object javaObject)
Convert a Java object and return the appropriate argument to a SQL insert or update statement.
|
Object |
moveToNextValue(Object currentValue)
Move the current-value to the next value.
|
Object |
sqlArgToJava(FieldType fieldType,
Object sqlArg,
int columnPos)
Return the object converted from the SQL arg to java.
|
isArgumentHolderRequired, parseDefaultString, resultToSqlArg
convertDateStringConfig, getDefaultDateFormatConfig, isValidForVersion, normalizeDateString, parseDateString
convertIdNumber, dataIsEqual, generateId, getAssociatedClasses, getAssociatedClassNames, getDefaultWidth, getPrimaryClass, getSqlOtherType, getSqlType, isAppropriateId, isComparable, isEscapedDefaultValue, isEscapedValue, isPrimitive, isSelfGeneratedId, isValidGeneratedType, resultStringToJava
isStreamType, makeConfigObject, resultToJava
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isStreamType, makeConfigObject, resultToJava
public static TimeStampType getSingleton()
public Object sqlArgToJava(FieldType fieldType, Object sqlArg, int columnPos)
FieldConverter
sqlArgToJava
in interface FieldConverter
sqlArgToJava
in class DateType
fieldType
- Associated FieldType which may be null.sqlArg
- SQL argument converted with FieldConverter.resultToSqlArg(FieldType, DatabaseResults, int)
which will not be
null.public Object javaToSqlArg(FieldType fieldType, Object javaObject)
FieldConverter
javaToSqlArg
in interface FieldConverter
javaToSqlArg
in class DateType
public boolean isValidForField(Field field)
DataPersister
isValidForField
in interface DataPersister
isValidForField
in class BaseDateType
public Object moveToNextValue(Object currentValue)
BaseDataType
moveToNextValue
in interface DataPersister
moveToNextValue
in class BaseDateType
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.