Uses of Enum Class
io.quarkus.hibernate.orm.deployment.HibernateOrmConfigPersistenceUnit.IdentifierQuotingStrategy
Packages that use HibernateOrmConfigPersistenceUnit.IdentifierQuotingStrategy
-
Uses of HibernateOrmConfigPersistenceUnit.IdentifierQuotingStrategy in io.quarkus.hibernate.orm.deployment
Fields in io.quarkus.hibernate.orm.deployment declared as HibernateOrmConfigPersistenceUnit.IdentifierQuotingStrategyModifier and TypeFieldDescriptionHibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitQuoteIdentifiers.strategyIdentifiers can be quoted using one of the available strategies.Methods in io.quarkus.hibernate.orm.deployment that return HibernateOrmConfigPersistenceUnit.IdentifierQuotingStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.HibernateOrmConfigPersistenceUnit.IdentifierQuotingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.