org.hibernate.spatial.integration
Class SpatialInitiator

java.lang.Object
  extended by org.hibernate.spatial.integration.SpatialInitiator
All Implemented Interfaces:
org.hibernate.service.spi.BasicServiceInitiator, org.hibernate.service.spi.ServiceInitiator

public class SpatialInitiator
extends java.lang.Object
implements org.hibernate.service.spi.BasicServiceInitiator


Constructor Summary
SpatialInitiator()
           
 
Method Summary
 java.lang.Class getServiceInitiated()
          Obtains the service role initiated by this initiator.
 org.hibernate.service.Service initiateService(java.util.Map configurationValues, org.hibernate.service.spi.ServiceRegistryImplementor registry)
          Initiates the managed service.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpatialInitiator

public SpatialInitiator()
Method Detail

getServiceInitiated

public java.lang.Class getServiceInitiated()
Description copied from interface: org.hibernate.service.spi.ServiceInitiator
Obtains the service role initiated by this initiator. Should be unique within a registry

Specified by:
getServiceInitiated in interface org.hibernate.service.spi.ServiceInitiator
Returns:
The service role.

initiateService

public org.hibernate.service.Service initiateService(java.util.Map configurationValues,
                                                     org.hibernate.service.spi.ServiceRegistryImplementor registry)
Description copied from interface: org.hibernate.service.spi.BasicServiceInitiator
Initiates the managed service.

Specified by:
initiateService in interface org.hibernate.service.spi.BasicServiceInitiator
Parameters:
configurationValues - The configuration values in effect
registry - The service registry. Can be used to locate services needed to fulfill initiation.
Returns:
The initiated service.