类 SessionFactoryServiceRegistryFactoryImpl
- java.lang.Object
-
- org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryImpl
-
- 所有已实现的接口:
Serializable,Service,SessionFactoryServiceRegistryFactory
public class SessionFactoryServiceRegistryFactoryImpl extends Object implements SessionFactoryServiceRegistryFactory
Acts as a service in theStandardServiceRegistryImplwhose function is to act as a factory forSessionFactoryServiceRegistryImplimplementations.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 SessionFactoryServiceRegistryFactoryImpl(ServiceRegistryImplementor theBasicServiceRegistry)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 SessionFactoryServiceRegistrybuildServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions options)Create the registry.
-
-
-
构造器详细资料
-
SessionFactoryServiceRegistryFactoryImpl
public SessionFactoryServiceRegistryFactoryImpl(ServiceRegistryImplementor theBasicServiceRegistry)
-
-
方法详细资料
-
buildServiceRegistry
public SessionFactoryServiceRegistry buildServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions options)
从接口复制的说明:SessionFactoryServiceRegistryFactoryCreate the registry.- 指定者:
buildServiceRegistry在接口中SessionFactoryServiceRegistryFactory- 参数:
sessionFactory- 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.- 返回:
- The registry
-
-