|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.mapping.Component.StandardGenerationContextLocator
public static class Component.StandardGenerationContextLocator
Constructor Summary | |
---|---|
Component.StandardGenerationContextLocator(java.lang.String entityName)
|
Method Summary | |
---|---|
java.io.Serializable |
locateGenerationContext(SessionImplementor session,
java.lang.Object incomingObject)
Given the incoming object, determine the context for injecting back its generated id sub-values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Component.StandardGenerationContextLocator(java.lang.String entityName)
Method Detail |
---|
public java.io.Serializable locateGenerationContext(SessionImplementor session, java.lang.Object incomingObject)
CompositeNestedGeneratedValueGenerator.GenerationContextLocator
locateGenerationContext
in interface CompositeNestedGeneratedValueGenerator.GenerationContextLocator
session
- The current sessionincomingObject
- The entity for which we are generating id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |