• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Single-table inheritance and deep fetch
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Single-table inheritance and deep fetch


  • Subject: Single-table inheritance and deep fetch
  • From: Daniel Eggert <email@hidden>
  • Date: Mon, 26 Sep 2005 14:59:21 +0200

Hi,

I can't get a deep fetch to work with single-table inheritance.

I have a class A / entity A and class B / entity B. For my single- table inheritance I have a 'type' attribute that is set to either 'A' or 'B'.

Class B inherits from class A, i.e. A is the parent of B.

If I do a deep fetch on A, I'd expect the objects of class B also to be returned. But that does not happen.


String entityName = "A";
EOFetchSpecification aFetchSpecification;
aFetchSpecification = new EOFetchSpecification(entityName, (EOQualifier) null, null, true, true, null);
EODatabaseDataSource dataSource = new EODatabaseDataSource (editingContext(), entityName);
dataSource.setFetchSpecification (authorsAndReadersFetchSpecification);


The data source only contains objects with type = "A". How do I get both "A" and "B" in one dataSource?

/Daniel



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Single-table inheritance and deep fetch
      • From: Ken Anderson <email@hidden>
  • Prev by Date: User testing an application
  • Next by Date: Re: Single-table inheritance and deep fetch
  • Previous by thread: AW: User testing an application
  • Next by thread: Re: Single-table inheritance and deep fetch
  • Index(es):
    • Date
    • Thread