org.hibernate.test.usercollection.parameterized
Class PersistentDefaultableList

java.lang.Object
  extended by org.hibernate.collection.internal.AbstractPersistentCollection
      extended by org.hibernate.collection.internal.PersistentList
          extended by org.hibernate.test.usercollection.parameterized.PersistentDefaultableList
All Implemented Interfaces:
Serializable, Iterable, Collection, List, PersistentCollection, DefaultableList

public class PersistentDefaultableList
extends PersistentList
implements DefaultableList

The "persistent wrapper" around our specialized collection contract

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.hibernate.collection.internal.AbstractPersistentCollection
AbstractPersistentCollection.DelayedOperation, AbstractPersistentCollection.IteratorProxy, AbstractPersistentCollection.ListIteratorProxy, AbstractPersistentCollection.ListProxy, AbstractPersistentCollection.SetProxy
 
Field Summary
 
Fields inherited from class org.hibernate.collection.internal.PersistentList
list
 
Fields inherited from class org.hibernate.collection.internal.AbstractPersistentCollection
UNKNOWN
 
Constructor Summary
PersistentDefaultableList()
           
PersistentDefaultableList(SessionImplementor session)
           
PersistentDefaultableList(SessionImplementor session, List list)
           
 
Method Summary
 String getDefaultValue()
           
 
Methods inherited from class org.hibernate.collection.internal.PersistentList
add, add, addAll, addAll, beforeInitialize, clear, contains, containsAll, disassemble, empty, entries, entryExists, equals, equalsSnapshot, get, getDeletes, getElement, getIndex, getOrphans, getSnapshot, getSnapshotElement, hashCode, indexOf, initializeFromCache, isEmpty, isSnapshotEmpty, isWrapper, iterator, lastIndexOf, listIterator, listIterator, needsInserting, needsUpdating, readFrom, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, toString
 
Methods inherited from class org.hibernate.collection.internal.AbstractPersistentCollection
afterInitialize, afterRowInsert, beginRead, clearDirty, dirty, endRead, forceInitialization, getCachedSize, getIdentifier, getKey, getOrphans, getOwner, getQueuedOrphans, getRole, getSession, getSnapshot, getStoredSnapshot, getValue, hasQueuedOperations, identityRemove, initialize, isClearQueueEnabled, isDirectlyAccessible, isDirty, isOperationQueueEnabled, isPutQueueEnabled, isRowUpdatePossible, isUnreferenced, needsRecreate, performQueuedOperations, postAction, preInsert, queuedAdditionIterator, queueOperation, read, readElementByIndex, readElementExistence, readIndexExistence, readSize, setCurrentSession, setDirectlyAccessible, setInitialized, setOwner, setSnapshot, unsetSession, wasInitialized, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Constructor Detail

PersistentDefaultableList

public PersistentDefaultableList(SessionImplementor session)

PersistentDefaultableList

public PersistentDefaultableList(SessionImplementor session,
                                 List list)

PersistentDefaultableList

public PersistentDefaultableList()
Method Detail

getDefaultValue

public String getDefaultValue()
Specified by:
getDefaultValue in interface DefaultableList


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.