@java.lang.SuppressWarnings({ "rawtypes", "unchecked" })
public class PersistentSortedSet
extends AbstractPersistentCollection
    A lazy loaded sorted set.
| Fields inherited from class | Fields | 
|---|---|
| class AbstractPersistentCollection | associationKey, childType, collection, dirty, indexer, initialized, initializing, keys, originalSize, proxyEntities, session | 
| Constructor and description | 
|---|
| PersistentSortedSet
                                (Association association, java.io.Serializable associationKey, Session session) | 
| PersistentSortedSet
                                (java.lang.Class childType, Session session, java.util.SortedSet collection) | 
| PersistentSortedSet
                                (java.util.Collection keys, java.lang.Class childType, Session session) | 
| PersistentSortedSet
                                (java.io.Serializable associationKey, Session session, AssociationQueryExecutor indexer) | 
| Methods inherited from class | Name | 
|---|---|
| class AbstractPersistentCollection | add, addAll, clear, contains, containsAll, currentlyInitializing, equals, getOriginalSize, hasChanged, hasChangedSize, hasGrown, hasShrunk, hashCode, initialize, isDirty, isEmpty, isInitialized, iterator, loadInverseChildKeys, markDirty, remove, removeAll, resetDirty, retainAll, setProxyEntities, size, toArray, toArray, toString |