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