From: <one...@us...> - 2003-01-27 07:12:06
|
Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/collection In directory sc8-pr-cvs1:/tmp/cvs-serv24927/hibernate/collection Modified Files: CollectionPersister.java Log Message: massive refactoring of XML mapping parsing code Index: CollectionPersister.java =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/collection/CollectionPersister.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CollectionPersister.java 26 Jan 2003 01:33:34 -0000 1.6 --- CollectionPersister.java 27 Jan 2003 07:12:03 -0000 1.7 *************** *** 143,147 **** span = collection.getElement().getColumnSpan(); elementColumnNames = new String[span]; ! enableJoinedFetch = collection.getElement().enableJoinedFetch(); iter = collection.getElement().getColumnIterator(); --- 143,147 ---- span = collection.getElement().getColumnSpan(); elementColumnNames = new String[span]; ! enableJoinedFetch = collection.getElement().getOuterJoinFetchSetting(); iter = collection.getElement().getColumnIterator(); |