No non-jdbc examples that I know of, but I'd say you needed to create your own implementation of Interface DbAdapter.
http://cayenne.apache.org/doc/api/org/apache/cayenne/dba/DbAdapter.html You could use the JdbcAdaptor as an example: http://cayenne.apache.org/doc/api/org/apache/cayenne/dba/JdbcAdapter.html On Fri, Aug 7, 2009 at 4:20 PM, Blake Williams<bdu...@earthlink.net> wrote: > Does anyone have an example of how to get data from a non-JDBC data source, > or some docs/instructions/etc. of how this can be done? >