Re: DataContextFactory

From: Andrus Adamchik (andru..bjectstyle.org)
Date: Thu Sep 15 2005 - 17:31:04 EDT

  • Next message: Mike Kienenberger: "Re: DataContextFactory"

    But what if you'd want a custom ObjectStore? I think this might be a
    quite common need, as this would allow cache tweaking. So how about
    this then:

        DataContext createDataContext(DataDomain parent);

    Andrus

    On Sep 15, 2005, at 5:25 PM, Mike Kienenberger wrote:

    > Changing the method signature to the following, since it's the minimum
    > needed if we did want to create a DefaultDataContextFactory or do a
    > trivial subclass of DataContext.
    >
    > public interface DataContextFactory {
    > DataContext createDataContext(QueryEngine parent, ObjectStore
    > objectStore);
    > }



    This archive was generated by hypermail 2.0.0 : Thu Sep 15 2005 - 17:31:07 EDT