org.hibernate.collection
final class: PersistentBag.Clear [javadoc |
source]
java.lang.Object
org.hibernate.collection.PersistentBag$Clear
All Implemented Interfaces:
DelayedOperation
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.hibernate.collection.PersistentBag$Clear Detail: |
public Object getAddedInstance() {
return null;
}
|
public Object getOrphan() {
throw new UnsupportedOperationException("queued clear cannot be used with orphan delete");
}
|
public void operate() {
bag.clear();
}
|