Package org.hibernate.mapping
Class Component.StandardGenerationContextLocator
java.lang.Object
org.hibernate.mapping.Component.StandardGenerationContextLocator
- All Implemented Interfaces:
CompositeNestedGeneratedValueGenerator.GenerationContextLocator
- Enclosing class:
- Component
public static class Component.StandardGenerationContextLocator
extends Object
implements CompositeNestedGeneratedValueGenerator.GenerationContextLocator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlocateGenerationContext
(SharedSessionContractImplementor session, Object incomingObject) Given the incoming object, determine the context for injecting back its generated id sub-values.
-
Constructor Details
-
StandardGenerationContextLocator
-
-
Method Details