@SuppressWarnings({ "rawtypes", "unchecked" }) public class PersistentSortedSet extends AbstractPersistentCollection implements SortedSet
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, Serializable associationKey, Session session) |
PersistentSortedSet(Class childType, Session session, SortedSet collection) |
PersistentSortedSet(Collection keys, Class childType, Session session) |
PersistentSortedSet(Serializable associationKey, Session session, AssociationQueryExecutor indexer) |
| Methods inherited from class | Name |
|---|---|
class AbstractPersistentCollection |
add, addAll, clear, contains, containsAll, currentlyInitializing, doesReturnKeys, equals, getIndexedEntity, getOriginalSize, hasChanged, hasChangedSize, hasGrown, hasNext, hasShrunk, hashCode, initialize, isDirty, isEmpty, isInitialized, iterator, loadInverseChildKeys, markDirty, next, query, remove, remove, removeAll, resetDirty, retainAll, setInitializing, setProxyEntities, size, toArray, toArray, toString |