From: <one...@us...> - 2003-01-16 08:56:05
|
Update of /cvsroot/hibernate/Hibernate2/doc/reference/src In directory sc8-pr-cvs1:/tmp/cvs-serv19562/reference/src Modified Files: advanced_or_mapping.xml Log Message: minor fix Index: advanced_or_mapping.xml =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/doc/reference/src/advanced_or_mapping.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** advanced_or_mapping.xml 16 Jan 2003 08:42:33 -0000 1.4 --- advanced_or_mapping.xml 16 Jan 2003 08:56:02 -0000 1.5 *************** *** 218,224 **** <para> ! A map from string indices to dates (this might be a useful mapping ! style if many different classes all had collections living in the one table, or ! if the map was a subcollection): </para> --- 218,222 ---- <para> ! A map from string indices to dates: </para> |