jar

com.mammb : jpa-fluent-modelgen

Maven & Gradle

Sep 01, 2022
1 stars

jpa fluent modelgen · JPA fluent metamodel generator

Table Of Contents

Latest Version

Download com.mammb : jpa-fluent-modelgen JAR file - Latest Versions:

All Versions

Download com.mammb : jpa-fluent-modelgen JAR file - All Versions:

Version Vulnerabilities Size Updated
0.10.x
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.x

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-fluent-modelgen-0.10.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mammb.code.jpa.fluent.modelgen

├─ com.mammb.code.jpa.fluent.modelgen.JpaModelProcessor.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.MapperModelProcessor.class - [JAR]

com.mammb.code.jpa.fluent.modelgen.model

├─ com.mammb.code.jpa.fluent.modelgen.model.AttributeType.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.model.MappableType.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.model.MetamodelAttribute.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.model.PersistenceType.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.model.RepositoryTraitType.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.model.StaticMetamodelAttribute.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.model.StaticMetamodelEntity.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.model.TypeArgument.class - [JAR]

com.mammb.code.jpa.fluent.modelgen.writer

├─ com.mammb.code.jpa.fluent.modelgen.writer.ApiClassWriter.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.writer.AttributeClassGenerator.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.writer.ImportBuilder.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.writer.JoinModelClassGenerator.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.writer.MappersClassWriter.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.writer.ModelClassWriter.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.writer.PackageNames.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.writer.PathModelClassGenerator.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.writer.RepositoryClassWriter.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.writer.RootModelClassGenerator.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.writer.Template.class - [JAR]

com.mammb.code.jpa.fluent.modelgen.context

├─ com.mammb.code.jpa.fluent.modelgen.context.Context.class - [JAR]

├─ com.mammb.code.jpa.fluent.modelgen.context.ModelContext.class - [JAR]

Advertisement