Class AbstractMapUserTypeWrapper<C extends Map<K,V>,K,V>
java.lang.Object
com.blazebit.persistence.view.impl.type.AbstractPluralUserTypeWrapper<C,V>
com.blazebit.persistence.view.impl.type.AbstractMapUserTypeWrapper<C,K,V>
- All Implemented Interfaces:
BasicUserType<C>,BasicUserTypeStringSupport<C>
- Direct Known Subclasses:
NormalMapUserTypeWrapper,OrderedMapUserTypeWrapper,SortedMapUserTypeWrapper
public abstract class AbstractMapUserTypeWrapper<C extends Map<K,V>,K,V>
extends AbstractPluralUserTypeWrapper<C,V>
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Field Summary
FieldsFields inherited from class com.blazebit.persistence.view.impl.type.AbstractPluralUserTypeWrapper
elementUserTypeFields inherited from interface com.blazebit.persistence.view.spi.type.BasicUserType
DIRTY_MARKER -
Constructor Summary
ConstructorsConstructorDescriptionAbstractMapUserTypeWrapper(BasicUserType<K> keyUserType, BasicUserType<V> elementUserType) -
Method Summary
Methods inherited from class com.blazebit.persistence.view.impl.type.AbstractPluralUserTypeWrapper
fromString, getDirtyProperties, hashCode, isDeepEqual, isEqual, isMutable, shouldPersist, supportsDeepCloning, supportsDeepEqualChecking, supportsDirtyChecking, supportsDirtyTracking, toStringExpression
-
Field Details
-
keyUserType
-
-
Constructor Details
-
AbstractMapUserTypeWrapper
-
-
Method Details
-
createCollection
-
deepClone
-