Class TimestampishImmutableBasicUserType<X>
java.lang.Object
com.blazebit.persistence.view.spi.type.ImmutableBasicUserType<X>
com.blazebit.persistence.view.impl.type.TimestampishImmutableBasicUserType<X>
- Type Parameters:
X- The type of the user type
- All Implemented Interfaces:
BasicUserType<X>,BasicUserTypeStringSupport<X>
- Direct Known Subclasses:
InstantBasicUserType,LocalDateBasicUserType,LocalDateTimeBasicUserType,OffsetDateTimeBasicUserType,ZoneDateTimeBasicUserType
The default basic user type implementation for timestampish immutable types.
- Since:
- 1.5.0
- Author:
- Christian Beikov
-
Field Summary
Fields inherited from class com.blazebit.persistence.view.spi.type.ImmutableBasicUserType
INSTANCEFields inherited from interface com.blazebit.persistence.view.spi.type.BasicUserType
DIRTY_MARKER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract XfromString(CharSequence sequence) toStringExpression(String expression) Methods inherited from class com.blazebit.persistence.view.spi.type.ImmutableBasicUserType
deepClone, getDirtyProperties, hashCode, isDeepEqual, isEqual, isMutable, shouldPersist, supportsDeepCloning, supportsDeepEqualChecking, supportsDirtyChecking, supportsDirtyTracking
-
Constructor Details
-
TimestampishImmutableBasicUserType
public TimestampishImmutableBasicUserType()
-
-
Method Details
-
fromString
- Specified by:
fromStringin interfaceBasicUserTypeStringSupport<X>- Overrides:
fromStringin classImmutableBasicUserType<X>
-
toStringExpression
- Specified by:
toStringExpressionin interfaceBasicUserTypeStringSupport<X>- Overrides:
toStringExpressionin classImmutableBasicUserType<X>
-