Interface LegacyAuxiliaryMutationSupport


@Incubating public interface LegacyAuxiliaryMutationSupport

Optional legacy mutation support for an AuxiliaryMapping.

This contract isolates auxiliary mapping participation in legacy mutation group construction from the mapping/query-facing AuxiliaryMapping surface.

Since:
8.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addToInsertGroup(MutationGroupBuilder insertGroupBuilder, EntityPersister persister)
    Adds auxiliary columns to the legacy entity insert mutation group.
  • Method Details

    • addToInsertGroup

      void addToInsertGroup(MutationGroupBuilder insertGroupBuilder, EntityPersister persister)
      Adds auxiliary columns to the legacy entity insert mutation group.