Package | Description |
---|---|
org.jipijapa.cache.spi | |
org.jipijapa.event.impl.internal | |
org.jipijapa.event.spi | |
org.jipijapa.plugin.spi |
Modifier and Type | Method and Description |
---|---|
static Classification |
Classification.forName(String localName) |
static Classification |
Classification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Classification[] |
Classification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Notification.addCacheDependencies(Classification cacheType,
Properties properties)
add cache dependencies
|
static void |
Notification.afterEntityManagerFactoryCreate(Classification cacheType,
PersistenceUnitMetadata persistenceUnitMetadata)
called after call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)
|
static void |
Notification.beforeEntityManagerFactoryCreate(Classification cacheType,
PersistenceUnitMetadata persistenceUnitMetadata)
called before call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)
|
static Wrapper |
Notification.startCache(Classification cacheType,
Properties properties)
start cache
|
static void |
Notification.stopCache(Classification cacheType,
Wrapper wrapper,
boolean skipStop)
Stop cache
|
Modifier and Type | Method and Description |
---|---|
void |
EventListener.addCacheDependencies(Classification cacheType,
Properties properties)
add dependencies on a cache
|
void |
EventListener.afterEntityManagerFactoryCreate(Classification cacheType,
PersistenceUnitMetadata persistenceUnitMetadata)
called after call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)
|
void |
EventListener.beforeEntityManagerFactoryCreate(Classification cacheType,
PersistenceUnitMetadata persistenceUnitMetadata)
called before call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)
|
Wrapper |
EventListener.startCache(Classification cacheType,
Properties properties)
start cache
|
void |
EventListener.stopCache(Classification cacheType,
Wrapper wrapper,
boolean skipStop)
Stop cache
|
Modifier and Type | Method and Description |
---|---|
Classification |
Platform.defaultCacheClassification()
obtain the default second level cache classification
|
Modifier and Type | Method and Description |
---|---|
Set<Classification> |
Platform.cacheClassifications()
get the second level cache classifications
|
Copyright © 2013 Red Hat. All rights reserved.