Uses of Enum Class
io.quarkus.hibernate.orm.deployment.HibernateOrmConfigPersistenceUnit.HibernateTimeZoneStorageType
Packages that use HibernateOrmConfigPersistenceUnit.HibernateTimeZoneStorageType
-
Uses of HibernateOrmConfigPersistenceUnit.HibernateTimeZoneStorageType in io.quarkus.hibernate.orm.deployment
Methods in io.quarkus.hibernate.orm.deployment that return HibernateOrmConfigPersistenceUnit.HibernateTimeZoneStorageTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.HibernateOrmConfigPersistenceUnit.HibernateTimeZoneStorageType.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.HibernateTimeZoneStorageTypeModifier and TypeMethodDescriptionHibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitMapping.Timezone.timeZoneDefaultStorage()How to store timezones in the database by default for properties of type `OffsetDateTime` and `ZonedDateTime`.