Class SpatialService
- java.lang.Object
-
- org.hibernate.spatial.integration.SpatialService
-
- All Implemented Interfaces:
java.io.Serializable
,org.hibernate.service.Service
public class SpatialService extends java.lang.Object implements org.hibernate.service.Service
Central service for spatial integration- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
INTEGRATION_ENABLED
The name of the configuration setting used to control whether the spatial integration is enabled.
-
Constructor Summary
Constructors Constructor Description SpatialService(org.hibernate.boot.registry.StandardServiceRegistryBuilder serviceRegistryBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEnabled()
-
-
-
Field Detail
-
INTEGRATION_ENABLED
public static final java.lang.String INTEGRATION_ENABLED
The name of the configuration setting used to control whether the spatial integration is enabled. Default is true- See Also:
- Constant Field Values
-
-