Uses of Package
org.apache.openjpa.lib.log

Packages that use org.apache.openjpa.lib.log
org.apache.openjpa.conf OpenJPA Configuration This package provides base OpenJPA configuration interfaces. 
org.apache.openjpa.datacache OpenJPA Data Cache OpenJPA's data and query caching frameworks. 
org.apache.openjpa.enhance OpenJPA Enhancer This package provides a bytecode enhancer used to post-process classes for use in a OpenJPA runtime. 
org.apache.openjpa.enhance.stats   
org.apache.openjpa.event OpenJPA Events This package provides some interfaces and useful implementations for OpenJPA's event notification framework. 
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel Runtime services for the JDBC OpenJPA implementation. 
org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadata This package extends the standard persistence metadata with object-relational mapping information. 
org.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Management This package provides utilities for managing the schema of persistent objects stored in a relational database. 
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction Utilities for generating SQL. 
org.apache.openjpa.kernel OpenJPA Runtime Kernel This package provides a common OpenJPA runtime environment that can be adapted for use with various data store mechanisms. 
org.apache.openjpa.lib.conf Configuration Framework This package provides an extendable product configuration framework. 
org.apache.openjpa.lib.jdbc Database Connectivity Includes an implementation of the DataSource APIs around a normal JDBC 1.x driver. 
org.apache.openjpa.lib.log Logging This package provides a lightweight logging interface, a simple implementation that writes logging output to the console and allows for basic log configuration, and plug-ins for the Apache Commons Logging and the Apache Log4J frameworks. 
org.apache.openjpa.lib.meta Metadata Framework Extendable framework for metadata parsing and serializing. 
org.apache.openjpa.meta OpenJPA Metadata This package provides an extendable framework for parsing and caching persistence metadata. 
org.apache.openjpa.persistence OpenJPA JPA This package provides an JPA facade to OpenJPA. 
org.apache.openjpa.persistence.jest   
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.conf
Log
          Logging interface that is independent of other logging frameworks.
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.datacache
Log
          Logging interface that is independent of other logging frameworks.
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.enhance
Log
          Logging interface that is independent of other logging frameworks.
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.enhance.stats
Log
          Logging interface that is independent of other logging frameworks.
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.event
Log
          Logging interface that is independent of other logging frameworks.
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.jdbc.kernel
Log
          Logging interface that is independent of other logging frameworks.
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.jdbc.meta
Log
          Logging interface that is independent of other logging frameworks.
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.jdbc.schema
Log
          Logging interface that is independent of other logging frameworks.
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.jdbc.sql
Log
          Logging interface that is independent of other logging frameworks.
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.kernel
Log
          Logging interface that is independent of other logging frameworks.
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.lib.conf
Log
          Logging interface that is independent of other logging frameworks.
LogFactory
          Factory for log instances.
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.lib.jdbc
Log
          Logging interface that is independent of other logging frameworks.
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.lib.log
AbstractLog
          A simple implementation of the Log interface.
Log
          Logging interface that is independent of other logging frameworks.
LogFactory
          Factory for log instances.
LogFactoryAdapter
          Base type that aids in adapting an external log framework to the LogFactory.
LogFactoryImpl.LogImpl
          A simple implementation of the Log interface.
NoneLogFactory.NoneLog
          No-op log.
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.lib.meta
Log
          Logging interface that is independent of other logging frameworks.
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.meta
Log
          Logging interface that is independent of other logging frameworks.
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.persistence
Log
          Logging interface that is independent of other logging frameworks.
 

Classes in org.apache.openjpa.lib.log used by org.apache.openjpa.persistence.jest
Log
          Logging interface that is independent of other logging frameworks.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.