[Hibernate] SessionFactory.getConfiguration

2004-07-06 Thread Lendvai Attila
is there any objection against SessionFactory.getConfiguration()? in JCA environment I can't get the Configuration in any other way... would even send a patch if it's approved. also please note that there's a JCA fix in the JIRA lying around. this fixes an issue that Hibernate opened transactions

RE: [Hibernate] SessionFactory.getConfiguration()

2004-03-31 Thread Lendvai Attila
:: >so i've spent some time with Hibernate metadata, but i :: can't extract :: >all information. for example property length... :: > :: > :: Property length is a short cut to column.getLength(), it is :: used when :: property have only one column. So get property column(s) to :: get length.

Re: [Hibernate] SessionFactory.getConfiguration()

2004-03-31 Thread Emmanuel Bernard
Lendvai Attila wrote: so i've spent some time with Hibernate metadata, but i can't extract all information. for example property length... Property length is a short cut to column.getLength(), it is used when property have only one column. So get property column(s) to get length. :: :: :: ::

RE: [Hibernate] SessionFactory.getConfiguration()

2004-03-31 Thread Lendvai Attila
damn, sorry for the double mail! so i've spent some time with Hibernate metadata, but i can't extract all information. for example property length... Configuration does not provide a means to access those informations. what should i do? - keep on discussing what i would like to have - try to ex

RE: [Hibernate] SessionFactory.getConfiguration()

2004-03-31 Thread Lendvai Attila
i've spent some time with the metadata :: hi! :: :: i'm working on an Echo (web framework) based hibernate data :: editor, that provides a basic UI for an arbitrary hibernate mapping. :: :: to achive this i need to extract all possible metadata from :: the Hibernate SessionFactory. unfortuna

[Hibernate] SessionFactory.getConfiguration()

2004-03-31 Thread Lendvai Attila
hi! i'm working on an Echo (web framework) based hibernate data editor, that provides a basic UI for an arbitrary hibernate mapping. to achive this i need to extract all possible metadata from the Hibernate SessionFactory. unfortunately the internal state of SessionFactory and it's query methods