Class DurationBasicUserType
java.lang.Object
com.blazebit.persistence.view.spi.type.ImmutableBasicUserType<Duration>
com.blazebit.persistence.view.impl.type.DurationBasicUserType
- All Implemented Interfaces:
BasicUserType<Duration>,BasicUserTypeStringSupport<Duration>
- Since:
- 1.6.3
- 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.ImmutableBasicUserType
deepClone, getDirtyProperties, hashCode, isDeepEqual, isEqual, isMutable, shouldPersist, supportsDeepCloning, supportsDeepEqualChecking, supportsDirtyChecking, supportsDirtyTracking
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DurationBasicUserType
public DurationBasicUserType()
-
-
Method Details
-
fromString
- Specified by:
fromStringin interfaceBasicUserTypeStringSupport<Duration>- Overrides:
fromStringin classImmutableBasicUserType<Duration>
-
toStringExpression
- Specified by:
toStringExpressionin interfaceBasicUserTypeStringSupport<Duration>- Overrides:
toStringExpressionin classImmutableBasicUserType<Duration>
-