Interface LegacyEntityMutationTarget

All Superinterfaces:
LegacyMutationTarget<EntityTableMapping>
All Known Subinterfaces:
EntityMutationTarget, EntityPersister
All Known Implementing Classes:
AbstractEntityPersister, JoinedSubclassEntityPersister, SingleTableEntityPersister, UnionSubclassEntityPersister

@Incubating public interface LegacyEntityMutationTarget extends LegacyMutationTarget<EntityTableMapping>
Entity-specific mutation target for the legacy (sequential) action queue.

Provides entity table information as EntityTableMapping instances, used by legacy mutation coordinators.