From: <one...@us...> - 2002-11-25 02:21:13
|
Update of /cvsroot/hibernate/Hibernate/doc In directory sc8-pr-cvs1:/tmp/cvs-serv25122/doc Modified Files: hibernate.aft Log Message: use OuterJoinGenerator for normalized table mappings Index: hibernate.aft =================================================================== RCS file: /cvsroot/hibernate/Hibernate/doc/hibernate.aft,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** hibernate.aft 24 Nov 2002 16:19:04 -0000 1.28 --- hibernate.aft 25 Nov 2002 02:21:10 -0000 1.29 *************** *** 56,60 **** 1. Some features of the query language are not supported for databases which do not have subqueries. ! 2. The table-per-subclass mapping strategy is supported only for databases with ANSI-style |OUTER JOIN| and |CASE| 3. Firebird InterClient 2.01 is _strongly_ recommended in preference to other versions of Interbase Interclient. * http://www.ibphoenix.com --- 56,60 ---- 1. Some features of the query language are not supported for databases which do not have subqueries. ! 2. The table-per-subclass mapping strategy is supported only for databases with ANSI-style |CASE...WHEN| 3. Firebird InterClient 2.01 is _strongly_ recommended in preference to other versions of Interbase Interclient. * http://www.ibphoenix.com |