| When i am using child tables, during the update / create my hibernate is a taking a connection from pool and even after my transaction is completed it is not releasing the connection back to pool, i have tried after_statement to resolve this problem, then i am facing an issue that it cannot complete the transaction as all the child tables values are being updated / deleted / inserted via a transaction which is against to my setting. IS there any way to resolve this problem |