Class RecordingDialectFactory
- java.lang.Object
-
- org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
-
- io.quarkus.hibernate.orm.runtime.recording.RecordingDialectFactory
-
- All Implemented Interfaces:
Serializable,org.hibernate.engine.jdbc.dialect.spi.DialectFactory,org.hibernate.service.Service,org.hibernate.service.spi.ServiceRegistryAwareService
public final class RecordingDialectFactory extends org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl implements org.hibernate.engine.jdbc.dialect.spi.DialectFactory, org.hibernate.service.spi.ServiceRegistryAwareService- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecordingDialectFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.dialect.DialectbuildDialect(Map configValues, org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource resolutionInfoSource)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 configValues, org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource resolutionInfoSource) throws org.hibernate.HibernateException
- Specified by:
buildDialectin interfaceorg.hibernate.engine.jdbc.dialect.spi.DialectFactory- Overrides:
buildDialectin classorg.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl- Throws:
org.hibernate.HibernateException
-
getDialect
public org.hibernate.dialect.Dialect getDialect()
-
-