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. unfortunately the internal 
:: state of SessionFactory and it's query methods does not 
:: provide all the information that the Configuration has.
:: 
:: so i would like to create the above mentioned method...
:: 
:: what i would like to have is an "ok, we agree, send the 
:: patch" or some other suggestion to get the Configuration 
:: from a SessionFactory in a uniform way. (so that there's no 
:: difference when the SessionFactory is obtained from JCA or 
:: in a simple unmanaged environment)
:: 
:: i've tried to get all classes from the SessionFactory, 
:: create a new Configuration and add all classes to it. the 
:: problem lies in subclasses in different .hbm.xml's: the 
:: superclass must be added before it's children... 
:: 
:: any suggestions?
:: 
:: thanks in advance,
:: 
:: - 101
:: 
:: 
:: 
:: -------------------------------------------------------
:: This SF.Net email is sponsored by: IBM Linux Tutorials
:: Free Linux tutorial presented by Daniel Robbins, President 
:: and CEO of GenToo technologies. Learn everything from 
:: fundamentals to system 
:: administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=ick
:: _______________________________________________
:: hibernate-devel mailing list [EMAIL PROTECTED]
:: https://lists.sourceforge.net/lists/listinfo/hibernate-devel
:: 
:: 


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to