public interface TranslationDaoExtensionHandler extends ExtensionHandler
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
overrideRequestedId(ExtensionResultHolder erh,
javax.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. |
getPriority, isEnabledExtensionResultStatusType overrideRequestedId(ExtensionResultHolder erh, javax.persistence.EntityManager em, Class<?> clazz, Long entityId)
ExtensionResultHolder argument.erh - em - clazz - entityId - Copyright © 2022. All rights reserved.