public class EnversIntegrator extends java.lang.Object implements Integrator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTO_REGISTER |
| Constructor and Description |
|---|
EnversIntegrator() |
| Modifier and Type | Method and Description |
|---|---|
void |
disintegrate(SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry)
Tongue-in-cheek name for a shutdown callback.
|
void |
integrate(Metadata metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry)
Perform integration.
|
public static final java.lang.String AUTO_REGISTER
public void integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
Integratorintegrate in interface Integratormetadata - The "compiled" representation of the mapping informationsessionFactory - The session factory being createdserviceRegistry - The session factory's service registrypublic void disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
Integratordisintegrate in interface IntegratorsessionFactory - The session factory being closed.serviceRegistry - That session factory's service registryCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.