strolch/li.strolch.model
Robert von Burg 89739717f2 [Major] Refactored LockHandler to use Locator
This is required because in certain instances it is important to lock
the object before retrieving it, otherwise if, for instance in
execution, we would need to fetch, lock and re-fetch to be sure we have
the latest object.

In moste of the Update*Commands this is not important as we perform a
list commit wins, where the client wants their version to be persisted.
Later a optimistic locking can be performed in that the given version
must be the latest, otherwise an exception would be thrown
2017-02-22 12:14:23 +01:00
..
src [Major] Refactored LockHandler to use Locator 2017-02-22 12:14:23 +01:00
.gitignore moved everything to a subdirectory for repo merge 2014-09-16 08:50:59 +02:00
LICENSE moved everything to a subdirectory for repo merge 2014-09-16 08:50:59 +02:00
README.md [Project] Updated project for deployment to Maven Central 2016-09-22 09:37:55 +02:00
pom.xml [Project] Set new version 1.5.0-SNAPSHOT 2016-11-03 12:07:38 +01:00

README.md

li.strolch.model

Strolch is a generic framework for building parameterized models for modification at runtime written in Java