| java.lang.Object | |
| ↳ | org.hibernate.mapping.Component.StandardGenerationContextLocator | 
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Given the incoming object, determine the context for injecting back its generated
 id sub-values. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationContextLocator
 | |||||||||||
Given the incoming object, determine the context for injecting back its generated id sub-values.
| session | The current session | 
|---|---|
| incomingObject | The entity for which we are generating id |