Class QuarkusRuntimeInitDialectResolver
- java.lang.Object
-
- io.quarkus.hibernate.orm.runtime.service.QuarkusRuntimeInitDialectResolver
-
- All Implemented Interfaces:
Serializable,org.hibernate.engine.jdbc.dialect.spi.DialectResolver,org.hibernate.service.Service
public class QuarkusRuntimeInitDialectResolver extends Object implements org.hibernate.engine.jdbc.dialect.spi.DialectResolver
A dialect resolver used for runtime init; simply restores the dialect used during static init.This is necessary on top of
QuarkusRuntimeInitDialectFactorybecause schema tools, for example, bypass the factory and use the dialect resolver directly.- See Also:
QuarkusStaticInitDialectFactory, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuarkusRuntimeInitDialectResolver(org.hibernate.dialect.Dialect dialect)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.dialect.DialectresolveDialect(org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo info)
-