Okay, that worked so I'm committing it. The new rule seems a little
strange to me, but perhaps I don't understand what it's supposed to do.
fromClause : FROM fromClass ( ( COMMA (fromClass |
collectionValuedPathDeclaration) ) | (joinType) )*
So..."FROM foo f, bar b, IN (red.blue.green) q"
I'm taking a look at it now. The weakKeyword() setting may be able to
do this, but I'm not sure how much lookahead is being used after the comma.
Alexey Loubyansky wrote:
Hi Joshua,
I committed another hack in this area. Could you please look at it?
The problem is when I add an alternative to fr
ConfigurationPerformanceTest is having a NPE every time I run it.
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Star
Title: [Hibernate] Central configuration for mappings?
Hi,
this is a user question so you should go to
the user forum.
But because its christmans i'll point you
in the direction - look at NamingStrategy which allows you
to control it quite nicely
IMO.
-max
Fra: [EMAIL PROTECTED]
I am developing a framework that uses hibernate for persistence. I am
trying to figure out a way to have a central config for attributes in
the hbm.xml files. For example, I would like to be able to change all
the table/column names without having to edit the hbm.xml files in the
framework. Any