public static interface CompositeNestedGeneratedValueGenerator.GenerationPlan extends ExportableProducer
context| Modifier and Type | Method and Description |
|---|---|
void |
execute(SharedSessionContractImplementor session,
Object incomingObject,
Object injectionContext)
Execute the value generation.
|
void |
initialize(SqlStringGenerationContext context)
Initializes this instance, in particular pre-generates SQL as necessary.
|
registerExportablesvoid initialize(SqlStringGenerationContext context)
This method is called after ExportableProducer.registerExportables(Database), before first use.
context - A context to help generate SQL stringsvoid execute(SharedSessionContractImplementor session, Object incomingObject, Object injectionContext)
session - The current sessionincomingObject - The entity for which we are generating idinjectionContext - The context into which the generated value can be injectedCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.