Yeah, we'd better add more functionality to ObjectContext/BaseContext. The goal is to minimize usage of DataContext class and use abstractions instead
2009/4/14 Robert Zeigler <[email protected]> > Deprecation of getThreadDataContext is unrelated to JPA support. > Use BaseContext.getThreadObjectContex() and cast it to DataContext. > > Robert > > > On Apr 14, 2009, at 4/144:47 AM , Malcolm Edgar wrote: > > With JPA off the roadmap can we remove the Java depreciation from >> DataContext.getThreadDataContext() as this generates a ton of warnings >> in our code base and the DataContext has important methods which just >> aren't available on ObjectContext or BaseContext. >> >> regards Malcolm Edgar >> > >
