hibernate-reactive
hibernate-reactive copied to clipboard
StandardTableExporter is created directly by the Dialects, making dialect wrapping non-viable
See, for example, field tableExporter in org.hibernate.dialect.Dialect: all those fields are referring directly to this,
causing any overrides we attempt to apply in a wrapper of the Dialect ignored.