Author: dcosse Date: 2014-05-13 16:33:41 +0200 (Tue, 13 May 2014) New Revision: 709 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/709 Log: spelling Modified: hibernate-list-idx-bug/README.txt Modified: hibernate-list-idx-bug/README.txt =================================================================== --- hibernate-list-idx-bug/README.txt 2014-05-12 09:32:15 UTC (rev 708) +++ hibernate-list-idx-bug/README.txt 2014-05-13 14:33:41 UTC (rev 709) @@ -25,5 +25,5 @@ ERROR: Table "FLAT" not found; SQL statement: update Flat set building=?, building_idx=? where flatId=? [42102-177] -This is due to used of union-subclass, is that case indexes have to be created on concrete entities tables as Loft and Suite +This is due to used of union-subclass, in that case indexes have to be created on concrete entities tables as Loft and Suite and not Flat for this example.