Class HibernateSpatialConfigurationSettings

  • All Implemented Interfaces:
    java.io.Serializable

    public class HibernateSpatialConfigurationSettings
    extends java.lang.Object
    implements java.io.Serializable
    Hibernate Spatial specific configuration settings.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONNECTION_FINDER
      The canonical class name of the Oracle ConnectionFinder implementation that will be used by the Oracle spatial dialects
      static java.lang.String DB2_DEFAULT_SRID
      SRID to use for the DB2 Spatial Dialects.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CONNECTION_FINDER

        public static final java.lang.String CONNECTION_FINDER
        The canonical class name of the Oracle ConnectionFinder implementation that will be used by the Oracle spatial dialects
        See Also:
        Constant Field Values
      • DB2_DEFAULT_SRID

        public static final java.lang.String DB2_DEFAULT_SRID
        SRID to use for the DB2 Spatial Dialects.
        See Also:
        Constant Field Values