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