Package org.hibernate.boot.internal
Interface GenerationStrategyInterpreter.GeneratorNameDeterminationContext
- Enclosing class:
- GenerationStrategyInterpreter
public static interface GenerationStrategyInterpreter.GeneratorNameDeterminationContext
-
Method Summary
Modifier and TypeMethodDescriptionTheGeneratedValue.generator()name.Class<?>The Java type of the attribute defining the id whose value is to be generated.
-
Method Details
-
getIdType
Class<?> getIdType()The Java type of the attribute defining the id whose value is to be generated. -
getGeneratedValueGeneratorName
String getGeneratedValueGeneratorName()TheGeneratedValue.generator()name.
-