Uses of Class
org.hibernate.action.internal.CollectionAction
-
Packages that use CollectionAction Package Description org.hibernate.action.internal Internals for action processing. -
-
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.Methods in org.hibernate.action.internal with parameters of type CollectionAction Modifier and Type Method Description int
CollectionAction. compareTo(CollectionAction action)
-