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