RE: [Hibernate] antlr "introspection" ?

2004-12-17 Thread Alexey Loubyansky
Also there are tokens that are used internally, i.e. not used in HQL users writting statements. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Joshua Davis > Sent: Wednesday, December 15, 2004 11:15 PM > To: Max Andersen; Steve Ebersole; Hibern

Re: [Hibernate] antlr "introspection" ?

2004-12-17 Thread Max Rydahl Andersen
On Fri, 17 Dec 2004 03:16:23 -0600, Alexey Loubyansky <[EMAIL PROTECTED]> wrote: Also there are tokens that are used internally, i.e. not used in HQL users writting statements. yes, but it surely would be nice to use the .g and .txt files as the source for defining what is keywords and what is

Re: [Hibernate] hql problem - group by with many-to-one

2004-12-17 Thread Christian Bauer
On Dec 15, 2004, at 10:27 PM, snpe wrote: I have problem with hql . Use the user forum. -- Christian Bauer +49 171 455 66 53 callto://christian-bauer Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com --

RE: [Hibernate] introductions of new keywords to ql (Welcome to parser land!)

2004-12-17 Thread Alexey Loubyansky
Hi Joshua, I committed another hack in this area. Could you please look at it? The problem is when I add an alternative to fromClass (in my case it's a collection valued path declaration, i.e. 'IN(path) id') and in a query after the first fromClass and comma there is another fromClass with class

Re: [Hibernate] hql problem - group by with many-to-one

2004-12-17 Thread snpe
Hello, I do it.Please see : http://forum.hibernate.org/viewtopic.php?p=2225061#2225061 Thanks On Friday 17 December 2004 10:00 am, Christian Bauer wrote: > > On Dec 15, 2004, at 10:27 PM, snpe wrote: > > > I have problem with hql . > > Use the user forum. > ---

[Hibernate] Serializable Configuration

2004-12-17 Thread Max Rydahl Andersen
Hi guys, Just used some time on making H3 Configuration serializable *again* ;( This is important to have a simple way for users to improve startup performance. To do that some new classes had to be marked as Serializable and I had to add jexen(!) to allow for serialization of dom4j based docume