Uses of Interface
org.hibernate.tool.schema.spi.ScriptTargetOutput
-
Packages that use ScriptTargetOutput Package Description org.hibernate.tool.hbm2ddl org.hibernate.tool.schema.spi -
-
Uses of ScriptTargetOutput in org.hibernate.tool.hbm2ddl
Methods in org.hibernate.tool.hbm2ddl with parameters of type ScriptTargetOutput Modifier and Type Method Description voidSchemaExport. perform(SchemaExport.Action action, Metadata metadata, ScriptTargetOutput target)For testing use -
Uses of ScriptTargetOutput in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return ScriptTargetOutput Modifier and Type Method Description ScriptTargetOutputTargetDescriptor. getScriptTargetOutput()IfTargetDescriptor.getTargetTypes()includes scripts, return a representation of the script file to write to.
-