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 booleanClassRedefiner.canRedefineClasses(Log log) static booleanPCEnhancer.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 InstrumentationInstrumentationFactory.getInstrumentation(Log log) static booleanPCEnhancerAgent.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 TypeMethodDescriptionbooleanMappingTool.ImportExport.exportMappings(JDBCConfiguration conf, Class<?>[] act, boolean meta, Log log, Writer writer) Export mappings for the given classes based on the given arguments.booleanMappingTool.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.Runtimeby 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 TypeMethodDescriptionvoidDataSourceLogs.setJDBCLog(Log log) The log to write JDBC messages to.voidThe 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 TypeClassDescriptionclassA simple implementation of theLoginterface.static classAdapts a commons logging log to theLoginterface.static classAdapts a Log4J2 logger to theLoginterface.static classAdapts a Log4J logger to theLoginterface.classA simple implementation of theLoginterface.static classNo-op log.static classAdapts a Log4J logger to theLoginterface.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 Logprotected LogCommonsLogFactory.newLogAdapter(String channel) protected LogLog4J2LogFactory.newLogAdapter(String channel) protected LogLog4JLogFactory.newLogAdapter(String channel) protected abstract LogLogFactoryAdapter.newLogAdapter(String channel) Return a log adapter for the given channel.protected LogSLF4JLogFactory.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 TypeMethodDescriptionbooleanPersistenceProductDerivation.checkPuNameCollisions(Log logger, String puName) This method checks to see if the providedpuNamewas detected in multiple resources.voidThe log to write to. -
Uses of Log in org.apache.openjpa.persistence.jest
Fields in org.apache.openjpa.persistence.jest declared as Log