All Classes and Interfaces

Classes
Class
Description
Users 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.
Users of the JPA appender may want to extend this class instead of AbstractLogEventWrapperEntity.
A JPA 2.1 attribute converter for ReadOnlyStringMaps in LogEvents.
A JPA 2.1 attribute converter for ReadOnlyStringMaps in LogEvents.
A JPA 2.1 attribute converter for Map<String, String>s in LogEvents.
A JPA 2.1 attribute converter for Map<String, String>s in LogEvents.
A JPA 2.1 attribute converter for ThreadContext.ContextStacks in LogEvents.
A JPA 2.1 attribute converter for ThreadContext.ContextStacks in LogEvents.
A JPA 2.1 attribute converter for Instants in LogEvents.
This Appender writes logging events to a relational database using the Java Persistence API.
An AbstractDatabaseManager implementation for relational databases accessed via JPA.
A JPA 2.1 attribute converter for Levels in LogEvents.
A JPA 2.1 attribute converter for Markers in LogEvents.
A JPA 2.1 attribute converter for Messages in LogEvents.
A JPA 2.1 attribute converter for StackTraceElements in LogEvents.
A JPA 2.1 attribute converter for Throwables in LogEvents.