Hi,
I have got problems using DML update in combination with joined subclass.
When I call statement like:
Code:
UPDATE joinedSubClass SET ATRIBUTE=10
I got following exception:
HibernateException( "cannot perform multi-table updates using dialect not supporting temp tables" ) from MultiTableUpdateExecutor .
I don't undestand why Hibernate need to create temporary tables? Why it does'not simply call on or more updates? (depends on which column do I update)?
Who is right? My idea about how joined sublcass should work or Hibernate implementation of DML?
Hibernate version: 3.1.1
Database: Firebird 1.5.3