Interface TranslationDaoExtensionHandler

All Superinterfaces:
ExtensionHandler

public interface TranslationDaoExtensionHandler extends ExtensionHandler
Author:
Andre Azzolini (apazzolini)
  • Method Details

    • overrideRequestedId

      ExtensionResultStatusType overrideRequestedId(ExtensionResultHolder erh, jakarta.persistence.EntityManager em, Class<?> clazz, Long entityId)
      If there is a different id that should be used for a translation lookup instead of the given entityId, the handler should place the result in the ExtensionResultHolder argument.
      Parameters:
      erh -
      em -
      clazz -
      entityId -
      Returns:
      the status of the call to the given extension handler