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  ExtensionResultHolderargument. | 
getPriority, isEnabledExtensionResultStatusType overrideRequestedId(ExtensionResultHolder erh, javax.persistence.EntityManager em, Class<?> clazz, Long entityId)
ExtensionResultHolder argument.erh - em - clazz - entityId - Copyright © 2020. All rights reserved.