Class EnumBasicUserType<E extends Enum<E>>
java.lang.Object
com.blazebit.persistence.view.spi.type.ImmutableBasicUserType<E>
com.blazebit.persistence.view.impl.type.EnumBasicUserType<E>
- All Implemented Interfaces:
BasicUserType<E>,BasicUserTypeStringSupport<E>
- Since:
- 1.6.3
- 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 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
-
Constructor Details
-
EnumBasicUserType
-
-
Method Details
-
fromString
- Specified by:
fromStringin interfaceBasicUserTypeStringSupport<E extends Enum<E>>- Overrides:
fromStringin classImmutableBasicUserType<E extends Enum<E>>
-
toStringExpression
- Specified by:
toStringExpressionin interfaceBasicUserTypeStringSupport<E extends Enum<E>>- Overrides:
toStringExpressionin classImmutableBasicUserType<E extends Enum<E>>
-