|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.collection.internal.AbstractPersistentCollection
org.hibernate.collection.internal.PersistentList
org.hibernate.test.usercollection.parameterized.PersistentDefaultableList
public class PersistentDefaultableList
The "persistent wrapper" around our specialized collection contract
| 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 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 |
|---|
public PersistentDefaultableList(SessionImplementor session)
public PersistentDefaultableList(SessionImplementor session,
List list)
public PersistentDefaultableList()
| Method Detail |
|---|
public String getDefaultValue()
getDefaultValue in interface DefaultableList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||