Class ReactiveGenerationTarget
- java.lang.Object
-
- org.hibernate.reactive.provider.service.ReactiveGenerationTarget
-
- All Implemented Interfaces:
GenerationTarget
public class ReactiveGenerationTarget extends Object implements GenerationTarget
Adaptor that redirects DDL generated by the schema export tool to the reactive connection.
-
-
Constructor Summary
Constructors Constructor Description ReactiveGenerationTarget(ServiceRegistry registry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(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(ServiceRegistry registry)
-
-
Method Detail
-
prepare
public void prepare()
- Specified by:
prepare
in interfaceGenerationTarget
-
accept
public void accept(String command)
- Specified by:
accept
in interfaceGenerationTarget
-
release
public void release()
- Specified by:
release
in interfaceGenerationTarget
-
-