Class AbstractCollectionUserTypeWrapper<C extends Collection<V>,V>

java.lang.Object
com.blazebit.persistence.view.impl.type.AbstractPluralUserTypeWrapper<C,V>
com.blazebit.persistence.view.impl.type.AbstractCollectionUserTypeWrapper<C,V>
All Implemented Interfaces:
BasicUserType<C>, BasicUserTypeStringSupport<C>
Direct Known Subclasses:
NormalSetUserTypeWrapper, OrderedCollectionUserTypeWrapper, OrderedSetUserTypeWrapper, SortedSetUserTypeWrapper

public abstract class AbstractCollectionUserTypeWrapper<C extends Collection<V>,V> extends AbstractPluralUserTypeWrapper<C,V>
Since:
1.2.0
Author:
Christian Beikov
  • Constructor Details

    • AbstractCollectionUserTypeWrapper

      public AbstractCollectionUserTypeWrapper(BasicUserType<V> elementUserType)
  • Method Details

    • createCollection

      protected abstract C createCollection(int size)
    • deepClone

      public C deepClone(C object)