Uses of Enum Class
org.hibernate.tool.hbm2ddl.SchemaExport.Action
Packages that use SchemaExport.Action
-
Uses of SchemaExport.Action in org.hibernate.tool.hbm2ddl
Methods in org.hibernate.tool.hbm2ddl that return SchemaExport.ActionModifier and TypeMethodDescriptionstatic SchemaExport.ActionSchemaExport.Action.parseCommandLineOption(String actionText) static SchemaExport.ActionReturns the enum constant of this class with the specified name.static SchemaExport.Action[]SchemaExport.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.tool.hbm2ddl with parameters of type SchemaExport.ActionModifier and TypeMethodDescriptionvoidSchemaExport.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