1. Update non-existent table - crash ORA-00942 stackoverflow.comWe've been getting a weird exception from Hibernate trying to |
2. JPA update a table stackoverflow.comI am trying to update a table using JPA if I find that record using the primary key.During which I have a restriction should not update the record with ... |
3. How to update Oracle object types ? forum.hibernate.orgWe have inherited a DB with user defined object types (eg: 'address' containing city, state zip et.al.). This zip column can be retrieved from Oracle by setting the column as follows: @Column(name = "SHIP_TO.zip") However, you cannot update using this. Does anyone know how to update Oracle user defined object types in Hibernate ? Thanks, Craig. |
4. Hibernate, Oracle 9i: decimal places get lost upon updates forum.hibernate.orgHibernate version: 2.1.6 Mapping documents: |
5. |