BIRT 3.7
Written by: Michael Williams
Featured Refcardz: Top Refcardz:
  1. Scrum
  2. Apache Maven 2
  3. Essential MySQL
  4. Node.js
  5. Groovy
  1. jQuery Selectors
  2. Ajax
  3. Java
  4. Spring Config.
  5. Java Concurrency

Link Details

Link 180143 thumbnail
User 257531 avatar

By gerps
via developer.db4o.com
Published: May 06 2009 / 09:29

In the latest development build db4o provides a first implementation of Transparent Activation and Transparent Persistence for standard Java collections. Transparent Activation (TA) loads members of persistent objects lazily when they are accessed. Transparent Persistence (TP) flags objects as dirty when their members are modified, so these objects are stored upon the next commit. Persistence capable collections are used automatically when you instrument your classes so you don't need to change your code around collections. So, forget about persisting your data explicitly. db4o does all the work nicely for you: transparently!
  • 12
  • 0
  • 1055
  • 0

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.