Uses of Interface
org.hibernate.grammars.importsql.SqlScriptParserVisitor
Packages that use SqlScriptParserVisitor
Package
Description
Support for reading SQL scripts supplied to the schema tooling.
-
Uses of SqlScriptParserVisitor in org.hibernate.grammars.importsql
Classes in org.hibernate.grammars.importsql that implement SqlScriptParserVisitorModifier and TypeClassDescriptionclass
This class provides an empty implementation ofSqlScriptParserVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods. -
Uses of SqlScriptParserVisitor in org.hibernate.tool.schema.internal.script
Classes in org.hibernate.tool.schema.internal.script that implement SqlScriptParserVisitor