Re: Query at the time of inserting data using Apache Cayenne

2015-09-09 Thread Philip Copeland
Unsubscribe Sent from Outlook On Wed, Sep 9, 2015 at 9:27 AM -0700, "Dipesh Jain" mailto:dip...@ivgroup.in>> wrote: I have written a code in java 8 to insert data in sql server 2012 using apache cayenne 3.1. While executing code I got an exception : **org.apache.cayenne

RE: Transactions , Primary Keys

2007-09-22 Thread Philip Copeland
apache.org Subject: Re: Transactions , Primary Keys On 23/09/2007, at 8:26 AM, Philip Copeland wrote: > The main problem I'm facing is that objects don't get written to the > database (nor Primary Keys generated) unless we commit our > transaction. > What I'm wishing for is

Transactions , Primary Keys

2007-09-22 Thread Philip Copeland
Hi, We've used Cayenne extensively over the last 2 years - with great success on many projects. I'm in the process of designing & implementing a generic import/export feature for some of our projects - and its raising some difficult issues that I don't know how to resolve. We're currently