Finer grained object versioning I'm using the Spring OJB implementation with the PersistenceBrokerTemplate. Object A contains a Collection of Object B instances. When I change any of the instances of Object ...
versioning domain objects I'd like to add versioning (like different versions of domain objects) to an application I'm writing so objects can maintain a history of past data and also recreate ...
Hi, Does Spring support versioning of persisted objects? For example, if I wanted to see what an object was like on a certain Date (or do a search on the persisted ...