public class JpaCacheEvictionHandler extends Object
RemotePersistenceExtension.JpaCacheEviction| Constructor and Description |
|---|
JpaCacheEvictionHandler() |
JpaCacheEvictionHandler(org.jboss.arquillian.core.api.Instance<Context> ctx,
JpaCacheEvictionConfiguration jpaCacheEvictionConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
initalizeCacheConfiguration(InitializeConfiguration event) |
javax.persistence.EntityManager |
lookup(String emJndiName) |
void |
onAfterTestMethod(AfterPersistenceTest event) |
void |
onBeforeTestMethod(BeforePersistenceTest event) |
public JpaCacheEvictionHandler()
public JpaCacheEvictionHandler(org.jboss.arquillian.core.api.Instance<Context> ctx, JpaCacheEvictionConfiguration jpaCacheEvictionConfiguration)
public final void initalizeCacheConfiguration(@Observes
InitializeConfiguration event)
public final void onBeforeTestMethod(@Observes(precedence=15)
BeforePersistenceTest event)
public final void onAfterTestMethod(@Observes(precedence=45)
AfterPersistenceTest event)
public javax.persistence.EntityManager lookup(String emJndiName) throws NamingException
NamingExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.