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:
preparein interfaceorg.hibernate.tool.schema.spi.GenerationTarget
-
accept
- Specified by:
acceptin interfaceorg.hibernate.tool.schema.spi.GenerationTarget
-
release
public void release()- Specified by:
releasein interfaceorg.hibernate.tool.schema.spi.GenerationTarget
-