Uses of Class
org.hibernate.action.internal.CollectionAction
-
Packages that use CollectionAction Package Description org.hibernate.action.internal The various concrete action implementations. -
-
Uses of CollectionAction in org.hibernate.action.internal
Subclasses of CollectionAction in org.hibernate.action.internal Modifier and Type Class Description class
CollectionRecreateAction
The action for recreating a collectionclass
CollectionRemoveAction
The action for removing a collectionclass
CollectionUpdateAction
The action for updating a collectionclass
QueuedOperationCollectionAction
If a collection is extra lazy and has queued ops, we still need to process them.
-