hibernate-reactive icon indicating copy to clipboard operation
hibernate-reactive copied to clipboard

Test new Hibernate ORM 6.3 API for batching

Open DavideD opened this issue 2 years ago • 0 comments
trafficstars

We already test batching in some places:

  • https://github.com/hibernate/hibernate-reactive/blob/main/hibernate-reactive-core/src/test/java/org/hibernate/reactive/BatchFetchTest.java
  • https://github.com/hibernate/hibernate-reactive/blob/main/hibernate-reactive-core/src/test/java/org/hibernate/reactive/SubselectFetchTest.java

These are the new methods: https://github.com/hibernate/hibernate-reactive/pull/1747

DavideD avatar Sep 15 '23 07:09 DavideD