Class NormalMapUserTypeWrapper<K,V>
java.lang.Object
com.blazebit.persistence.view.impl.type.AbstractPluralUserTypeWrapper<C,V>
com.blazebit.persistence.view.impl.type.AbstractMapUserTypeWrapper<Map<K,V>,K,V>
com.blazebit.persistence.view.impl.type.NormalMapUserTypeWrapper<K,V>
- All Implemented Interfaces:
BasicUserType<Map<K,,V>> BasicUserTypeStringSupport<Map<K,V>>
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Field Summary
Fields inherited from class com.blazebit.persistence.view.impl.type.AbstractMapUserTypeWrapper
keyUserTypeFields 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
ConstructorsConstructorDescriptionNormalMapUserTypeWrapper(BasicUserType<K> keyUserType, BasicUserType<V> elementUserType) -
Method Summary
Methods inherited from class com.blazebit.persistence.view.impl.type.AbstractMapUserTypeWrapper
deepCloneMethods inherited from class com.blazebit.persistence.view.impl.type.AbstractPluralUserTypeWrapper
fromString, getDirtyProperties, hashCode, isDeepEqual, isEqual, isMutable, shouldPersist, supportsDeepCloning, supportsDeepEqualChecking, supportsDirtyChecking, supportsDirtyTracking, toStringExpression
-
Constructor Details
-
NormalMapUserTypeWrapper
-
-
Method Details
-
createCollection
- Specified by:
createCollectionin classAbstractMapUserTypeWrapper<Map<K,V>, K, V>
-