public class SessionFactoryServiceRegistryFactoryImpl extends java.lang.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 |
|---|---|
SessionFactoryServiceRegistryImpl |
buildServiceRegistry(SessionFactoryImplementor sessionFactory,
SessionFactoryOptions options)
Create the registry.
|
public SessionFactoryServiceRegistryFactoryImpl(ServiceRegistryImplementor theBasicServiceRegistry)
public SessionFactoryServiceRegistryImpl buildServiceRegistry(SessionFactoryImplementor sessionFactory, 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.options - The build options.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.