stateless « Session « JPA Q&A





1. Need enough information about stateless session in hibernate    stackoverflow.com

Hi I am working on hibernate and need some information about the stateless session. tried to search on google but didnt get that much information. so please ...

3. Stateless Session and Enhanced Classes    forum.hibernate.org

Well I know that the stateless session is limited, but it is the "one" side of the mapping and everything works fine as long as there are no enhanced classes involved. So the mapping is valid, but it behaves different. That's a bit annoying because the unit test don't turn to red, but in production the code produces errors. regards