Uses of Interface
org.hibernate.boot.model.IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext
-
Packages that use IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext Package Description org.hibernate.boot.model -
-
Uses of IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext Modifier and Type Method Description java.lang.String
IdGeneratorStrategyInterpreter. determineGeneratorName(GenerationType generationType, IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext context)
Determine the name of the generator which should be used based on the GenerationType, returningnull
to indicate that this interpreter did not have a match and that any additional resolutions should be performed.
-