Hibernate and Oracle Partitions

Hibernate does not have native support for database partioning. However, as long as you provide the partition key in your queries (either JPQL or native SQL), the database should take it into consideration and prune partitions that are not eligible.

1 Like