类 MutableIdentifierGeneratorFactoryInitiator
- java.lang.Object
-
- org.hibernate.id.factory.internal.MutableIdentifierGeneratorFactoryInitiator
-
- 所有已实现的接口:
StandardServiceInitiator<MutableIdentifierGeneratorFactory>,ServiceInitiator<MutableIdentifierGeneratorFactory>
public class MutableIdentifierGeneratorFactoryInitiator extends Object implements StandardServiceInitiator<MutableIdentifierGeneratorFactory>
- 作者:
- Emmanuel Bernard
-
-
字段概要
字段 修饰符和类型 字段 说明 static MutableIdentifierGeneratorFactoryInitiatorINSTANCE
-
构造器概要
构造器 构造器 说明 MutableIdentifierGeneratorFactoryInitiator()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Class<MutableIdentifierGeneratorFactory>getServiceInitiated()Obtains the service role initiated by this initiator.MutableIdentifierGeneratorFactoryinitiateService(Map configurationValues, ServiceRegistryImplementor registry)Initiates the managed service.
-
-
-
字段详细资料
-
INSTANCE
public static final MutableIdentifierGeneratorFactoryInitiator INSTANCE
-
-
方法详细资料
-
getServiceInitiated
public Class<MutableIdentifierGeneratorFactory> getServiceInitiated()
从接口复制的说明:ServiceInitiatorObtains the service role initiated by this initiator. Should be unique within a registry- 指定者:
getServiceInitiated在接口中ServiceInitiator<MutableIdentifierGeneratorFactory>- 返回:
- The service role.
-
initiateService
public MutableIdentifierGeneratorFactory initiateService(Map configurationValues, ServiceRegistryImplementor registry)
从接口复制的说明:StandardServiceInitiatorInitiates the managed service.- 指定者:
initiateService在接口中StandardServiceInitiator<MutableIdentifierGeneratorFactory>- 参数:
configurationValues- The configuration values in effectregistry- The service registry. Can be used to locate services needed to fulfill initiation.- 返回:
- The initiated service.
-
-