Class DialectDelegateWrapper

java.lang.Object
org.hibernate.dialect.Dialect
org.hibernate.dialect.DialectDelegateWrapper
All Implemented Interfaces:
FunctionContributor, TypeContributor, ConversionContext

@Incubating public class DialectDelegateWrapper extends Dialect
A wrapper of Dialect, to allow decorating some selected methods without having to extend the original class. This is used by Hibernate Reactive, possibly useful for others too, best maintained in the Hibernate ORM core repository to ensure alignment with the Dialect contract.