Class TimestampBasicUserType
java.lang.Object
com.blazebit.persistence.view.impl.type.DateBasicUserType
com.blazebit.persistence.view.impl.type.TimestampBasicUserType
- All Implemented Interfaces:
BasicUserType<Date>,BasicUserTypeStringSupport<Date>,VersionBasicUserType<Date>
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Field Summary
FieldsFields inherited from interface com.blazebit.persistence.view.spi.type.BasicUserType
DIRTY_MARKER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.blazebit.persistence.view.impl.type.DateBasicUserType
deepClone, getDirtyProperties, hashCode, isDeepEqual, isEqual, isMutable, shouldPersist, supportsDeepCloning, supportsDeepEqualChecking, supportsDirtyChecking, supportsDirtyTracking, toStringExpression
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
TimestampBasicUserType
public TimestampBasicUserType()
-
-
Method Details
-
nextValue
- Specified by:
nextValuein interfaceVersionBasicUserType<Date>- Overrides:
nextValuein classDateBasicUserType
-
fromString
- Specified by:
fromStringin interfaceBasicUserTypeStringSupport<Date>- Overrides:
fromStringin classDateBasicUserType
-