org.hibernate.collection.internal
Interface AbstractPersistentCollection.DelayedOperation

Enclosing class:
AbstractPersistentCollection

protected static interface AbstractPersistentCollection.DelayedOperation

Contract for operations which are part of a collection's operation queue.


Method Summary
 Object getAddedInstance()
           
 Object getOrphan()
           
 void operate()
           
 

Method Detail

operate

void operate()

getAddedInstance

Object getAddedInstance()

getOrphan

Object getOrphan()


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