How to configure intellij idea to use hibernate persistence tools and reading mapping files from external jar files
问题 Assume that i have this below hibernate.cfg.xml file that contains data source configuration and path to jar files that contains .hbm.xml mappings: <?xml version='1.0' encoding='utf-8'?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN" "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"> <hibernate-configuration> <session-factory> <property name="hibernate.connection.driver_class">oracle.jdbc.OracleDriver</property> <property name=