Class ClobBasicUserType
java.lang.Object
com.blazebit.persistence.view.spi.type.AbstractMutableBasicUserType<T>
com.blazebit.persistence.view.impl.type.AbstractLobBasicUserType<Clob>
com.blazebit.persistence.view.impl.type.ClobBasicUserType
- All Implemented Interfaces:
BasicUserType<Clob>,BasicUserTypeStringSupport<Clob>
- 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
-
ClobBasicUserType
public ClobBasicUserType()
-
-
Method Details
-
fromString
- Specified by:
fromStringin interfaceBasicUserTypeStringSupport<Clob>- Overrides:
fromStringin classAbstractMutableBasicUserType<Clob>
-
toStringExpression
- Specified by:
toStringExpressionin interfaceBasicUserTypeStringSupport<Clob>- Overrides:
toStringExpressionin classAbstractMutableBasicUserType<Clob>
-