Skip to content

Commit a63f05e

Browse files
committed
HHH-19608 mark new Dialect operation @Incubating
1 parent d9814ae commit a63f05e

File tree

1 file changed

+1
-0
lines changed
  • hibernate-core/src/main/java/org/hibernate/dialect

1 file changed

+1
-0
lines changed

hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4634,6 +4634,7 @@ public boolean supportsPartitionBy() {
46344634
*
46354635
* @since 7.1
46364636
*/
4637+
@Incubating
46374638
public boolean addPartitionKeyToPrimaryKey() {
46384639
return false;
46394640
}

0 commit comments

Comments
 (0)