Class NClobBasicUserType
java.lang.Object
com.blazebit.persistence.view.spi.type.AbstractMutableBasicUserType<T>
com.blazebit.persistence.view.impl.type.AbstractLobBasicUserType<NClob>
com.blazebit.persistence.view.impl.type.NClobBasicUserType
- All Implemented Interfaces:
BasicUserType<NClob>,BasicUserTypeStringSupport<NClob>
- 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
Methods inherited from class com.blazebit.persistence.view.impl.type.AbstractLobBasicUserType
deepClone, getDirtyProperties, hashCode, isDeepEqual, supportsDeepCloning, supportsDeepEqualChecking, supportsDirtyChecking, supportsDirtyTrackingMethods inherited from class com.blazebit.persistence.view.spi.type.AbstractMutableBasicUserType
isEqual, isMutable, shouldPersistMethods 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
isEqual, isMutable, shouldPersist
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NClobBasicUserType
public NClobBasicUserType()
-
-
Method Details
-
fromString
- Specified by:
fromStringin interfaceBasicUserTypeStringSupport<NClob>- Overrides:
fromStringin classAbstractMutableBasicUserType<NClob>
-
toStringExpression
- Specified by:
toStringExpressionin interfaceBasicUserTypeStringSupport<NClob>- Overrides:
toStringExpressionin classAbstractMutableBasicUserType<NClob>
-