Class SDOGeometryType

java.lang.Object
org.hibernate.spatial.dialect.oracle.SDOGeometryType
All Implemented Interfaces:
Serializable, JdbcType

public class SDOGeometryType extends Object implements JdbcType
Descriptor for the Oracle Spatial SDO_GEOMETRY type
See Also:
  • Constructor Details

    • SDOGeometryType

      public SDOGeometryType(org.geolatte.geom.codec.db.oracle.OracleJDBCTypeFactory typeFactory, boolean useSTGeometry)
      Constructs a SqlTypeDescriptor for the Oracle SDOGeometry type.
      Parameters:
      typeFactory - the type factory to use.
      useSTGeometry -
  • Method Details