Uses of Enum Class
jakarta.persistence.SchemaManagementAction
Packages that use SchemaManagementAction
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of SchemaManagementAction in jakarta.persistence
Subclasses with type arguments of type SchemaManagementAction in jakarta.persistenceModifier and TypeClassDescriptionenumRepresents an action that can be performed by the schema management tooling.Methods in jakarta.persistence that return SchemaManagementActionModifier and TypeMethodDescriptionPersistenceConfiguration.getSchemaManagementScriptsAction()The schema management action to be performed by generated DDL scripts.PersistenceConfiguration.schemaManagementDatabaseAction()The schema management action to be performed against the database.static SchemaManagementActionReturns the enum constant of this class with the specified name.static SchemaManagementAction[]SchemaManagementAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jakarta.persistence with parameters of type SchemaManagementActionModifier and TypeMethodDescriptionPersistenceConfiguration.schemaManagementDatabaseAction(SchemaManagementAction action) Set the schema management action to be performed against the database.PersistenceConfiguration.schemaManagementScriptsAction(SchemaManagementAction action) Set the schema management action to be performed by generated DDL scripts.