Class AbstractPluralUserTypeWrapper<C,V>
java.lang.Object
com.blazebit.persistence.view.impl.type.AbstractPluralUserTypeWrapper<C,V>
- All Implemented Interfaces:
BasicUserType<C>,BasicUserTypeStringSupport<C>
- Direct Known Subclasses:
AbstractCollectionUserTypeWrapper,AbstractMapUserTypeWrapper
- 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 TypeMethodDescriptionfromString(CharSequence sequence) String[]getDirtyProperties(C object) intbooleanisDeepEqual(C object1, C object2) booleanbooleanbooleanshouldPersist(C entity) booleanbooleanbooleanbooleantoStringExpression(String expression) Methods 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
deepClone
-
Field Details
-
elementUserType
-
-
Constructor Details
-
AbstractPluralUserTypeWrapper
-
-
Method Details
-
isMutable
public boolean isMutable()- Specified by:
isMutablein interfaceBasicUserType<C>
-
supportsDirtyChecking
public boolean supportsDirtyChecking()- Specified by:
supportsDirtyCheckingin interfaceBasicUserType<C>
-
supportsDirtyTracking
public boolean supportsDirtyTracking()- Specified by:
supportsDirtyTrackingin interfaceBasicUserType<C>
-
supportsDeepEqualChecking
public boolean supportsDeepEqualChecking()- Specified by:
supportsDeepEqualCheckingin interfaceBasicUserType<C>
-
supportsDeepCloning
public boolean supportsDeepCloning()- Specified by:
supportsDeepCloningin interfaceBasicUserType<C>
-
isEqual
- Specified by:
isEqualin interfaceBasicUserType<C>
-
isDeepEqual
- Specified by:
isDeepEqualin interfaceBasicUserType<C>
-
hashCode
- Specified by:
hashCodein interfaceBasicUserType<C>
-
shouldPersist
- Specified by:
shouldPersistin interfaceBasicUserType<C>
-
getDirtyProperties
- Specified by:
getDirtyPropertiesin interfaceBasicUserType<C>
-
fromString
- Specified by:
fromStringin interfaceBasicUserTypeStringSupport<C>
-
toStringExpression
- Specified by:
toStringExpressionin interfaceBasicUserTypeStringSupport<C>
-