Uses of Interface
org.apache.openjpa.lib.log.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
-
Uses of Log in org.apache.openjpa.datacache
-
Uses of Log in org.apache.openjpa.enhance
Modifier 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) ModifierConstructorDescriptionPCSubclassValidator
(ClassMetaData meta, org.apache.xbean.asm9.tree.ClassNode classNode, Log log, boolean enforceContractViolations) -
Uses of Log in org.apache.openjpa.enhance.stats
-
Uses of Log in org.apache.openjpa.event
-
Uses of Log in org.apache.openjpa.jdbc.kernel
-
Uses of Log in org.apache.openjpa.jdbc.meta
Modifier 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
-
Uses of Log in org.apache.openjpa.jdbc.sql
-
Uses of Log in org.apache.openjpa.kernel
-
Uses of Log in org.apache.openjpa.lib.conf
Modifier 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. -
Uses of Log in org.apache.openjpa.lib.jdbc
Modifier and TypeMethodDescriptionDataSourceLogs.getJDBCLog()
The log to write JDBC messages to.DataSourceLogs.getSQLLog()
The log to write SQL messages to.Modifier 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
Modifier 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.Modifier 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) -
Uses of Log in org.apache.openjpa.lib.meta
-
Uses of Log in org.apache.openjpa.meta
-
Uses of Log in org.apache.openjpa.persistence
Modifier and TypeMethodDescriptionAnnotationPersistenceMetaDataParser.getLog()
Metadata log.AnnotationPersistenceMetaDataSerializer.getLog()
The log to write to.AnnotationPersistenceXMLMetaDataParser.getLog()
Metadata log.Modifier 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