程序包 org.hibernate.id
接口 CompositeNestedGeneratedValueGenerator.GenerationPlan
-
- 所有超级接口:
ExportableProducer
- 所有已知实现类:
Component.ValueGenerationPlan
public static interface CompositeNestedGeneratedValueGenerator.GenerationPlan extends ExportableProducer
Contract for performing the actual sub-value generation, usually injecting it into the determinedcontext
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidexecute(SharedSessionContractImplementor session, Object incomingObject, Object injectionContext)Execute the value generation.-
从接口继承的方法 org.hibernate.boot.model.relational.ExportableProducer
registerExportables
-
-
-
-
方法详细资料
-
execute
void execute(SharedSessionContractImplementor session, Object incomingObject, Object injectionContext)
Execute the value generation.- 参数:
session- The current sessionincomingObject- The entity for which we are generating idinjectionContext- The context into which the generated value can be injected
-
-