类 ProxyFactoryFactoryInitiator
- java.lang.Object
-
- org.hibernate.bytecode.internal.ProxyFactoryFactoryInitiator
-
public final class ProxyFactoryFactoryInitiator extends Object implements StandardServiceInitiator<ProxyFactoryFactory>
Most commonly theProxyFactoryFactorywill depend directly on the chosenBytecodeProvider, however by registering them as two separate services we can allow to override either one or both of them.- 作者:
- Sanne Grinovero
-
-
字段概要
字段 修饰符和类型 字段 说明 static StandardServiceInitiator<ProxyFactoryFactory>INSTANCESingleton access
-
构造器概要
构造器 构造器 说明 ProxyFactoryFactoryInitiator()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Class<ProxyFactoryFactory>getServiceInitiated()Obtains the service role initiated by this initiator.ProxyFactoryFactoryinitiateService(Map configurationValues, ServiceRegistryImplementor registry)Initiates the managed service.
-
-
-
字段详细资料
-
INSTANCE
public static final StandardServiceInitiator<ProxyFactoryFactory> INSTANCE
Singleton access
-
-
方法详细资料
-
initiateService
public ProxyFactoryFactory initiateService(Map configurationValues, ServiceRegistryImplementor registry)
从接口复制的说明:StandardServiceInitiatorInitiates the managed service.- 指定者:
initiateService在接口中StandardServiceInitiator<ProxyFactoryFactory>- 参数:
configurationValues- The configuration values in effectregistry- The service registry. Can be used to locate services needed to fulfill initiation.- 返回:
- The initiated service.
-
getServiceInitiated
public Class<ProxyFactoryFactory> getServiceInitiated()
从接口复制的说明:ServiceInitiatorObtains the service role initiated by this initiator. Should be unique within a registry- 指定者:
getServiceInitiated在接口中ServiceInitiator<ProxyFactoryFactory>- 返回:
- The service role.
-
-