8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06dcb30 commit 2305c59Copy full SHA for 2305c59
hibernate-core/src/main/java/org/hibernate/boot/SchemaAutoTooling.java
@@ -13,8 +13,11 @@
13
* Defines the possible values for {@value AvailableSettings#HBM2DDL_AUTO}.
14
*
15
* @deprecated This enumeration is currently unused and will be removed.
16
+ * Use {@link org.hibernate.tool.schema.Action} instead.
17
18
* @author Steve Ebersole
19
+ *
20
+ * @see org.hibernate.tool.schema.Action
21
*/
22
@Deprecated(since = "7.0", forRemoval = true)
23
public enum SchemaAutoTooling {
0 commit comments