Class CharArrayBasicUserType
java.lang.Object
com.blazebit.persistence.view.spi.type.AbstractMutableBasicUserType<Character[]>
com.blazebit.persistence.view.impl.type.CharArrayBasicUserType
- All Implemented Interfaces:
BasicUserType<Character[]>,BasicUserTypeStringSupport<Character[]>
public class CharArrayBasicUserType
extends AbstractMutableBasicUserType<Character[]>
implements BasicUserType<Character[]>
- 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) intbooleanisDeepEqual(Character[] object1, Character[] object2) toStringExpression(String expression) Methods inherited from class com.blazebit.persistence.view.spi.type.AbstractMutableBasicUserType
getDirtyProperties, 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, isEqual, isMutable, shouldPersist, supportsDeepCloning, supportsDeepEqualChecking, supportsDirtyChecking, supportsDirtyTracking
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
CharArrayBasicUserType
public CharArrayBasicUserType()
-
-
Method Details
-
isDeepEqual
- Specified by:
isDeepEqualin interfaceBasicUserType<Character[]>- Overrides:
isDeepEqualin classAbstractMutableBasicUserType<Character[]>
-
hashCode
- Specified by:
hashCodein interfaceBasicUserType<Character[]>- Overrides:
hashCodein classAbstractMutableBasicUserType<Character[]>
-
deepClone
- Specified by:
deepClonein interfaceBasicUserType<Character[]>
-
fromString
- Specified by:
fromStringin interfaceBasicUserTypeStringSupport<Character[]>- Overrides:
fromStringin classAbstractMutableBasicUserType<Character[]>
-
toStringExpression
- Specified by:
toStringExpressionin interfaceBasicUserTypeStringSupport<Character[]>- Overrides:
toStringExpressionin classAbstractMutableBasicUserType<Character[]>
-