8000 add a Javadoc link · hibernate/hibernate-orm@2305c59 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2305c59

Browse files
committed
add a Javadoc link
1 parent 06dcb30 commit 2305c59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hibernate-core/src/main/java/org/hibernate/boot/SchemaAutoTooling.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@
1313
* Defines the possible values for {@value AvailableSettings#HBM2DDL_AUTO}.
1414
*
1515
* @deprecated This enumeration is currently unused and will be removed.
16+
* Use {@link org.hibernate.tool.schema.Action} instead.
1617
*
1718
* @author Steve Ebersole
19+
*
20+
* @see org.hibernate.tool.schema.Action
1821
*/
1922
@Deprecated(since = "7.0", forRemoval = true)
2023
public enum SchemaAutoTooling {

0 commit comments

Comments
 (0)
0