jar

com.github.alaptseu : hibernate2json

Maven & Gradle

May 03, 2017
2 stars

hibernate2json · Maping JSON objects using generic Hibernate Types

Table Of Contents

Latest Version

Download com.github.alaptseu : hibernate2json JAR file - Latest Versions:

All Versions

Download com.github.alaptseu : hibernate2json JAR file - All Versions:

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

com.hibernate2json.descriptor

├─ com.hibernate2json.descriptor.AbstractJsonSqlTypeDescriptor.class - [JAR]

├─ com.hibernate2json.descriptor.JsonBinarySqlTypeDescriptor.class - [JAR]

├─ com.hibernate2json.descriptor.JsonStringSqlTypeDescriptor.class - [JAR]

├─ com.hibernate2json.descriptor.JsonTypeDescriptor.class - [JAR]

com.hibernate2json.util

├─ com.hibernate2json.util.JacksonUtil.class - [JAR]

com.hibernate2json.type

├─ com.hibernate2json.type.JsonBinaryType.class - [JAR]

├─ com.hibernate2json.type.JsonStringType.class - [JAR]