Skip to:
Add a simple @PartitionKey annotation to mark a column as partition column for a table. A where clause predicate is going to be automatically added to update/delete statements for the partition column, based on the entity snapshot state.
@PartitionKey
Also see https://github.com/hibernate/hibernate-orm/discussions/5353
Add a simple
@PartitionKey
annotation to mark a column as partition column for a table. A where clause predicate is going to be automatically added to update/delete statements for the partition column, based on the entity snapshot state.Also see https://github.com/hibernate/hibernate-orm/discussions/5353