Uses of Enum Class
io.quarkus.hibernate.orm.deployment.HibernateOrmConfigPersistenceUnit.IdOptimizerType
Packages that use HibernateOrmConfigPersistenceUnit.IdOptimizerType
-
Uses of HibernateOrmConfigPersistenceUnit.IdOptimizerType in io.quarkus.hibernate.orm.deployment
Fields in io.quarkus.hibernate.orm.deployment with type parameters of type HibernateOrmConfigPersistenceUnit.IdOptimizerTypeModifier and TypeFieldDescriptionHibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitMapping.Id.Optimizer.idOptimizerDefaultThe optimizer to apply to identifier generators whose optimizer is not configured explicitly.Methods in io.quarkus.hibernate.orm.deployment that return HibernateOrmConfigPersistenceUnit.IdOptimizerTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.HibernateOrmConfigPersistenceUnit.IdOptimizerType.values()Returns an array containing the constants of this enum class, in the order they are declared.