Uses of Package
org.apache.logging.log4j.core.appender.db.jpa
Packages that use org.apache.logging.log4j.core.appender.db.jpa
Package
Description
The JPA Appender supports writing log events to a relational database using the Java Persistence API.
-
Classes in org.apache.logging.log4j.core.appender.db.jpa used by org.apache.logging.log4j.core.appender.db.jpaClassDescriptionUsers of the JPA appender MUST extend this class, using JPA annotations on the concrete class and all of its accessor methods (as needed) to map them to the proper table and columns.This Appender writes logging events to a relational database using the Java Persistence API.An
AbstractDatabaseManager
implementation for relational databases accessed via JPA.