"Gentry, Michael (Contractor)" <michael_gentr..anniemae.com> wrote:
> Yeah, you have to be careful with DB reserved words. Our schema has a
> TransactionTable which maps to a Transaction object. Can't name the
> table Transaction, too, because that is an SQL word. The easiest thing
> for you to do is call your table UserTable (or similar), but name your
> class User so it functions as you are expecting.
Yeah, for Oracle, I had to go with USER_TABLE instead of USER.
-Mike
This archive was generated by hypermail 2.0.0 : Tue Jun 07 2005 - 15:53:28 EDT