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, setPriority
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPriority, isEnabled
public AbstractTranslationDaoExtensionHandler()
public ExtensionResultStatusType overrideRequestedId(ExtensionResultHolder erh, javax.persistence.EntityManager em, Class<?> Clazz, Long entityId)
TranslationDaoExtensionHandler
ExtensionResultHolder
argument.overrideRequestedId
in interface TranslationDaoExtensionHandler
Copyright © 2014. All rights reserved.