Package org.hibernate.spatial
Class HibernateSpatialConfigurationSettings
- java.lang.Object
-
- org.hibernate.spatial.HibernateSpatialConfigurationSettings
-
- All Implemented Interfaces:
Serializable
public class HibernateSpatialConfigurationSettings extends Object implements Serializable
Hibernate Spatial specific configuration settings.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONNECTION_FINDER
The canonical class name of the Oracle ConnectionFinder implementation that will be used by the Oracle spatial dialectsstatic String
DB2_DEFAULT_SRID
SRID to use for the DB2 Spatial Dialects.static String
ORACLE_OGC_STRICT
-
-
-
Field Detail
-
CONNECTION_FINDER
public static final 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
-
ORACLE_OGC_STRICT
public static final String ORACLE_OGC_STRICT
- See Also:
- Constant Field Values
-
DB2_DEFAULT_SRID
public static final String DB2_DEFAULT_SRID
SRID to use for the DB2 Spatial Dialects.- See Also:
- Constant Field Values
-
-