public abstract class AbstractTranslationDaoExtensionHandler extends AbstractExtensionHandler implements TranslationDaoExtensionHandler
enabled, priority| Constructor and Description |
|---|
AbstractTranslationDaoExtensionHandler() |
| 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, isEnabled, setEnabled, setPriorityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPriority, isEnabledpublic AbstractTranslationDaoExtensionHandler()
public ExtensionResultStatusType overrideRequestedId(ExtensionResultHolder erh, javax.persistence.EntityManager em, Class<?> Clazz, Long entityId)
TranslationDaoExtensionHandlerExtensionResultHolder argument.overrideRequestedId in interface TranslationDaoExtensionHandlerCopyright © 2014. All rights reserved.