Class TimeZoneBasicUserType
java.lang.Object
com.blazebit.persistence.view.spi.type.AbstractMutableBasicUserType<TimeZone>
com.blazebit.persistence.view.impl.type.TimeZoneBasicUserType
- All Implemented Interfaces:
BasicUserType<TimeZone>,BasicUserTypeStringSupport<TimeZone>
public class TimeZoneBasicUserType
extends AbstractMutableBasicUserType<TimeZone>
implements BasicUserType<TimeZone>
- 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
Modifier and TypeMethodDescriptionfromString(CharSequence sequence) toStringExpression(String expression) Methods inherited from class com.blazebit.persistence.view.spi.type.AbstractMutableBasicUserType
getDirtyProperties, hashCode, isDeepEqual, isEqual, isMutable, shouldPersist, supportsDeepCloning, supportsDeepEqualChecking, supportsDirtyChecking, supportsDirtyTrackingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blazebit.persistence.view.spi.type.BasicUserType
getDirtyProperties, hashCode, isDeepEqual, isEqual, isMutable, shouldPersist, supportsDeepCloning, supportsDeepEqualChecking, supportsDirtyChecking, supportsDirtyTracking
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
TimeZoneBasicUserType
public TimeZoneBasicUserType()
-
-
Method Details
-
deepClone
- Specified by:
deepClonein interfaceBasicUserType<TimeZone>
-
fromString
- Specified by:
fromStringin interfaceBasicUserTypeStringSupport<TimeZone>- Overrides:
fromStringin classAbstractMutableBasicUserType<TimeZone>
-
toStringExpression
- Specified by:
toStringExpressionin interfaceBasicUserTypeStringSupport<TimeZone>- Overrides:
toStringExpressionin classAbstractMutableBasicUserType<TimeZone>
-