public static interface CompositeNestedGeneratedValueGenerator.GenerationPlan
context
Modifier and Type | Method and Description |
---|---|
void |
execute(SessionImplementor session,
Object incomingObject,
Object injectionContext)
Execute the value generation.
|
void |
registerPersistentGenerators(Map generatorMap)
Register any sub generators which implement
PersistentIdentifierGenerator by their
generatorKey . |
void execute(SessionImplementor 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 injectedvoid registerPersistentGenerators(Map generatorMap)
PersistentIdentifierGenerator
by their
generatorKey
.generatorMap
- The map of generators.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.