Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
2.19
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
have many hibernate configuration files, one for each DBMS I am supporting and a couple that do different versions of datasource configurations for different application servers. All of these config files have the same list of mapping files in them. They look like this:
Code:
<mapping resource="edu/ucop/ers/domain/costsharingCommitment.hbm" />
<mapping resource="edu/ucop/ers/domain/comment.hbm" />
<mapping resource="edu/ucop/ers/domain/DOSCode.hbm" />
I guess I don't know enogh about how to specify an include and to create a file to include so that I don't have to keep the mapping resource entries in sync across a bunch of hibernate.cfg.xml type files.
Thanks in advance.
Wayne