Class PrimitiveCharArrayBasicUserType
java.lang.Object
com.blazebit.persistence.view.spi.type.AbstractMutableBasicUserType<char[]>
com.blazebit.persistence.view.impl.type.PrimitiveCharArrayBasicUserType
- All Implemented Interfaces:
BasicUserType<char[]>,BasicUserTypeStringSupport<char[]>
public class PrimitiveCharArrayBasicUserType
extends AbstractMutableBasicUserType<char[]>
implements BasicUserType<char[]>
- 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 TypeMethodDescriptionchar[]deepClone(char[] object) char[]fromString(CharSequence sequence) inthashCode(char[] object) booleanisDeepEqual(char[] object1, char[] 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
-
PrimitiveCharArrayBasicUserType
public PrimitiveCharArrayBasicUserType()
-
-
Method Details
-
isDeepEqual
public boolean isDeepEqual(char[] object1, char[] object2) - Specified by:
isDeepEqualin interfaceBasicUserType<char[]>- Overrides:
isDeepEqualin classAbstractMutableBasicUserType<char[]>
-
hashCode
public int hashCode(char[] object) - Specified by:
hashCodein interfaceBasicUserType<char[]>- Overrides:
hashCodein classAbstractMutableBasicUserType<char[]>
-
deepClone
public char[] deepClone(char[] object) - Specified by:
deepClonein interfaceBasicUserType<char[]>
-
fromString
- Specified by:
fromStringin interfaceBasicUserTypeStringSupport<char[]>- Overrides:
fromStringin classAbstractMutableBasicUserType<char[]>
-
toStringExpression
- Specified by:
toStringExpressionin interfaceBasicUserTypeStringSupport<char[]>- Overrides:
toStringExpressionin classAbstractMutableBasicUserType<char[]>
-