Package org.hibernate.boot.model
Interface IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext
-
- Enclosing interface:
- IdGeneratorStrategyInterpreter
public static interface IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGeneratedValueGeneratorName()
TheGeneratedValue.generator()
name.Class<?>
getIdType()
The Java type of the attribute defining the id whose value is to be generated.
-