Don’t map the same table as collection multiple times. This will lead to issues. Instead, map the table as collection just once, and split up the collection into 3 sub-collections in Java code, based on your own logic.
Don’t map the same table as collection multiple times. This will lead to issues. Instead, map the table as collection just once, and split up the collection into 3 sub-collections in Java code, based on your own logic.