jar

com.github.friendlyjava : jpa-descriptor

Maven & Gradle

Sep 17, 2018
2 usages

JPA Descriptor · A utility library for describing mapping of JPA entities

Table Of Contents

Latest Version

Download com.github.friendlyjava : jpa-descriptor JAR file - Latest Versions:

All Versions

Download com.github.friendlyjava : jpa-descriptor JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.0.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-descriptor-1.3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.friendlyjava.jpa.descriptor.attribute

├─ com.github.friendlyjava.jpa.descriptor.attribute.CommonEntityAttribute.class - [JAR]

├─ com.github.friendlyjava.jpa.descriptor.attribute.ElementCollectionRelationshipEntityAttribute.class - [JAR]

├─ com.github.friendlyjava.jpa.descriptor.attribute.EntityAttribute.class - [JAR]

├─ com.github.friendlyjava.jpa.descriptor.attribute.ManyToManyRelationshipEntityAttribute.class - [JAR]

├─ com.github.friendlyjava.jpa.descriptor.attribute.ManyToOneRelationshipEntityAttribute.class - [JAR]

├─ com.github.friendlyjava.jpa.descriptor.attribute.OneToManyRelationshipEntityAttribute.class - [JAR]

├─ com.github.friendlyjava.jpa.descriptor.attribute.OneToOneRelationshipEntityAttribute.class - [JAR]

├─ com.github.friendlyjava.jpa.descriptor.attribute.RelationshipEntityAttribute.class - [JAR]

com.github.friendlyjava.jpa.descriptor

├─ com.github.friendlyjava.jpa.descriptor.JpaDescriptor.class - [JAR]

├─ com.github.friendlyjava.jpa.descriptor.JpaPropertyInfo.class - [JAR]

├─ com.github.friendlyjava.jpa.descriptor.JpaReflectionHelper.class - [JAR]

com.github.friendlyjava.jpa.descriptor.load

├─ com.github.friendlyjava.jpa.descriptor.load.DefaultJpaLoadCheckStrategy.class - [JAR]

├─ com.github.friendlyjava.jpa.descriptor.load.EclipseLinkLoadCheckStrategy.class - [JAR]

├─ com.github.friendlyjava.jpa.descriptor.load.LoadCheckStrategy.class - [JAR]

com.github.friendlyjava.jpa.descriptor.exception

├─ com.github.friendlyjava.jpa.descriptor.exception.JpaLoadStateException.class - [JAR]

├─ com.github.friendlyjava.jpa.descriptor.exception.JpaPropertyAccessException.class - [JAR]

├─ com.github.friendlyjava.jpa.descriptor.exception.UnsupportedJpaProviderException.class - [JAR]

Advertisement