db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » Collections   (RSS)
Showing page 1 of 2 (19 total posts)
  • Collected Generics, Volume 1

    Finally we are starting to harvest the fruits of our work on pluggable type handlers. As a first step, please welcome .NET generic collections to the exclusive club of types natively supported by db4o in the upcoming 7.6 build.In principle, .NET generic collections could already be persisted in previous versions, but there was no dedicated ...
    Posted to Product News from the Core Team (Weblog) by Patrick Roemer on September 12, 2008
  • Re: Gotcha

    patrick_roemer:by pointers in one direction (db4o SODA allows you to pose queries that traverse references in the opposite direction)Please can you put an example of such kind of query (opposite direction..)? And with the use of collections to implement relations, can db4o look into a collection looking for a candidate (for example with SODA) ...
    Posted to db4o User Forum (Forum) by dprado on June 23, 2008
  • Problem storing synchronized HashSet

    I'm having a problem storing and retrieving an object that contains a HashSet wrapped in a SynchronizedSet, e.g.: class MyClass {   private Set<UniqueID> ids = Collections.synchronizedSet(new HashSet<UniqueID>()); ... }  I can store this object and retrieve it and it will contain the UniqueIDs that I added to the ...
    Posted to db4o User Forum (Forum) by rdl1 on April 18, 2008
  • Re: Your Requirements for Persistent Collections ?

    I just found this thread, so I thought I would collect here some questions I had previous posted elsewhere relating to collection needs:Re: equest: lazy activation for collectionshttp://developer.db4o.com/forums/post/45692.aspx- about collections needing to load/activate elements on demand, instead of the entire set:- from the fast collections ...
    Posted to db4o User Forum (Forum) by rblaa on January 12, 2008
  • ObjectContainer.set() is expensive?

    ObjectContainer.set() is expensive?I was doing some performance tests for a timesheet application I am writing, and was simulating the addition of thousands of item additions through a web service. Ultimately, the logic of the simulation boils down to:  public class Item { int id; String description; Date date; } ... final int ...
    Posted to db4o User Forum (Forum) by rblaa on January 12, 2008
  • ArrayMap4 is not a hash map?

    Hello. I am a new user to Db4o, quite impressed with its promise of allowing persistence to be programmed in the style of regular OO programming.In an attempt to avoid the need for complex and inefficient queries I am using explicit relationships between objects. E.g. an aspect of my app has to do with timesheets, and for a user I store work ...
    Posted to db4o User Forum (Forum) by rblaa on January 8, 2008
  • Re: deleting items in collection in Spring - sollution

    My collegue found problem after a few hot days. Deleting not only in collection, but also item in container depends on configuration with generateUUIDs! cascadeOnDelete(false) for team ObjectClass solves this problem, but it's not documented. I have 3 classes Team, Pilot and TeamApp:   import java.util.ArrayList;import ...
    Posted to db4o User Forum (Forum) by Jan Chodura on December 12, 2007
  • Re: deleting items in collection in Spring

    Addition: The strange behaviour is with beans in application context, when I use the xml as simple BeanFactory it works like in db4o - item is  removed from collection, but not from container. WHY is such different behaviour?
    Posted to db4o User Forum (Forum) by Jan Chodura on December 5, 2007
  • IBM DeveloperWorks: The busy Java developer's guide to db4o: Arrays and collections

    Handling multiplicity in object databases Collections and arrays introduce new levels of complexity to the structured objects first discussed in The busy Java™ developer's guide to db4o: Beyond simple objects. Fortunately, db4o isn't the least bit fazed by handling multiplicity relationships -- and neither ...
    Posted to In the News (Weblog) by Nik Wekwerth on September 19, 2007
  • query performance with collections

    Lets say that Asset contains a List<Calibration> and Calibration has a ''String technician''.  My objective is to find all of the Assets that have Calibrations done by a certain technician.  The query I'm using to solve this seams too slow.  Is there any way to create an index that will help speed this up.  I also tried ...
    Posted to db4o User Forum (Forum) by ctaggart on August 29, 2007
1 2 Next >