Class BinaryHandlerSqlTimestamp
- java.lang.Object
-
- org.eclipse.serializer.persistence.types.PersistenceTypeHandler.Abstract<Binary,T>
-
- org.eclipse.serializer.persistence.binary.types.BinaryTypeHandler.Abstract<T>
-
- org.eclipse.serializer.persistence.binary.types.AbstractBinaryHandlerCustom<T>
-
- org.eclipse.serializer.persistence.binary.types.AbstractBinaryHandlerCustomNonReferential<T>
-
- org.eclipse.serializer.persistence.binary.types.AbstractBinaryHandlerCustomNonReferentialFixedLength<Timestamp>
-
- org.eclipse.serializer.persistence.binary.java.sql.BinaryHandlerSqlTimestamp
-
- All Implemented Interfaces:
BinaryTypeHandler<Timestamp>
,PersistenceDataTypeHolder<Binary>
,PersistenceTypeDefinition
,PersistenceTypeDescription
,PersistenceTypeHandler<Binary,Timestamp>
,PersistenceTypeIdentity
,PersistenceTypeIdOwner
,PersistenceTypeLink
public final class BinaryHandlerSqlTimestamp extends AbstractBinaryHandlerCustomNonReferentialFixedLength<Timestamp>
Blunt copy ofBinaryHandlerDate
for the as good as superfluous typeTimestamp
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.serializer.persistence.binary.types.BinaryTypeHandler
BinaryTypeHandler.Abstract<T>
-
Nested classes/interfaces inherited from interface org.eclipse.serializer.persistence.types.PersistenceDataTypeHolder
PersistenceDataTypeHolder.Default<D extends Object>
-
Nested classes/interfaces inherited from interface org.eclipse.serializer.persistence.types.PersistenceTypeDefinition
PersistenceTypeDefinition.Default
-
Nested classes/interfaces inherited from interface org.eclipse.serializer.persistence.types.PersistenceTypeDescription
PersistenceTypeDescription.Identity
-
Nested classes/interfaces inherited from interface org.eclipse.serializer.persistence.types.PersistenceTypeHandler
PersistenceTypeHandler.Abstract<D extends Object,T extends Object>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Timestamp
create(Binary data, PersistenceLoadHandler handler)
static BinaryHandlerSqlTimestamp
New()
void
store(Binary data, Timestamp instance, long objectId, PersistenceStoreHandler<Binary> handler)
void
updateState(Binary data, Timestamp instance, PersistenceLoadHandler handler)
-
Methods inherited from class org.eclipse.serializer.persistence.binary.types.AbstractBinaryHandlerCustomNonReferentialFixedLength
hasVaryingPersistedLengthInstances
-
Methods inherited from class org.eclipse.serializer.persistence.binary.types.AbstractBinaryHandlerCustomNonReferential
hasPersistedReferences, iterateLoadableReferences
-
Methods inherited from class org.eclipse.serializer.persistence.binary.types.AbstractBinaryHandlerCustom
allMembers, bytes, calculcateBinaryLengths, chars, complete, Complex, CustomField, CustomField, CustomFields, CustomFields, CustomFields, defineValueType, determineHasPersistedReferences, ensureInitializeInstanceMembers, getClassDeclaredField, getClassDeclaredFieldOffset, getInstanceFieldOfType, initializeFields, initializeInstanceMembers, instanceMembers, isPrimitiveType, iterateInstanceReferences, iterateMemberTypes, keyValuesFields, membersPersistedLengthMaximum, membersPersistedLengthMinimum, SimpleArrayFields, SizedArrayFields
-
Methods inherited from class org.eclipse.serializer.persistence.binary.types.BinaryTypeHandler.Abstract
declaredField, declaredField
-
Methods inherited from class org.eclipse.serializer.persistence.types.PersistenceTypeHandler.Abstract
declaredField, declaredFields, deriveTypeName, initialize, internalInitialize, toString, type, typeId, typeName, validateAndImmure, validateInstance
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.serializer.persistence.binary.types.BinaryTypeHandler
dataType
-
Methods inherited from interface org.eclipse.serializer.persistence.types.PersistenceTypeDefinition
hasPersistedVariableLength, runtimeTypeName, toRuntimeTypeIdentifier, typeId, typeName
-
Methods inherited from interface org.eclipse.serializer.persistence.types.PersistenceTypeDescription
instancePrimitiveMembers, instanceReferenceMembers, toTypeIdentifier
-
Methods inherited from interface org.eclipse.serializer.persistence.types.PersistenceTypeHandler
collectEnumConstants, getPersistedEnumOrdinal, guaranteeSpecificInstanceViablity, guaranteeSubTypeInstanceViablity, initialize, initializeState, isSpecificInstanceViable, isSubTypeInstanceViable, isValidEntityType, membersInDeclaredOrder, settingMembers, storingMembers, type, validateEntityType
-
-
-
-
Method Detail
-
New
public static BinaryHandlerSqlTimestamp New()
-
store
public final void store(Binary data, Timestamp instance, long objectId, PersistenceStoreHandler<Binary> handler)
- Specified by:
store
in interfacePersistenceTypeHandler<Binary,Timestamp>
- Specified by:
store
in classAbstractBinaryHandlerCustom<Timestamp>
-
create
public final Timestamp create(Binary data, PersistenceLoadHandler handler)
- Specified by:
create
in interfacePersistenceTypeHandler<Binary,Timestamp>
- Specified by:
create
in classAbstractBinaryHandlerCustom<Timestamp>
-
updateState
public final void updateState(Binary data, Timestamp instance, PersistenceLoadHandler handler)
-
-