jar

com.mopano : hibernate-json-org-contributor

Maven & Gradle

Oct 21, 2020
0 stars

hibernate-json-org-contributor · A type contributor allowing Hibernate to use the commonly known org.json.JSONArray and org.json.JSONObject. Used for PostgreSQL types json/jsonb and MySQL type json.

Table Of Contents

Latest Version

Download com.mopano : hibernate-json-org-contributor JAR file - Latest Versions:

All Versions

Download com.mopano : hibernate-json-org-contributor 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 hibernate-json-org-contributor-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mopano.hibernate.org.json.spi

├─ com.mopano.hibernate.org.json.spi.JsonSettings.class - [JAR]

com.mopano.hibernate.org.json

├─ com.mopano.hibernate.org.json.Handling.class - [JAR]

├─ com.mopano.hibernate.org.json.JsonArrayJavaTypeDescriptor.class - [JAR]

├─ com.mopano.hibernate.org.json.JsonArrayType.class - [JAR]

├─ com.mopano.hibernate.org.json.JsonObjectJavaTypeDescriptor.class - [JAR]

├─ com.mopano.hibernate.org.json.JsonObjectType.class - [JAR]

├─ com.mopano.hibernate.org.json.JsonSqlPGObjectHandler.class - [JAR]

├─ com.mopano.hibernate.org.json.JsonSqlStringHandler.class - [JAR]

├─ com.mopano.hibernate.org.json.JsonTypeContributor.class - [JAR]