Class AbstractPostGISJdbcType

java.lang.Object
org.hibernate.spatial.dialect.postgis.AbstractPostGISJdbcType
All Implemented Interfaces:
Serializable, JdbcType
Direct Known Subclasses:
PGGeographyJdbcType, PGGeometryJdbcType

public abstract class AbstractPostGISJdbcType extends Object implements JdbcType
Type Descriptor for the Postgis Geometry type
See Also:
  • Method Details