Am I correct in saying Hibernate 3.6.5 does not support write-behind caching (implemented by EhCache 2.4.2)?
Are there any other JPA compliant ORM that supports write-behind caching?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to this forum thread, the answer is no (as it requires code changes in hibernate). EclipseLink however supports write-behind caching strategy using Coherence (there is a good intro article here).