@java.lang.SuppressWarnings("rawtypes") public class PersistentSet extends AbstractPersistentCollection
A lazy loaded set.
Fields inherited from class | Fields |
---|---|
class AbstractPersistentCollection |
collection |
Constructor and description |
---|
PersistentSet
(java.util.Collection keys, java.lang.Class childType, Session session) |
PersistentSet
(java.io.Serializable associationKey, Session session, AssociationIndexer indexer) |
Methods inherited from class | Name |
---|---|
class AbstractPersistentCollection |
add, addAll, clear, contains, containsAll, equals, hashCode, initialize, isDirty, isEmpty, isInitialized, iterator, markDirty, remove, removeAll, resetDirty, retainAll, size, toArray, toArray, toString |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |