jar

com.github.the-alchemist : hibernate-postgresql

Maven & Gradle

Jun 17, 2019
30 stars

Hibernate type mapping for PostgreSQL types · A collection of Hibernate type mappings for PostgreSQL-specific types such as hstore, circle, polygon, and more!

Table Of Contents

Latest Version

Download com.github.the-alchemist : hibernate-postgresql JAR file - Latest Versions:

All Versions

Download com.github.the-alchemist : hibernate-postgresql JAR file - All Versions:

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

com.github.thealchemist.pg_hibernate.types

├─ com.github.thealchemist.pg_hibernate.types.Box.class - [JAR]

├─ com.github.thealchemist.pg_hibernate.types.Circle.class - [JAR]

├─ com.github.thealchemist.pg_hibernate.types.LineSegment.class - [JAR]

├─ com.github.thealchemist.pg_hibernate.types.Point.class - [JAR]

├─ com.github.thealchemist.pg_hibernate.types.Polygon.class - [JAR]

com.github.thealchemist.pg_hibernate

├─ com.github.thealchemist.pg_hibernate.BoxType.class - [JAR]

├─ com.github.thealchemist.pg_hibernate.CircleType.class - [JAR]

├─ com.github.thealchemist.pg_hibernate.HstoreType.class - [JAR]

├─ com.github.thealchemist.pg_hibernate.InetAddressType.class - [JAR]

├─ com.github.thealchemist.pg_hibernate.IntegerArrayType.class - [JAR]

├─ com.github.thealchemist.pg_hibernate.LineSegmentType.class - [JAR]

├─ com.github.thealchemist.pg_hibernate.PointType.class - [JAR]

├─ com.github.thealchemist.pg_hibernate.PolygonType.class - [JAR]

├─ com.github.thealchemist.pg_hibernate.StringArrayType.class - [JAR]

├─ com.github.thealchemist.pg_hibernate.XMLType.class - [JAR]

Advertisement