hi,
for every persistent entity, there is a class automatically generated (its name
starts with underscore "_"),
in those classes, we define property names as static final strings but they are
never used by the methods :
readProperty and writeProperty..
why ?
>http://cayenne.apache.org/doc20/understanding-transactions.html
Thanks for the link. In fact, I already
read almost all the Cayenne documentation
http://cayenne.apache.org/doc/understanding-transactions.html (which I think
more recent)
>I use Cayenne in a fairly straight
forward manner, and pe
Hi,
The Cayenne documentation states the following :
Chapter: Understanding Transactions
>It works either as a standalone mechanism, or in conjunction with another
>transaction framework, such as JTA or Spring..
Could you provide examples for both please ?
Actually, I am new to Apache Cayenne