Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7562831
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T13:30:37+00:00 2026-05-30T13:30:37+00:00

I didn’t find anywhere whether is possible to query from Db4o all objects implementing

  • 0

I didn’t find anywhere whether is possible to query from Db4o all objects implementing some generic interface

for example:
to query all objects implementing IList<T>, I tried:

var items = from IList<object> item in session
            select item;

but this doesn’t return all lists in database (only the ones which implements specificaly IList<object>)

Is there any way to do it other then query all objects from database, loop them and evaluate the object manually? (I would have to pass through milions of objects in this case)

Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T13:30:39+00:00Added an answer on May 30, 2026 at 1:30 pm

    You want to query for all objects which are any instance of the IList<> type. Or other costume generic types.

    In my opinion this is not possible at the moment. The reason is that db4o treats each instance of a List<> as its own type. So a List and a List are stored a two different types. This goes right down to the meta data storage in db4o, where those are stored separately. This also means that there not shared index for all instance of the different List<> types.

    Btw in Java it is the other way around, all types of List<> are treated as the same type, since in Java generics are not reflected at runtime.

    So, you basically need to go over all the different types of List<> yourself to get all instances.

    For your own types I would create an abstract non generic class which the generic instance inherit. Then you can query for that and get all generic subtypes. Note that this doesn’t work for interfaces, since db4o doesn’t index or keep meta-infos for interfaces.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Didn't find any from their website. I mostly just trying to see which one
I didn't find this anywhere - can i tell Play! that a specific controller
I didn't find any documentation as to why XPath support was dropped from jQuery
I didn't get the answer to this anywhere. What is the runtime complexity of
I didn't attend PDC 2008, but I heard some news that C# 4.0 is
I didn't find this in the documentation . Should I just make the close
I didn't fully understand the concept of threads I have some questions. Assume we
I didn't change any setting of my Vim, but today the Backspace gets some
I didn't manage to find any functionalities for minimizing/maximizing programatically. I want to minimize
I didn't want to go through all the event unsubscription memory leak posts to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.