public class SessionFactoryServiceRegistryFactoryImpl extends Object implements SessionFactoryServiceRegistryFactory
StandardServiceRegistryImpl whose
function is to act as a factory for SessionFactoryServiceRegistryImpl implementations.| Constructor and Description |
|---|
SessionFactoryServiceRegistryFactoryImpl(ServiceRegistryImplementor theBasicServiceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryServiceRegistry |
buildServiceRegistry(SessionFactoryImplementor sessionFactory,
BootstrapContext bootstrapContext,
SessionFactoryOptions options)
Create the registry.
|
public SessionFactoryServiceRegistryFactoryImpl(ServiceRegistryImplementor theBasicServiceRegistry)
public SessionFactoryServiceRegistry buildServiceRegistry(SessionFactoryImplementor sessionFactory, BootstrapContext bootstrapContext, SessionFactoryOptions options)
SessionFactoryServiceRegistryFactorybuildServiceRegistry in interface SessionFactoryServiceRegistryFactorysessionFactory - The (still being built) session factory. Generally this is useful
for grabbing a reference for later use. However, care should be taken when invoking on
the session factory until after it has been fully initialized.bootstrapContext - The (still active) BootstrapContext.options - The build options.Copyright © 2019 JBoss by Red Hat. All rights reserved.