Class ReactiveQuarkusStaticInitDialectFactory
- java.lang.Object
-
- org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
-
- io.quarkus.hibernate.orm.runtime.service.QuarkusStaticInitDialectFactory
-
- io.quarkus.hibernate.reactive.runtime.customized.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 Summary
Constructors Constructor Description ReactiveQuarkusStaticInitDialectFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.dialect.DialectbuildDialect(Map<String,Object> map, org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource dialectResolutionInfoSource)org.hibernate.dialect.DialectgetDialect()-
Methods inherited from class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
injectServices, setDialectResolver
-
-
-
-
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:
buildDialectin interfaceorg.hibernate.engine.jdbc.dialect.spi.DialectFactory- Overrides:
buildDialectin classQuarkusStaticInitDialectFactory- Throws:
org.hibernate.HibernateException
-
getDialect
public org.hibernate.dialect.Dialect getDialect()
- Overrides:
getDialectin classQuarkusStaticInitDialectFactory
-
-