| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Log | |
|---|---|
| org.apache.openjpa.conf | OpenJPA Configuration | 
| org.apache.openjpa.datacache | OpenJPA Data Cache | 
| org.apache.openjpa.enhance | OpenJPA Enhancer | 
| org.apache.openjpa.event | OpenJPA Events | 
| org.apache.openjpa.jdbc.meta | OpenJPA-JDBC ORM Metadata | 
| org.apache.openjpa.jdbc.sql | OpenJPA-JDBC SQL Abstraction | 
| org.apache.openjpa.kernel | OpenJPA Runtime Kernel | 
| org.apache.openjpa.lib.conf | Configuration Framework | 
| org.apache.openjpa.lib.jdbc | Database Connectivity | 
| org.apache.openjpa.lib.log | Logging | 
| org.apache.openjpa.lib.meta | Metadata Framework | 
| org.apache.openjpa.meta | OpenJPA Metadata | 
| org.apache.openjpa.persistence | OpenJPA JPA | 
| Uses of Log in org.apache.openjpa.conf | 
|---|
| Methods in org.apache.openjpa.conf that return Log | |
|---|---|
|  Log | OpenJPAConfigurationImpl.getConfigurationLog() | 
| Methods in org.apache.openjpa.conf with parameters of type Log | |
|---|---|
|  void | MetaDataCacheMaintenance.setLog(Log log) | 
| Uses of Log in org.apache.openjpa.datacache | 
|---|
| Fields in org.apache.openjpa.datacache declared as Log | |
|---|---|
| protected  Log | AbstractQueryCache.logThe log to use. | 
| protected  Log | AbstractDataCache.logThe log to use. | 
| Uses of Log in org.apache.openjpa.enhance | 
|---|
| Constructors in org.apache.openjpa.enhance with parameters of type Log | |
|---|---|
| PCSubclassValidator(ClassMetaData meta,
                    serp.bytecode.BCClass bc,
                    Log log,
                    boolean enforceContractViolations) | |
| Uses of Log in org.apache.openjpa.event | 
|---|
| Fields in org.apache.openjpa.event declared as Log | |
|---|---|
| protected  Log | AbstractRemoteCommitProvider.log | 
| Uses of Log in org.apache.openjpa.jdbc.meta | 
|---|
| Methods in org.apache.openjpa.jdbc.meta that return Log | |
|---|---|
|  Log | ReverseMappingTool.getLog()Return the log to write to. | 
| Methods in org.apache.openjpa.jdbc.meta with parameters of type Log | |
|---|---|
|  boolean | 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.sql | 
|---|
| Fields in org.apache.openjpa.jdbc.sql declared as Log | |
|---|---|
| protected  Log | DBDictionary.log | 
| Uses of Log in org.apache.openjpa.kernel | 
|---|
| Fields in org.apache.openjpa.kernel declared as Log | |
|---|---|
| protected  Log | AbstractLockManager.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 | |
|---|---|
|  Log | ConfigurationImpl.getConfigurationLog()Returns the logging channel openjpa.Runtimeby default. | 
|  Log | Configuration.getConfigurationLog()Return the log to use for configuration messages. | 
|  Log | ConfigurationImpl.getLog(String category) | 
|  Log | Configuration.getLog(String category)Return the log for the given category. | 
| Methods in org.apache.openjpa.lib.conf with parameters of type Log | |
|---|---|
| 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 | |
|---|---|
|  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 | |
|---|---|
|  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 | |
|---|---|
|  class | AbstractLogA simple implementation of the Loginterface. | 
| static class | CommonsLogFactory.LogAdapterAdapts a commons logging log to the Loginterface. | 
| static class | Log4JLogFactory.LogAdapterAdapts a Log4J logger to the Loginterface. | 
|  class | LogFactoryImpl.LogImplA simple implementation of the Loginterface. | 
| static class | NoneLogFactory.NoneLogNo-op log. | 
| Methods in org.apache.openjpa.lib.log that return Log | |
|---|---|
|  Log | NoneLogFactory.getLog(String channel) | 
|  Log | MultiLogFactory.getLog(String channel)Returns a Log impl that combines all logs. | 
|  Log | LogFactoryImpl.getLog(String channel) | 
|  Log | LogFactoryAdapter.getLog(String channel) | 
|  Log | LogFactory.getLog(String channel)Return a log for the given channel name. | 
| protected abstract  Log | LogFactoryAdapter.newLogAdapter(String channel)Return a log adapter for the given channel. | 
| protected  Log | Log4JLogFactory.newLogAdapter(String channel) | 
| protected  Log | CommonsLogFactory.newLogAdapter(String channel) | 
| Constructors in org.apache.openjpa.lib.log with parameters of type Log | |
|---|---|
| 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 | |
|---|---|
|  Log | XMLMetaDataSerializer.getLog()The log to write to. | 
|  Log | XMLMetaDataParser.getLog()The log to write to. | 
|  Log | ClassAnnotationMetaDataFilter.getLog() | 
| Methods in org.apache.openjpa.lib.meta with parameters of type Log | |
|---|---|
|  void | XMLMetaDataSerializer.setLog(Log log)The log to write to. | 
|  void | XMLMetaDataParser.setLog(Log log)The log to write to. | 
|  void | ClassAnnotationMetaDataFilter.setLog(Log _log) | 
| Uses of Log in org.apache.openjpa.meta | 
|---|
| Fields in org.apache.openjpa.meta declared as Log | |
|---|---|
| protected  Log | AbstractMetaDataFactory.log | 
| Methods in org.apache.openjpa.meta that return Log | |
|---|---|
|  Log | MetaDataRepository.getLog()Return the metadata log. | 
| Uses of Log in org.apache.openjpa.persistence | 
|---|
| Methods in org.apache.openjpa.persistence that return Log | |
|---|---|
|  Log | AnnotationPersistenceXMLMetaDataParser.getLog()Metadata log. | 
|  Log | AnnotationPersistenceMetaDataSerializer.getLog()The log to write to. | 
|  Log | AnnotationPersistenceMetaDataParser.getLog()Metadata log. | 
| Methods in org.apache.openjpa.persistence with parameters of type Log | |
|---|---|
|  void | AnnotationPersistenceMetaDataSerializer.setLog(Log log)The log to write to. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||