Class ReactiveQuarkusStaticInitDialectFactory

  • All Implemented Interfaces:
    Serializable, org.hibernate.engine.jdbc.dialect.spi.DialectFactory, org.hibernate.service.Service, org.hibernate.service.spi.ServiceRegistryAwareService

    public class ReactiveQuarkusStaticInitDialectFactory
    extends QuarkusStaticInitDialectFactory
    implements org.hibernate.engine.jdbc.dialect.spi.DialectFactory, org.hibernate.service.spi.ServiceRegistryAwareService
    See Also:
    Serialized Form
    • Constructor Detail

      • ReactiveQuarkusStaticInitDialectFactory

        public ReactiveQuarkusStaticInitDialectFactory()
    • Method Detail

      • buildDialect

        public org.hibernate.dialect.Dialect buildDialect​(Map<String,​Object> map,
                                                          org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource dialectResolutionInfoSource)
                                                   throws org.hibernate.HibernateException
        Specified by:
        buildDialect in interface org.hibernate.engine.jdbc.dialect.spi.DialectFactory
        Overrides:
        buildDialect in class QuarkusStaticInitDialectFactory
        Throws:
        org.hibernate.HibernateException