I know this should be a pretty elementary issue to fix, but 1) I\'m relatively new to Hibernate, and 2) the fixes I\'ve found don\'t (seem to) apply here.
I\'m using Struts + Hibernate + Spring for my project development. And here is my Spring Context XML file. When I called \"sessionFactory.getCurrentSession()\" in the beginning of userDao.getXXXX meth
I\'d like to start by apologizing for my unfamil开发者_StackOverflow中文版iarity with Hibernate.I\'m only recently getting into it and am far from an expert.
The preface: I\'m struggeling with LazyInitializationException in my Unit Tests, and I have a really hard time getting my head around it, as you can see from my questions
I have this .hbm.xml file : Evenement.hbm.xml : <hibernate-mapping package=\"com.af.evenement\"> <class name=\"Evenement\" table=\"TB_EVENEMENT\">
I have a problem with getting the list items, below is my hibernate code, after that code there is my method ..and below that is my junit test. How can I make sure that query is executing properly, an
I need to map the enums which didn\'t implement the interface beforehand to the existing database, which stores enums in the same table as the owner class using the @Enumerated(EnumType.STRING).
I have an application that uses Hibernate to connect to my MySQL database. I\'m just having a weird problem with timeouts. Let\'s say that the socket timeout in MySQL\'s configurations is set to one h
I have a table called group, that I am trying to map using hibernate for DB2 and HSQLDB. Table name group is a reserved word and it must be quoted in HSQLDB. However DB2 does not like quoted table nam
I am developing a enterprise software for a big company using Oracle. Major processing unit is planned to be developed in PL/SQL. I am wondered开发者_如何学C if there is any ORM like Hibernate for Jav