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 LogOpenJPAConfigurationImpl. getConfigurationLog()Methods in org.apache.openjpa.conf with parameters of type Log Modifier and Type Method Description voidMetaDataCacheMaintenance. 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 LogAbstractDataCache. logThe log to use.protected LogAbstractQueryCache. logThe 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 booleanClassRedefiner. canRedefineClasses(Log log)static booleanPCEnhancer. 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.InstrumentationInstrumentationFactory. getInstrumentation(Log log)static booleanPCEnhancerAgent. 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 voidFetchStatsCollector. 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 LogAbstractRemoteCommitProvider. 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 LogPreparedStatementManagerImpl. _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 LogReverseMappingTool. getLog()Return the log to write to.Methods in org.apache.openjpa.jdbc.meta with parameters of type Log Modifier and Type Method Description booleanMappingTool.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.booleanMappingTool.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 LogSchemaTool. _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 LogDBDictionary. logMethods in org.apache.openjpa.jdbc.sql that return Log Modifier and Type Method Description LogDBDictionary. getLog() -
Uses of Log in org.apache.openjpa.kernel
Fields in org.apache.openjpa.kernel declared as Log Modifier and Type Field Description protected LogAbstractLockManager. logRuntime 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 LogConfiguration. getConfigurationLog()Return the log to use for configuration messages.LogConfigurationImpl. getConfigurationLog()Returns the logging channelopenjpa.Runtimeby default.LogConfiguration. getLog(java.lang.String category)Return the log for the given category.LogConfigurationImpl. 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.ObjectConfigurations. lookup(java.lang.String name, java.lang.String userKey, Log log)Looks up the given name in JNDI.protected voidMapConfigurationProvider. 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 LogDataSourceLogs. getJDBCLog()The log to write JDBC messages to.LogDataSourceLogs. 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 voidDataSourceLogs. setJDBCLog(Log log)The log to write JDBC messages to.voidDataSourceLogs. 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 classAbstractLogA simple implementation of theLoginterface.static classCommonsLogFactory.LogAdapterAdapts a commons logging log to theLoginterface.static classLog4J2LogFactory.LogAdapterAdapts a Log4J2 logger to theLoginterface.static classLog4JLogFactory.LogAdapterAdapts a Log4J logger to theLoginterface.classLogFactoryImpl.LogImplA simple implementation of theLoginterface.static classNoneLogFactory.NoneLogNo-op log.static classSLF4JLogFactory.LogAdapterAdapts a Log4J logger to theLoginterface.Methods in org.apache.openjpa.lib.log that return Log Modifier and Type Method Description LogJULLogFactory. getLog(java.lang.String channel)LogLogFactory. getLog(java.lang.String channel)Return a log for the given channel name.LogLogFactoryAdapter. getLog(java.lang.String channel)LogLogFactoryImpl. getLog(java.lang.String channel)LogMultiLogFactory. getLog(java.lang.String channel)Returns a Log impl that combines all logs.LogNoneLogFactory. getLog(java.lang.String channel)protected LogCommonsLogFactory. newLogAdapter(java.lang.String channel)protected LogLog4J2LogFactory. newLogAdapter(java.lang.String channel)protected LogLog4JLogFactory. newLogAdapter(java.lang.String channel)protected abstract LogLogFactoryAdapter. newLogAdapter(java.lang.String channel)Return a log adapter for the given channel.protected LogSLF4JLogFactory. 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 LogClassAnnotationMetaDataFilter. getLog()LogXMLMetaDataParser. getLog()The log to write to.LogXMLMetaDataSerializer. getLog()The log to write to.Methods in org.apache.openjpa.lib.meta with parameters of type Log Modifier and Type Method Description voidClassAnnotationMetaDataFilter. setLog(Log _log)voidXMLMetaDataParser. setLog(Log log)The log to write to.voidXMLMetaDataSerializer. 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 LogAbstractMetaDataFactory. logMethods in org.apache.openjpa.meta that return Log Modifier and Type Method Description LogMetaDataRepository. 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 LogAnnotationPersistenceMetaDataParser. getLog()Metadata log.LogAnnotationPersistenceMetaDataSerializer. getLog()The log to write to.LogAnnotationPersistenceXMLMetaDataParser. getLog()Metadata log.Methods in org.apache.openjpa.persistence with parameters of type Log Modifier and Type Method Description booleanPersistenceProductDerivation. checkPuNameCollisions(Log logger, java.lang.String puName)This method checks to see if the providedpuNamewas detected in multiple resources.voidAnnotationPersistenceMetaDataSerializer. 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 LogJESTContext. _log
-