Class SortedSetUserTypeWrapper<V>
java.lang.Object
com.blazebit.persistence.view.impl.type.AbstractPluralUserTypeWrapper<C,V>
com.blazebit.persistence.view.impl.type.AbstractCollectionUserTypeWrapper<SortedSet<V>,V>
com.blazebit.persistence.view.impl.type.SortedSetUserTypeWrapper<V>
- All Implemented Interfaces:
BasicUserType<SortedSet<V>>,BasicUserTypeStringSupport<SortedSet<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
ConstructorsConstructorDescriptionSortedSetUserTypeWrapper(BasicUserType<V> elementUserType, Comparator<V> comparator) -
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
-
SortedSetUserTypeWrapper
-
-
Method Details
-
createCollection
- Specified by:
createCollectionin classAbstractCollectionUserTypeWrapper<SortedSet<V>,V>
-