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 voidaccept(String command)voidprepare()voidrelease()-
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:
preparein interfaceGenerationTarget
-
accept
public void accept(String command)
- Specified by:
acceptin interfaceGenerationTarget
-
release
public void release()
- Specified by:
releasein interfaceGenerationTarget
-
-