public class HibernateEntityManagerProvider
extends net.e6tech.elements.persist.EntityManagerProvider
| Constructor and Description |
|---|
HibernateEntityManagerProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
evictCollectionRegion(net.e6tech.elements.persist.EvictCollectionRegion notification) |
protected void |
evictEntity(net.e6tech.elements.persist.EvictEntity notification) |
protected void |
evictEntityRegion(net.e6tech.elements.persist.EvictEntityRegion notification) |
void |
onOpen(net.e6tech.elements.common.resources.Resources resources) |
afterCommit, getBroadcast, getIgnoreInitialLongTransactions, getLongTransaction, getLongTransaction, getMonitorIdle, getPersistenceProperties, getPersistenceUnitName, getTransactionTimeout, initialize, isMonitorTransaction, monitorTransaction, monitorTransaction, onAbort, onClosed, onCommit, setBroadcast, setIgnoreInitialLongTransactions, setLongTransaction, setLongTransaction, setMonitorIdle, setMonitorTransaction, setPersistenceProperties, setPersistenceUnitName, setTransactionTimeoutprotected void evictCollectionRegion(net.e6tech.elements.persist.EvictCollectionRegion notification)
evictCollectionRegion in class net.e6tech.elements.persist.EntityManagerProviderprotected void evictEntityRegion(net.e6tech.elements.persist.EvictEntityRegion notification)
evictEntityRegion in class net.e6tech.elements.persist.EntityManagerProviderprotected void evictEntity(net.e6tech.elements.persist.EvictEntity notification)
evictEntity in class net.e6tech.elements.persist.EntityManagerProviderpublic void onOpen(net.e6tech.elements.common.resources.Resources resources)
onOpen in interface net.e6tech.elements.common.resources.ResourceProvideronOpen in class net.e6tech.elements.persist.EntityManagerProvider