jar

com.mopano : hibernate-array-contributor

Maven & Gradle

Oct 26, 2020
2 stars

hibernate-array-contributor · A type contributor allowing Hibernate to use various types of array objects inside entities. Used for PostgreSQL.

Table Of Contents

Latest Version

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

All Versions

Download com.mopano : hibernate-array-contributor JAR file - All Versions:

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

com.mopano.hibernate.array.sql

├─ com.mopano.hibernate.array.sql.ArrayTypeDescriptor.class - [JAR]

com.mopano.hibernate.array

├─ com.mopano.hibernate.array.ArrayTypeContributor.class - [JAR]

├─ com.mopano.hibernate.array.ArrayTypes.class - [JAR]

├─ com.mopano.hibernate.array.PgOffsetTimeType.class - [JAR]

com.mopano.hibernate.array.java

├─ com.mopano.hibernate.array.java.GenericArrayTypeDescriptor.class - [JAR]

├─ com.mopano.hibernate.array.java.PgOffsetTimeJavaDescriptor.class - [JAR]

Advertisement