Uses of Interface
org.hibernate.boot.model.IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext
-
Packages that use IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext Package Description org.hibernate.boot.internal org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an understanding of the application's domain model (its entities, attributes, etc.) and the mapping of those "domain model parts" to the database. -
-
Uses of IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext Modifier and Type Method Description String
IdGeneratorInterpreterImpl. determineGeneratorName(jakarta.persistence.GenerationType generationType, IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext context)
-
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 String
IdGeneratorStrategyInterpreter. determineGeneratorName(jakarta.persistence.GenerationType generationType, IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext context)
Deprecated.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.
-