Hi:
I am currently using Hibernate 3.05,MyEclipse 4.1.1, JDTS driver, Sql2000.
I have the following xml in my hibernate.cfg.xml:
<hibernate-configuration>
<session-factory>
<property name="show_sql">true</property>
<mapping resource="net/rrd/mdts/model/domainobject/FmwkUser.hbm.xml"/>
<mapping resource="net/rrd/mdts/model/domainobject/FmwrkSecurityGroupUser.hbm.xml"/>
</session-factory>
</hibernate-configuration>
Is there a way to change the hibernate.cfg.xml file so it will know how to find all of the hbm.xml files. I don't want to listed them all in the hibernate.cfg.xml. It's too troublesome and takes too much time.
Is there an url that talks about the options one have.
Any hint would be usefull.
Thanks.
Yours,
Frustrate.
|