Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
|
org.apache.openjpa.datacache |
OpenJPA Data Cache
|
org.apache.openjpa.enhance |
OpenJPA Enhancer
|
org.apache.openjpa.event |
OpenJPA Events
|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
|
org.apache.openjpa.jdbc.meta |
OpenJPA-JDBC ORM Metadata
|
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
org.apache.openjpa.lib.conf |
Configuration Framework
|
org.apache.openjpa.lib.jdbc |
Database Connectivity
|
org.apache.openjpa.lib.log |
Logging
|
org.apache.openjpa.lib.meta |
Metadata Framework
|
org.apache.openjpa.meta |
OpenJPA Metadata
|
org.apache.openjpa.persistence |
OpenJPA JPA
|
org.apache.openjpa.persistence.jest |
Modifier and Type | Method and Description |
---|---|
Log |
OpenJPAConfigurationImpl.getConfigurationLog() |
Modifier and Type | Method and Description |
---|---|
void |
MetaDataCacheMaintenance.setLog(Log log) |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractQueryCache.log
The log to use.
|
protected Log |
AbstractDataCache.log
The log to use.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ClassRedefiner.canRedefineClasses(Log log) |
static boolean |
PCEnhancer.checkEnhancementLevel(Class<?> cls,
Log log)
This static public worker method detects and logs any Entities that may have been enhanced at build time by
a version of the enhancer that is older than the current version.
|
static Instrumentation |
InstrumentationFactory.getInstrumentation(Log log) |
static boolean |
PCEnhancerAgent.loadDynamicAgent(Log log) |
Constructor and Description |
---|
PCSubclassValidator(ClassMetaData meta,
serp.bytecode.BCClass bc,
Log log,
boolean enforceContractViolations) |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractRemoteCommitProvider.log |
Modifier and Type | Field and Description |
---|---|
protected Log |
PreparedStatementManagerImpl._log |
Modifier and Type | Method and Description |
---|---|
Log |
ReverseMappingTool.getLog()
Return the log to write to.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MappingTool.ImportExport.exportMappings(JDBCConfiguration conf,
Class<?>[] act,
boolean meta,
Log log,
Writer writer)
Export mappings for the given classes based on the given arguments.
|
boolean |
MappingTool.ImportExport.importMappings(JDBCConfiguration conf,
Class<?>[] act,
String[] args,
boolean meta,
Log log,
ClassLoader loader)
Import mappings for the given classes based on the given arguments.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
DBDictionary.log |
Modifier and Type | Method and Description |
---|---|
Log |
DBDictionary.getLog() |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractLockManager.log
Runtime log to write locking messages to.
|
Modifier and Type | Method and Description |
---|---|
Log |
Configuration.getConfigurationLog()
Return the log to use for configuration messages.
|
Log |
ConfigurationImpl.getConfigurationLog()
Returns the logging channel
openjpa.Runtime by default. |
Log |
Configuration.getLog(String category)
Return the log for the given category.
|
Log |
ConfigurationImpl.getLog(String category) |
Modifier and Type | Method and Description |
---|---|
static Object |
Configurations.lookup(String name,
String userKey,
Log log)
Looks up the given name in JNDI.
|
protected void |
MapConfigurationProvider.setInto(Configuration conf,
Log log)
Set properties into configuration.
|
Modifier and Type | Method and Description |
---|---|
Log |
DataSourceLogs.getJDBCLog()
The log to write JDBC messages to.
|
Log |
DataSourceLogs.getSQLLog()
The log to write SQL messages to.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSourceLogs.setJDBCLog(Log log)
The log to write JDBC messages to.
|
void |
DataSourceLogs.setSQLLog(Log log)
The log to write SQL messages to.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLog
A simple implementation of the
Log interface. |
static class |
CommonsLogFactory.LogAdapter
Adapts a commons logging log to the
Log interface. |
static class |
Log4JLogFactory.LogAdapter
Adapts a Log4J logger to the
Log
interface. |
class |
LogFactoryImpl.LogImpl
A simple implementation of the
Log interface. |
static class |
NoneLogFactory.NoneLog
No-op log.
|
static class |
SLF4JLogFactory.LogAdapter
Adapts a Log4J logger to the
Log
interface. |
Modifier and Type | Method and Description |
---|---|
Log |
LogFactoryAdapter.getLog(String channel) |
Log |
LogFactory.getLog(String channel)
Return a log for the given channel name.
|
Log |
LogFactoryImpl.getLog(String channel) |
Log |
MultiLogFactory.getLog(String channel)
Returns a Log impl that combines all logs.
|
Log |
NoneLogFactory.getLog(String channel) |
protected Log |
SLF4JLogFactory.newLogAdapter(String channel) |
protected abstract Log |
LogFactoryAdapter.newLogAdapter(String channel)
Return a log adapter for the given channel.
|
protected Log |
CommonsLogFactory.newLogAdapter(String channel) |
protected Log |
Log4JLogFactory.newLogAdapter(String channel) |
Constructor and Description |
---|
LogOutputStream(Log log,
int level)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Log |
ClassAnnotationMetaDataFilter.getLog() |
Log |
XMLMetaDataParser.getLog()
The log to write to.
|
Log |
XMLMetaDataSerializer.getLog()
The log to write to.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassAnnotationMetaDataFilter.setLog(Log _log) |
void |
XMLMetaDataParser.setLog(Log log)
The log to write to.
|
void |
XMLMetaDataSerializer.setLog(Log log)
The log to write to.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractMetaDataFactory.log |
Modifier and Type | Method and Description |
---|---|
Log |
MetaDataRepository.getLog()
Return the metadata log.
|
Modifier and Type | Method and Description |
---|---|
Log |
AnnotationPersistenceMetaDataSerializer.getLog()
The log to write to.
|
Log |
AnnotationPersistenceMetaDataParser.getLog()
Metadata log.
|
Log |
AnnotationPersistenceXMLMetaDataParser.getLog()
Metadata log.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PersistenceProductDerivation.checkPuNameCollisions(Log logger,
String puName)
This method checks to see if the provided
puName was
detected in multiple resources. |
void |
AnnotationPersistenceMetaDataSerializer.setLog(Log log)
The log to write to.
|
static void |
MetaDataParsers.validateMethodsForSameCallback(Class cls,
Collection<LifecycleCallbacks> callbacks,
Method method,
MetaDataTag tag,
OpenJPAConfiguration conf,
Log log)
Validate that the given listener class does not have multiple methods
listening for the same lifecycle event, which is forbidden by the spec.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
JESTContext._log |
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.