Uses of Interface
org.apache.openjpa.lib.log.Log
Packages that use Log
Package
Description
OpenJPA Configuration
OpenJPA Data Cache
OpenJPA Enhancer
OpenJPA Events
OpenJPA-JDBC Runtime Kernel
OpenJPA-JDBC ORM Metadata
OpenJPA-JDBC Schema Management
OpenJPA-JDBC SQL Abstraction
OpenJPA Runtime Kernel
Configuration Framework
Database Connectivity
Logging
Metadata Framework
OpenJPA Metadata
OpenJPA JPA
-
Uses of Log in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return LogMethods in org.apache.openjpa.conf with parameters of type Log -
Uses of Log in org.apache.openjpa.datacache
Fields in org.apache.openjpa.datacache declared as Log -
Uses of Log in org.apache.openjpa.enhance
Methods in org.apache.openjpa.enhance with parameters of type LogModifier and TypeMethodDescriptionstatic 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) Constructors in org.apache.openjpa.enhance with parameters of type LogModifierConstructorDescriptionPCSubclassValidator
(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 -
Uses of Log in org.apache.openjpa.event
Fields in org.apache.openjpa.event declared as Log -
Uses of Log in org.apache.openjpa.jdbc.kernel
Fields in org.apache.openjpa.jdbc.kernel declared as Log -
Uses of Log in org.apache.openjpa.jdbc.meta
Methods in org.apache.openjpa.jdbc.meta that return LogMethods in org.apache.openjpa.jdbc.meta with parameters of type LogModifier and TypeMethodDescriptionboolean
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. -
Uses of Log in org.apache.openjpa.jdbc.schema
Fields in org.apache.openjpa.jdbc.schema declared as Log -
Uses of Log in org.apache.openjpa.jdbc.sql
Fields in org.apache.openjpa.jdbc.sql declared as LogMethods in org.apache.openjpa.jdbc.sql that return Log -
Uses of Log in org.apache.openjpa.kernel
Fields in org.apache.openjpa.kernel declared as Log -
Uses of Log in org.apache.openjpa.lib.conf
Methods in org.apache.openjpa.lib.conf that return LogModifier and TypeMethodDescriptionConfiguration.getConfigurationLog()
Return the log to use for configuration messages.ConfigurationImpl.getConfigurationLog()
Returns the logging channelopenjpa.Runtime
by default.Return the log for the given category.Methods in org.apache.openjpa.lib.conf with parameters of type Log -
Uses of Log in org.apache.openjpa.lib.jdbc
Methods in org.apache.openjpa.lib.jdbc that return LogModifier and TypeMethodDescriptionDataSourceLogs.getJDBCLog()
The log to write JDBC messages to.DataSourceLogs.getSQLLog()
The log to write SQL messages to.Methods in org.apache.openjpa.lib.jdbc with parameters of type LogModifier and TypeMethodDescriptionvoid
DataSourceLogs.setJDBCLog
(Log log) The log to write JDBC messages to.void
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 LogModifier and TypeClassDescriptionclass
A simple implementation of theLog
interface.static class
Adapts a commons logging log to theLog
interface.static class
Adapts a Log4J2 logger to theLog
interface.static class
Adapts a Log4J logger to theLog
interface.class
A simple implementation of theLog
interface.static class
No-op log.static class
Adapts a Log4J logger to theLog
interface.Methods in org.apache.openjpa.lib.log that return LogModifier and TypeMethodDescriptionReturn a log for the given channel name.Returns a Log impl that combines all logs.final Log
protected Log
CommonsLogFactory.newLogAdapter
(String channel) protected Log
Log4J2LogFactory.newLogAdapter
(String channel) protected Log
Log4JLogFactory.newLogAdapter
(String channel) protected abstract Log
LogFactoryAdapter.newLogAdapter
(String channel) Return a log adapter for the given channel.protected Log
SLF4JLogFactory.newLogAdapter
(String channel) Constructors in org.apache.openjpa.lib.log with parameters of type Log -
Uses of Log in org.apache.openjpa.lib.meta
Methods in org.apache.openjpa.lib.meta that return LogModifier and TypeMethodDescriptionClassAnnotationMetaDataFilter.getLog()
XMLMetaDataParser.getLog()
The log to write to.XMLMetaDataSerializer.getLog()
The log to write to.Methods in org.apache.openjpa.lib.meta with parameters of type Log -
Uses of Log in org.apache.openjpa.meta
Fields in org.apache.openjpa.meta declared as LogMethods in org.apache.openjpa.meta that return Log -
Uses of Log in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return LogModifier and TypeMethodDescriptionAnnotationPersistenceMetaDataParser.getLog()
Metadata log.AnnotationPersistenceMetaDataSerializer.getLog()
The log to write to.AnnotationPersistenceXMLMetaDataParser.getLog()
Metadata log.Methods in org.apache.openjpa.persistence with parameters of type LogModifier and TypeMethodDescriptionboolean
PersistenceProductDerivation.checkPuNameCollisions
(Log logger, String puName) This method checks to see if the providedpuName
was detected in multiple resources.void
The log to write to. -
Uses of Log in org.apache.openjpa.persistence.jest
Fields in org.apache.openjpa.persistence.jest declared as Log