jar

net.osgiliath.hello : net.osgiliath.hello.model.jpa

Maven & Gradle

Aug 19, 2015
15 stars

Helloworld sample JPA (database persistence) · JPA persistence module for helloworld

Table Of Contents

Latest Version

Download net.osgiliath.hello : net.osgiliath.hello.model.jpa JAR file - Latest Versions:

All Versions

Download net.osgiliath.hello : net.osgiliath.hello.model.jpa JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.x
0.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 net.osgiliath.hello.model.jpa-0.2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.osgiliath.hello.model.jpa.repository

├─ net.osgiliath.hello.model.jpa.repository.HelloObjectRepository.class - [JAR]

net.osgiliath.hello.model.jpa.repository.impl

├─ net.osgiliath.hello.model.jpa.repository.impl.HelloObjectJpaRepository.class - [JAR]

net.osgiliath.hello.model.jpa.model

├─ net.osgiliath.hello.model.jpa.model.GenericEntity.class - [JAR]

├─ net.osgiliath.hello.model.jpa.model.GenericEntity_.class - [JAR]

├─ net.osgiliath.hello.model.jpa.model.HelloEntity.class - [JAR]

├─ net.osgiliath.hello.model.jpa.model.HelloEntity_.class - [JAR]