db4o « Database JDBC « Java Articles

Java Articles
1. Build Deploy
2. Class
3. Core Library
4. Data Types
5. Database JDBC
6. Design
7. Development
8. File Input Output
9. Graphics Desktop
10. J2EE Enterprise
11. J2ME Wireless
12. JVM
13. Language
14. Library Product
15. Network
16. Security
17. SOA Web Services
18. Test
19. Web Development
20. XML
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Products
Java by API
Photoshop Tutorial
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Articles » Database JDBC » db4o 
1. The busy Java developer's guide to db4o: Queries, updates, and identity
"In this second article in The busy Java developer's guide to db4o, I used the OODBMS notion of identity as a launching point for explaining how db4o stores and retrieves objects, as well as introducing its native query facility."

2. The busy Java developer's guide to db4o: Introduction and overview


3. The busy Java developer's guide to db4o: Beyond simple objects
"Storing structured objects is, for the most part, an exercise in what's been done before: call db.set() on the object and the OODBMS takes care of the rest. The object on which the set() call is made doesn't much matter because the OODBMS tracks objects by an Object identifier (OID) (see " The busy Java developer's guide to db4o: Queries, updates, and identity") and so does not know to store the same object twice."

w___ww_.__ja___va__2___s_.___co__m_ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.