Version « Object « Spring Q&A





1. Finer grained object versioning    forum.springsource.org

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 ...

2. versioning domain objects    forum.springsource.org

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 ...

3. Persistent / Storable Object Versioning    forum.springsource.org

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 ...