Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimistic-locking

Updating child entity but saving parent entity leads to ObjectOptimisticLockingFailureException

LockModeType.OPTIMISTIC does not work

Tips for Migrating from XPO to LINQ to SQL

Letting the presentation layer (JSF) handle business exceptions from service layer (EJB)

org.springframework.http.converter.HttpMessageNotWritableException: No converter for [class com.test.entity.Book] with preset Content-Type 'null'

Parent entity getting unnecessarily updated when a new child entity is persisted

Lock user record and prevent editing?

Hibernate Optimistic Locking Version overflow

Recovering from hibernate optimistic locking exception

Fluent NHibernate OptimisticLock.None() causes "The string 'none' is not a valid Boolean value."

How should I handle persistence in a Java MUD? OptimisticLockException handling

JPA optimistic lock version handling - version value should be carried onto client side or?

Optimistic concurrency control and write skew

When would you use Hibernate optimistic lock over postgres serializable isolation level?

How does Hibernate do row version check for Optimistic Locking before committing the transaction