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
-
Field Summary
Fields 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
Constructors -
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
-
Constructor Details
-
AbstractCollectionUserTypeWrapper
-
-
Method Details
-
createCollection
-
deepClone
-