Class OrderedCollectionUserTypeWrapper<V>
java.lang.Object
com.blazebit.persistence.view.impl.type.AbstractPluralUserTypeWrapper<C,V>
com.blazebit.persistence.view.impl.type.AbstractCollectionUserTypeWrapper<List<V>,V>
com.blazebit.persistence.view.impl.type.OrderedCollectionUserTypeWrapper<V>
- All Implemented Interfaces:
BasicUserType<List<V>>,BasicUserTypeStringSupport<List<V>>
public class OrderedCollectionUserTypeWrapper<V>
extends AbstractCollectionUserTypeWrapper<List<V>,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.AbstractCollectionUserTypeWrapper
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
-
OrderedCollectionUserTypeWrapper
-
-
Method Details
-
createCollection
- Specified by:
createCollectionin classAbstractCollectionUserTypeWrapper<List<V>,V>
-