|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hibernate.spatial.integration.SpatialIntegrator
public class SpatialIntegrator
| Constructor Summary | |
|---|---|
SpatialIntegrator()
|
|
| Method Summary | |
|---|---|
void |
disintegrate(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry)
Tongue-in-cheek name for a shutdown callback. |
void |
integrate(org.hibernate.cfg.Configuration configuration,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry)
Perform integration. |
void |
integrate(org.hibernate.metamodel.source.MetadataImplementor metadata,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry)
Perform integration. |
void |
prepareServices(org.hibernate.service.ServiceRegistryBuilder serviceRegistryBuilder)
Allow the integrator to alter the builder of ServiceRegistry, presumably to
register services into it. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpatialIntegrator()
| Method Detail |
|---|
public void integrate(org.hibernate.cfg.Configuration configuration,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry)
org.hibernate.integrator.spi.Integrator
integrate in interface org.hibernate.integrator.spi.Integratorconfiguration - The configuration used to create the session factorysessionFactory - The session factory being createdserviceRegistry - The session factory's service registry
public void integrate(org.hibernate.metamodel.source.MetadataImplementor metadata,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry)
org.hibernate.integrator.spi.Integrator
integrate in interface org.hibernate.integrator.spi.Integratormetadata - The metadata used to create the session factorysessionFactory - The session factory being createdserviceRegistry - The session factory's service registry
public void disintegrate(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry)
org.hibernate.integrator.spi.Integrator
disintegrate in interface org.hibernate.integrator.spi.IntegratorsessionFactory - The session factory being closed.serviceRegistry - That session factory's service registrypublic void prepareServices(org.hibernate.service.ServiceRegistryBuilder serviceRegistryBuilder)
org.hibernate.integrator.spi.ServiceContributingIntegratorServiceRegistry, presumably to
register services into it.
prepareServices in interface org.hibernate.integrator.spi.ServiceContributingIntegratorserviceRegistryBuilder - The build to prepare.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||