Actually this should work consistently, and depend only on whether you have "Schema" field populated for a given DbEntity in the mapping.
Andrus On May 6, 2011, at 5:04 PM, Christian Grobmeier wrote: > Hi, > > sometimes Cayenne generates SQL like: > > ... FROM schema.table WHERE... > > and sometimes it generates: > > ... FROM table WHERE... > > I would like to make sure its only using the second one. > > How can I achieve this behaviour? > > Thanks in advance, > Christian >