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
:: >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.
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.
:: ::
:: ::
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
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
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