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