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.


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


What do you mean by that? If you get session factory and metadata, there is no more relation with hbm files, AFAIK.

--
Emmanuel Bernard
[EMAIL PROTECTED]
http://www.hibernate.org



-------------------------------------------------------
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_id=1470&alloc_id=3638&op=click
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to