Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.instrumentation | |
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
Modifier and Type | Method and Description |
---|---|
PreparedQueryCache |
OpenJPAConfiguration.getQuerySQLCacheInstance()
Return PreparedQueryCache used for caching datastore queries.
|
PreparedQueryCache |
OpenJPAConfigurationImpl.getQuerySQLCacheInstance() |
Modifier and Type | Method and Description |
---|---|
void |
OpenJPAConfiguration.setQuerySQLCache(PreparedQueryCache cache)
Sets QuerySQLCache with the given cache.
|
void |
OpenJPAConfigurationImpl.setQuerySQLCache(PreparedQueryCache querySQLCache) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPreparedQueryCacheInstrument.setPreparedQueryCache(PreparedQueryCache qc) |
Modifier and Type | Class and Description |
---|---|
class |
PreparedQueryCacheImpl
An implementation of the cache of
prepared queries . |
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.