Uses of Interface
org.hibernate.action.queue.spi.decompose.entity.EntityActionDecomposer
Packages that use EntityActionDecomposer
-
Uses of EntityActionDecomposer in org.hibernate.action.queue.spi.decompose.entity
Methods in org.hibernate.action.queue.spi.decompose.entity that return EntityActionDecomposerModifier and TypeMethodDescriptionEntityActionDecomposer<org.hibernate.action.internal.EntityDeleteAction> GraphEntityMutationTarget.getDeleteDecomposer()The decomposer for DELETE actionsEntityActionDecomposer<org.hibernate.action.internal.AbstractEntityInsertAction> GraphEntityMutationTarget.getInsertDecomposer()The decomposer for INSERT actionsEntityActionDecomposer<org.hibernate.action.internal.EntityUpdateAction> GraphEntityMutationTarget.getUpdateDecomposer()The decomposer for UPDATE actions