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
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.Methods in io.quarkus.hibernate.orm.deployment that return types with arguments of type HibernateOrmConfigPersistenceUnit.IdOptimizerTypeModifier and TypeMethodDescriptionHibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitMapping.Id.Optimizer.idOptimizerDefault()The optimizer to apply to identifier generators whose optimizer is not configured explicitly.