1. Cache, batch size , multiple queries forum.hibernate.orgHi I have a one to many relationship R1 between two tables T1 & T2 ( Classes C1 & C2 )and i have mapped the relationship with list element. I have enabled collection cache for R1 and class cache for C2. I have batch-size attribute set on collection R1 and class C2 class. When I try to load C1 & C2 ... |