posted 13 years ago
I would like to know the scope of hibernate persistent context. As per my understanding the persistent context is scoped at session level. Thus every hibernate session has its own persistent context.
Is this correct or am I missing something.