Class LocalTimeBasicUserType
java.lang.Object
com.blazebit.persistence.view.spi.type.ImmutableBasicUserType<LocalTime>
com.blazebit.persistence.view.impl.type.LocalTimeBasicUserType
- All Implemented Interfaces:
BasicUserType<LocalTime>,BasicUserTypeStringSupport<LocalTime>
- 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
-
LocalTimeBasicUserType
public LocalTimeBasicUserType()
-
-
Method Details
-
fromString
- Specified by:
fromStringin interfaceBasicUserTypeStringSupport<LocalTime>- Overrides:
fromStringin classImmutableBasicUserType<LocalTime>
-
toStringExpression
- Specified by:
toStringExpressionin interfaceBasicUserTypeStringSupport<LocalTime>- Overrides:
toStringExpressionin classImmutableBasicUserType<LocalTime>
-