Uses of Class
org.hibernate.tool.schema.Action
-
Packages that use Action Package Description org.hibernate.tool.hbm2ddl org.hibernate.tool.schema org.hibernate.tool.schema.spi -
-
Uses of Action in org.hibernate.tool.hbm2ddl
Methods in org.hibernate.tool.hbm2ddl that return Action Modifier and Type Method Description ActionSchemaExportTask.ExportType. getAction() -
Uses of Action in org.hibernate.tool.schema
Methods in org.hibernate.tool.schema that return Action Modifier and Type Method Description static ActionAction. interpretHbm2ddlSetting(java.lang.Object value)Used to interpret the value ofAvailableSettings.HBM2DDL_AUTOstatic ActionAction. interpretJpaSetting(java.lang.Object value)Used when processing JPA configuration to interpret the user config values.static ActionAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Action[]Action. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Action in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return Action Modifier and Type Method Description static ActionSchemaManagementToolCoordinator.ActionGrouping. determineAutoSettingImpliedAction(java.util.Map<?,?> settings, Action defaultValue)ActionSchemaManagementToolCoordinator.ActionGrouping. getDatabaseAction()ActionSchemaManagementToolCoordinator.ActionGrouping. getScriptAction()Methods in org.hibernate.tool.schema.spi with parameters of type Action Modifier and Type Method Description static ActionSchemaManagementToolCoordinator.ActionGrouping. determineAutoSettingImpliedAction(java.util.Map<?,?> settings, Action defaultValue)Constructors in org.hibernate.tool.schema.spi with parameters of type Action Constructor Description ActionGrouping(Action databaseAction, Action scriptAction)
-