Class ByteArrayBasicUserType
java.lang.Object
com.blazebit.persistence.view.spi.type.AbstractMutableBasicUserType<Byte[]>
com.blazebit.persistence.view.impl.type.ByteArrayBasicUserType
- All Implemented Interfaces:
BasicUserType<Byte[]>,BasicUserTypeStringSupport<Byte[]>
public class ByteArrayBasicUserType
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[]Byte[]fromString(CharSequence sequence) intbooleanisDeepEqual(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
-
ByteArrayBasicUserType
public ByteArrayBasicUserType()
-
-
Method Details
-
isDeepEqual
- Specified by:
isDeepEqualin interfaceBasicUserType<Byte[]>- Overrides:
isDeepEqualin classAbstractMutableBasicUserType<Byte[]>
-
hashCode
- Specified by:
hashCodein interfaceBasicUserType<Byte[]>- Overrides:
hashCodein classAbstractMutableBasicUserType<Byte[]>
-
deepClone
- 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[]>
-