| Package | Description |
|---|---|
| org.apache.openjpa.conf |
OpenJPA Configuration
|
| org.apache.openjpa.instrumentation |
| Modifier and Type | Method and Description |
|---|---|
PreparedQueryCache |
OpenJPAConfigurationImpl.getQuerySQLCacheInstance() |
PreparedQueryCache |
OpenJPAConfiguration.getQuerySQLCacheInstance()
Return PreparedQueryCache used for caching datastore queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenJPAConfigurationImpl.setQuerySQLCache(PreparedQueryCache querySQLCache) |
void |
OpenJPAConfiguration.setQuerySQLCache(PreparedQueryCache cache)
Sets QuerySQLCache with the given cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPreparedQueryCacheInstrument.setPreparedQueryCache(PreparedQueryCache qc) |
Copyright © 2006-2014 Apache Software Foundation. All Rights Reserved.