1. Hibernate error: executeQuery method cannot be used for update stackoverflow.comWhen I run the following:
|
2. Java JPA, How to do Updates to a table without destroy-create? stackoverflow.comI was learning some JPA to teach to some java friends and I was wondering, how do you handle updates that comes after the creation of the db in JPA? Let's ... |
3. OpenJPA dirty read hint stackoverflow.comWe've got the following DAO stack:
WITH UR sql clause to the end of the query?
I'd browsed sites and manuals ... |
4. Error SQL7008 while updating a DB2 for iSeries table stackoverflow.comI have a Java Web application using Hibernate and DB2 for Error SQL7008 while updating a DB2 for ... |
5. db2 error when trying to save aggregated objects forum.hibernate.orgHi all, I have the following mappings: |
6. DB2 iSeries can't get metadata using update forum.hibernate.orgI'm using hibernate 3.0.5 and my code tests successfully with Oracle 8i, 9i, 10g, MySQL, MSSQL, and DB2 on Unix - but when connecting to DB2 on iSeries, I get the following error message: could not get database metadata SQL Error Code: -204 SQL State: 42704 com.ibm.db2.jdbc.app.DB2DBException: SYSSEQUENCES in SYSIBM type *FILE not found. The only way I've been able to ... |
7. problems persisting objects with db2 forum.hibernate.orgHibernate version: 3.0 Mapping documents: |
8. Updates are not reflected in the database db2 7.2.005 forum.hibernate.org |
9. about db2 update forum.hibernate.orghello, I have a spring+hibernate+db2 project at first,I use mysql,All normal.When I change to db2 I can insert and delete,but can not update. my code: public void update(User user) { getHibernateTemplate().update(user); System.out.println("update...."); } the "update..." can show in con,at same time the error show in con Hibernate: update user set loginname=?, realname=?, password=?, phone=?, address=?, hsdw=?, cxid=?, regtime=? where id=? 2009-01-09 ... |