Uses of Interface
org.apache.openjpa.lib.log.Log
-
Packages that use Log Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.enhance OpenJPA Enhancerorg.apache.openjpa.enhance.stats org.apache.openjpa.event OpenJPA Eventsorg.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadataorg.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Managementorg.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstractionorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.lib.conf Configuration Frameworkorg.apache.openjpa.lib.jdbc Database Connectivityorg.apache.openjpa.lib.log Loggingorg.apache.openjpa.lib.meta Metadata Frameworkorg.apache.openjpa.meta OpenJPA Metadataorg.apache.openjpa.persistence OpenJPA JPAorg.apache.openjpa.persistence.jest -
-
Uses of Log in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return Log Modifier and Type Method Description Log
OpenJPAConfigurationImpl. getConfigurationLog()
Methods in org.apache.openjpa.conf with parameters of type Log Modifier and Type Method Description void
MetaDataCacheMaintenance. setLog(Log log)
-
Uses of Log in org.apache.openjpa.datacache
Fields in org.apache.openjpa.datacache declared as Log Modifier and Type Field Description protected Log
AbstractDataCache. log
The log to use.protected Log
AbstractQueryCache. log
The log to use. -
Uses of Log in org.apache.openjpa.enhance
Methods in org.apache.openjpa.enhance with parameters of type Log Modifier and Type Method Description static boolean
ClassRedefiner. canRedefineClasses(Log log)
static boolean
PCEnhancer. checkEnhancementLevel(java.lang.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 java.lang.instrument.Instrumentation
InstrumentationFactory. getInstrumentation(Log log)
static boolean
PCEnhancerAgent. loadDynamicAgent(Log log)
Constructors in org.apache.openjpa.enhance with parameters of type Log Constructor Description PCSubclassValidator(ClassMetaData meta, org.apache.xbean.asm9.tree.ClassNode classNode, Log log, boolean enforceContractViolations)
-
Uses of Log in org.apache.openjpa.enhance.stats
Methods in org.apache.openjpa.enhance.stats with parameters of type Log Modifier and Type Method Description static void
FetchStatsCollector. setlogger(Log log)
-
Uses of Log in org.apache.openjpa.event
Fields in org.apache.openjpa.event declared as Log Modifier and Type Field Description protected Log
AbstractRemoteCommitProvider. log
-
Uses of Log in org.apache.openjpa.jdbc.kernel
Fields in org.apache.openjpa.jdbc.kernel declared as Log Modifier and Type Field Description protected Log
PreparedStatementManagerImpl. _log
-
Uses of Log in org.apache.openjpa.jdbc.meta
Methods in org.apache.openjpa.jdbc.meta that return Log Modifier and Type Method Description Log
ReverseMappingTool. getLog()
Return the log to write to.Methods in org.apache.openjpa.jdbc.meta with parameters of type Log Modifier and Type Method Description boolean
MappingTool.ImportExport. exportMappings(JDBCConfiguration conf, java.lang.Class<?>[] act, boolean meta, Log log, java.io.Writer writer)
Export mappings for the given classes based on the given arguments.boolean
MappingTool.ImportExport. importMappings(JDBCConfiguration conf, java.lang.Class<?>[] act, java.lang.String[] args, boolean meta, Log log, java.lang.ClassLoader loader)
Import mappings for the given classes based on the given arguments. -
Uses of Log in org.apache.openjpa.jdbc.schema
Fields in org.apache.openjpa.jdbc.schema declared as Log Modifier and Type Field Description protected Log
SchemaTool. _log
-
Uses of Log in org.apache.openjpa.jdbc.sql
Fields in org.apache.openjpa.jdbc.sql declared as Log Modifier and Type Field Description protected Log
DBDictionary. log
Methods in org.apache.openjpa.jdbc.sql that return Log Modifier and Type Method Description Log
DBDictionary. getLog()
-
Uses of Log in org.apache.openjpa.kernel
Fields in org.apache.openjpa.kernel declared as Log Modifier and Type Field Description protected Log
AbstractLockManager. log
Runtime log to write locking messages to. -
Uses of Log in org.apache.openjpa.lib.conf
Methods in org.apache.openjpa.lib.conf that return Log Modifier and Type Method Description Log
Configuration. getConfigurationLog()
Return the log to use for configuration messages.Log
ConfigurationImpl. getConfigurationLog()
Returns the logging channelopenjpa.Runtime
by default.Log
Configuration. getLog(java.lang.String category)
Return the log for the given category.Log
ConfigurationImpl. getLog(java.lang.String category)
Methods in org.apache.openjpa.lib.conf with parameters of type Log Modifier and Type Method Description static java.lang.Object
Configurations. lookup(java.lang.String name, java.lang.String userKey, Log log)
Looks up the given name in JNDI.protected void
MapConfigurationProvider. setInto(Configuration conf, Log log)
Set properties into configuration. -
Uses of Log in org.apache.openjpa.lib.jdbc
Methods in org.apache.openjpa.lib.jdbc that return Log Modifier and Type Method Description Log
DataSourceLogs. getJDBCLog()
The log to write JDBC messages to.Log
DataSourceLogs. getSQLLog()
The log to write SQL messages to.Methods in org.apache.openjpa.lib.jdbc with parameters of type Log Modifier and Type Method 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. -
Uses of Log in org.apache.openjpa.lib.log
Classes in org.apache.openjpa.lib.log that implement Log Modifier and Type Class Description class
AbstractLog
A simple implementation of theLog
interface.static class
CommonsLogFactory.LogAdapter
Adapts a commons logging log to theLog
interface.static class
Log4J2LogFactory.LogAdapter
Adapts a Log4J2 logger to theLog
interface.static class
Log4JLogFactory.LogAdapter
Adapts a Log4J logger to theLog
interface.class
LogFactoryImpl.LogImpl
A simple implementation of theLog
interface.static class
NoneLogFactory.NoneLog
No-op log.static class
SLF4JLogFactory.LogAdapter
Adapts a Log4J logger to theLog
interface.Methods in org.apache.openjpa.lib.log that return Log Modifier and Type Method Description Log
JULLogFactory. getLog(java.lang.String channel)
Log
LogFactory. getLog(java.lang.String channel)
Return a log for the given channel name.Log
LogFactoryAdapter. getLog(java.lang.String channel)
Log
LogFactoryImpl. getLog(java.lang.String channel)
Log
MultiLogFactory. getLog(java.lang.String channel)
Returns a Log impl that combines all logs.Log
NoneLogFactory. getLog(java.lang.String channel)
protected Log
CommonsLogFactory. newLogAdapter(java.lang.String channel)
protected Log
Log4J2LogFactory. newLogAdapter(java.lang.String channel)
protected Log
Log4JLogFactory. newLogAdapter(java.lang.String channel)
protected abstract Log
LogFactoryAdapter. newLogAdapter(java.lang.String channel)
Return a log adapter for the given channel.protected Log
SLF4JLogFactory. newLogAdapter(java.lang.String channel)
Constructors in org.apache.openjpa.lib.log with parameters of type Log Constructor Description LogOutputStream(Log log, int level)
Constructor. -
Uses of Log in org.apache.openjpa.lib.meta
Methods in org.apache.openjpa.lib.meta that return Log Modifier and Type Method Description Log
ClassAnnotationMetaDataFilter. getLog()
Log
XMLMetaDataParser. getLog()
The log to write to.Log
XMLMetaDataSerializer. getLog()
The log to write to.Methods in org.apache.openjpa.lib.meta with parameters of type Log Modifier and Type Method 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. -
Uses of Log in org.apache.openjpa.meta
Fields in org.apache.openjpa.meta declared as Log Modifier and Type Field Description protected Log
AbstractMetaDataFactory. log
Methods in org.apache.openjpa.meta that return Log Modifier and Type Method Description Log
MetaDataRepository. getLog()
Return the metadata log. -
Uses of Log in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return Log Modifier and Type Method Description Log
AnnotationPersistenceMetaDataParser. getLog()
Metadata log.Log
AnnotationPersistenceMetaDataSerializer. getLog()
The log to write to.Log
AnnotationPersistenceXMLMetaDataParser. getLog()
Metadata log.Methods in org.apache.openjpa.persistence with parameters of type Log Modifier and Type Method Description boolean
PersistenceProductDerivation. checkPuNameCollisions(Log logger, java.lang.String puName)
This method checks to see if the providedpuName
was detected in multiple resources.void
AnnotationPersistenceMetaDataSerializer. setLog(Log log)
The log to write to. -
Uses of Log in org.apache.openjpa.persistence.jest
Fields in org.apache.openjpa.persistence.jest declared as Log Modifier and Type Field Description protected Log
JESTContext. _log
-