jar

net.dankito.jpa.annotationreader : jpa-apt

Maven & Gradle

Feb 02, 2021
0 stars

jpa-apt · Reads the JPA (Java Persistence API) annotations of all entities and creates a metamodel from them so that it can be processed by subsequent libraries, e. g. an EntityManager or a JPA provider.

Table Of Contents

Latest Version

Download net.dankito.jpa.annotationreader : jpa-apt JAR file - Latest Versions:

All Versions

Download net.dankito.jpa.annotationreader : jpa-apt JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jpa-apt-1.0.0-alpha5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.dankito.jpa.apt.configurationprocessor.json

├─ net.dankito.jpa.apt.configurationprocessor.json.JsonEntityConfigurationProcessor.class - [JAR]

net.dankito.jpa.apt.configurationprocessor.source

├─ net.dankito.jpa.apt.configurationprocessor.source.SourceCodeGeneratorContext.class - [JAR]

├─ net.dankito.jpa.apt.configurationprocessor.source.SourceCodeGeneratorEntityConfigurationProcessor.class - [JAR]

net.dankito.jpa.apt

├─ net.dankito.jpa.apt.AptAnnotationReader.class - [JAR]

├─ net.dankito.jpa.apt.ColumnConfigurationReader.class - [JAR]

├─ net.dankito.jpa.apt.EntityConfigurationReader.class - [JAR]

├─ net.dankito.jpa.apt.EntityTypeInfo.class - [JAR]

├─ net.dankito.jpa.apt.IAnnotationReader.class - [JAR]

├─ net.dankito.jpa.apt.JPAAnnotationProcessor.class - [JAR]

├─ net.dankito.jpa.apt.RelationColumnConfigurationReader.class - [JAR]

net.dankito.jpa.apt.configurationprocessor

├─ net.dankito.jpa.apt.configurationprocessor.IEntityConfigurationProcessor.class - [JAR]

Advertisement