Uses of Class
org.hibernate.tool.hbm2ddl.SchemaExport.Action
-
Packages that use SchemaExport.Action Package Description org.hibernate.tool.hbm2ddl -
-
Uses of SchemaExport.Action in org.hibernate.tool.hbm2ddl
Methods in org.hibernate.tool.hbm2ddl that return SchemaExport.Action Modifier and Type Method Description static SchemaExport.ActionSchemaExport.Action. parseCommandLineOption(String actionText)static SchemaExport.ActionSchemaExport.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaExport.Action[]SchemaExport.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.tool.hbm2ddl with parameters of type SchemaExport.Action Modifier and Type Method Description voidSchemaExport. doExecution(SchemaExport.Action action, boolean needsJdbc, org.hibernate.boot.Metadata metadata, org.hibernate.service.ServiceRegistry serviceRegistry, org.hibernate.tool.schema.spi.TargetDescriptor targetDescriptor)voidSchemaExport. execute(EnumSet<org.hibernate.tool.schema.TargetType> targetTypes, SchemaExport.Action action, org.hibernate.boot.Metadata metadata)voidSchemaExport. execute(EnumSet<org.hibernate.tool.schema.TargetType> targetTypes, SchemaExport.Action action, org.hibernate.boot.Metadata metadata, org.hibernate.service.ServiceRegistry serviceRegistry)voidSchemaExport. perform(SchemaExport.Action action, org.hibernate.boot.Metadata metadata, org.hibernate.tool.schema.spi.ScriptTargetOutput target)For testing use
-