Uses of Class
org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity

Packages that use AbstractLogEventWrapperEntity
org.apache.logging.log4j.core.appender.db.jpa The JPA Appender supports writing log events to a relational database using the Java Persistence API. 
 

Uses of AbstractLogEventWrapperEntity in org.apache.logging.log4j.core.appender.db.jpa
 

Subclasses of AbstractLogEventWrapperEntity in org.apache.logging.log4j.core.appender.db.jpa
 class BasicLogEventEntity
          Users of the JPA appender may want to extend this class instead of AbstractLogEventWrapperEntity.
 

Method parameters in org.apache.logging.log4j.core.appender.db.jpa with type arguments of type AbstractLogEventWrapperEntity
static JpaDatabaseManager JpaDatabaseManager.getJPADatabaseManager(String name, int bufferSize, Class<? extends AbstractLogEventWrapperEntity> entityClass, Constructor<? extends AbstractLogEventWrapperEntity> entityConstructor, String persistenceUnitName)
          Creates a JPA manager for use within the JpaAppender, or returns a suitable one if it already exists.
static JpaDatabaseManager JpaDatabaseManager.getJPADatabaseManager(String name, int bufferSize, Class<? extends AbstractLogEventWrapperEntity> entityClass, Constructor<? extends AbstractLogEventWrapperEntity> entityConstructor, String persistenceUnitName)
          Creates a JPA manager for use within the JpaAppender, or returns a suitable one if it already exists.
 



Copyright © 1999-2015 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.