hibernate.cfg.xml
hibernate 4.0.0. CR4: org.hibernate.internal.util.config.ConfigurationException with hibernate.cfg.xml
Hi i have the following hibernate.cfg.xml <?xml version=\"1.0\" encoding=\"UTF-8\"?> <!DOCTYPE hibernate-configuration SYSTEM[详细]
2023-04-10 04:24 分类:问答Envers configuration with hibernate.cfg.xml
I am trying to use Envers to audit the updates/inserts into my tables. I have created audit tables with ext开发者_如何学运维ension _AUDIT in the DB.[详细]
2023-03-08 05:23 分类:问答Hibernate mapping resource locate in the separate jar
I have separate jar file has contain hibernate entity mapping and mapping directly. My Hibernate confg (cgf.xml) placed in another jar file. And as result I catch exception \"resource: com/iceleads/da[详细]
2023-02-18 19:32 分类:问答Can not load the hbm file in hiberante
I am trying to do the Hibernate tutotial from JBoss web site. Basically it is a very simple application that adds an Event to the DB.[详细]
2023-02-18 17:02 分类:问答Can I have two databases related session-factory tags in a single hibernate.cfg.xml file?
I have two different databases where I need to connect and update the tables dynamically. But it looks like I cannot keep two sessions related information in configuration file.[详细]
2023-01-24 16:40 分类:问答how to configure hibernate config file for sql server
Here is the config file for MySQL: <hibernate-configuration> <session-factory> <property name=\"hibernate.connection.driver_class\">org.gjt.mm.mysql.Driver</property>[详细]
2023-01-13 23:10 分类:问答web application structure hierarcy problem
Below an illustration of my project hierarchy (source: yfrog.com) When i try to connect my file_name.java file to hibernate i\'m getting these errors[详细]
2023-01-05 15:59 分类:问答Hibernate configuration - session factory scanning?
We have this hibernate.cfg.xml file.Is there a way to tell Hibernate to just scan a directory instead of having to add an entry here for each class?[详细]
2022-12-22 07:58 分类:问答