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 java.lang.String
getGeneratedValueGeneratorName()
TheGeneratedValue.generator()
name.java.lang.Class
getIdType()
The Java type of the attribute defining the id whose value is to be generated.
-
-
-
Method Detail
-
getIdType
java.lang.Class getIdType()
The Java type of the attribute defining the id whose value is to be generated.
-
getGeneratedValueGeneratorName
java.lang.String getGeneratedValueGeneratorName()
TheGeneratedValue.generator()
name.
-
-