mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 11:48:18 +00:00
- The order of the elements in Container#bList is undefined on the database side. This fix adds a hasItem matcher instead of explicitly checking each item of the list which depends on the order of the elements.