Tagged Questions
1
vote
2answers
311 views
Are Hibernate Pessimistic Locks Distributed with EHCache/Terracotta?
Can Hibernate implement pessimistic locking at the start of a Java transaction, or does it instead rely on a pessimistic lock being applied when all the work in the Java realm is done, and then the ...
13
votes
2answers
3k views
On using Terracotta as a persistence solution
Would it be a good idea to use Terracotta as a persistence solution (replacing a database)? I'm specifically wondering about data integrity issues and support for transactional systems.