Package | Description |
---|---|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
Modifier and Type | Class and Description |
---|---|
class |
StoreCacheImpl
Implements the L2 cache over the data store via delegation to DataCache.
|
Modifier and Type | Method and Description |
---|---|
StoreCache |
OpenJPAEntityManagerFactory.getStoreCache()
Access the level 2 store cache.
|
StoreCache |
EntityManagerFactoryImpl.getStoreCache() |
StoreCache |
OpenJPAEntityManagerFactory.getStoreCache(String name)
Access a named level 2 store cache.
|
StoreCache |
EntityManagerFactoryImpl.getStoreCache(String cacheName) |
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.