Class ReactiveGenerationTarget

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

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

      Constructors 
      Constructor Description
      ReactiveGenerationTarget​(org.hibernate.service.ServiceRegistry registry)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(java.lang.String command)  
      void prepare()  
      void release()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.hibernate.tool.schema.internal.exec.GenerationTarget

        beforeScript
    • Constructor Detail

      • ReactiveGenerationTarget

        public ReactiveGenerationTarget​(org.hibernate.service.ServiceRegistry registry)
    • Method Detail

      • prepare

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

        public void accept​(java.lang.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