Class ReactiveGenerationTarget

java.lang.Object
org.hibernate.reactive.provider.service.ReactiveGenerationTarget
All Implemented Interfaces:
org.hibernate.tool.schema.spi.GenerationTarget

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

    • ReactiveGenerationTarget

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

    • prepare

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

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

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