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 >