Class ReactiveGenerationTarget

  • All Implemented Interfaces:
    org.hibernate.tool.schema.internal.exec.GenerationTarget

    public class ReactiveGenerationTarget
    extends Object
    implements org.hibernate.tool.schema.internal.exec.GenerationTarget
    Adaptor that redirects DDL generated by the schema export tool to the reactive connection.
    • Constructor Detail

      • ReactiveGenerationTarget

        public ReactiveGenerationTarget​(ServiceRegistry registry)
    • Method Detail

      • prepare

        public void prepare()
        Specified by:
        prepare in interface org.hibernate.tool.schema.internal.exec.GenerationTarget
      • accept

        public void accept​(String command)
        Specified by:
        accept in interface org.hibernate.tool.schema.internal.exec.GenerationTarget
      • release

        public void release()
        Specified by:
        release in interface org.hibernate.tool.schema.internal.exec.GenerationTarget