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 Details

  • Constructor Details

  • Method Details

    • createCollection

      protected abstract C createCollection(int size)
    • deepClone

      public C deepClone(C object)