Thanks, could you give an example or point me to the classes that do this: "use the ExecutingMergerContext to apply the DB schema changes."
On Fri, Oct 7, 2011 at 3:15 PM, Dave Lamy <davel...@gmail.com> wrote: > I've got runtime schema sync integrated into our codebase. It's > essentially > a matter of updating the Cayenne model at runtime (via manipulation of > DataMap members) and then using the ExecutingMergerContext to apply the DB > schema changes. > > Dave > > On Fri, Oct 7, 2011 at 1:16 PM, John Huss <johnth...@gmail.com> wrote: > > > Can Cayenne do database schema migration (like adding a column) at > runtime > > or just via the modeler app? > > > > Thanks, > > John > > >