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 classCollectionRecreateActionThe action for recreating a collectionclassCollectionRemoveActionThe action for removing a collectionclassCollectionUpdateActionThe action for updating a collectionclassQueuedOperationCollectionActionIf 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 intCollectionAction. compareTo(CollectionAction action)
-