From: Paul H. <pha...@us...> - 2005-03-01 16:25:23
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5548/nhibernate/src/NHibernate Modified Files: AssemblyInfo.cs NHibernate-1.1.csproj NHibernateUtil.cs Log Message: Various refactorings on the way to 2.1 querying capability Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** NHibernate-1.1.csproj 21 Feb 2005 19:17:45 -0000 1.74 --- NHibernate-1.1.csproj 1 Mar 2005 16:24:42 -0000 1.75 *************** *** 345,348 **** --- 345,353 ---- /> <File + RelPath = "Cache\ISoftLock.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Cache\NonstrictReadWriteCache.cs" SubType = "Code" *************** *** 380,383 **** --- 385,393 ---- /> <File + RelPath = "Cfg\DefaultNamingStrategy.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Cfg\EmptyInterceptor.cs" SubType = "Code" *************** *** 390,393 **** --- 400,413 ---- /> <File + RelPath = "Cfg\ImprovedNamingStrategy.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Cfg\INamingStrategy.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Cfg\Mappings.cs" SubType = "Code" *************** *** 405,408 **** --- 425,433 ---- /> <File + RelPath = "Collection\AbstractCollectionPersister.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Collection\ArrayHolder.cs" SubType = "Code" *************** *** 415,418 **** --- 440,448 ---- /> <File + RelPath = "Collection\BasicCollectionPersister.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Collection\CollectionPersister.cs" SubType = "Code" *************** *** 420,423 **** --- 450,473 ---- /> <File + RelPath = "Collection\CollectionPropertyMapping.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Collection\CompositeElementPropertyMapping.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Collection\ElementPropertyMapping.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Collection\ICollectionPersister.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Collection\IdentifierBag.cs" SubType = "Code" *************** *** 425,428 **** --- 475,483 ---- /> <File + RelPath = "Collection\IQueryableCollection.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Collection\List.cs" SubType = "Code" *************** *** 435,438 **** --- 490,498 ---- /> <File + RelPath = "Collection\OneToManyPersister.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Collection\PersistentCollection.cs" SubType = "Code" *************** *** 500,503 **** --- 560,568 ---- /> <File + RelPath = "Dialect\ISQLFunction.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Dialect\MsSql2000Dialect.cs" SubType = "Code" *************** *** 515,518 **** --- 580,588 ---- /> <File + RelPath = "Dialect\NoArgSQLFunction.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Dialect\Oracle9Dialect.cs" SubType = "Code" *************** *** 530,539 **** /> <File ! RelPath = "Dialect\QueryFunctionStandard.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Dialect\SQLiteDialect.cs" SubType = "Code" BuildAction = "Compile" --- 600,609 ---- /> <File ! RelPath = "Dialect\SQLiteDialect.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Dialect\StandardSQLFunction.cs" SubType = "Code" BuildAction = "Compile" *************** *** 675,678 **** --- 745,753 ---- /> <File + RelPath = "Expression\AbstractCriterion.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Expression\AndExpression.cs" SubType = "Code" *************** *** 720,723 **** --- 795,803 ---- /> <File + RelPath = "Expression\ICriterion.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Expression\InExpression.cs" SubType = "Code" *************** *** 840,848 **** /> <File - RelPath = "Hql\IQueryFunctionInfo.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "Hql\OrderByParser.cs" SubType = "Code" --- 920,923 ---- *************** *** 970,973 **** --- 1045,1053 ---- /> <File + RelPath = "Impl\AbstractQueryImpl.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Impl\AbstractVisitor.cs" SubType = "Code" *************** *** 1185,1199 **** /> <File ! RelPath = "Mapping\Any.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Mapping\Array.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Mapping\Association.cs" SubType = "Code" BuildAction = "Compile" --- 1265,1279 ---- /> <File ! RelPath = "Loader\SqlLoader.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Mapping\Any.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Mapping\Array.cs" SubType = "Code" BuildAction = "Compile" *************** *** 1245,1248 **** --- 1325,1333 ---- /> <File + RelPath = "Mapping\IFetchable.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Mapping\Index.cs" SubType = "Code" *************** *** 1265,1268 **** --- 1350,1358 ---- /> <File + RelPath = "Mapping\IValue.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Mapping\List.cs" SubType = "Code" *************** *** 1280,1283 **** --- 1370,1383 ---- /> <File + RelPath = "Mapping\MetaAttribute.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Mapping\NamedSQLQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Mapping\OneToMany.cs" SubType = "Code" *************** *** 1320,1323 **** --- 1420,1428 ---- /> <File + RelPath = "Mapping\SimpleValue.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Mapping\Subclass.cs" SubType = "Code" *************** *** 1330,1339 **** /> <File ! RelPath = "Mapping\UniqueKey.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Mapping\Value.cs" SubType = "Code" BuildAction = "Compile" --- 1435,1444 ---- /> <File ! RelPath = "Mapping\ToOne.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Mapping\UniqueKey.cs" SubType = "Code" BuildAction = "Compile" *************** *** 1355,1358 **** --- 1460,1468 ---- /> <File + RelPath = "Persister\AbstractPropertyMapping.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Persister\EntityPersister.cs" SubType = "Code" *************** *** 1365,1368 **** --- 1475,1483 ---- /> <File + RelPath = "Persister\IJoinable.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Persister\ILoadable.cs" SubType = "Code" *************** *** 1370,1373 **** --- 1485,1498 ---- /> <File + RelPath = "Persister\IOuterJoinLoadable.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Persister\IPropertyMapping.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Persister\IQueryable.cs" SubType = "Code" *************** *** 1375,1378 **** --- 1500,1513 ---- /> <File + RelPath = "Persister\ISqlLoadable.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Persister\IUniqueKeyLoadable.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Persister\NormalizedEntityPersister.cs" SubType = "Code" *************** *** 1880,1883 **** --- 2015,2023 ---- /> <File + RelPath = "Type\DynamicComponentType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Type\EntityType.cs" SubType = "Code" Index: NHibernateUtil.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernateUtil.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NHibernateUtil.cs 16 Feb 2005 20:14:40 -0000 1.2 --- NHibernateUtil.cs 1 Mar 2005 16:24:43 -0000 1.3 *************** *** 212,216 **** { // not really a many-to-one association *necessarily* ! return new ManyToOneType( persistentClass ); } --- 212,216 ---- { // not really a many-to-one association *necessarily* ! return new ManyToOneType( persistentClass, null ); } *************** *** 223,227 **** { // not really a many-to-one association *necessarily* ! return new ManyToOneType( persistentClass ); } --- 223,227 ---- { // not really a many-to-one association *necessarily* ! return new ManyToOneType( persistentClass, null ); } Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/AssemblyInfo.cs,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** AssemblyInfo.cs 27 Feb 2005 10:01:32 -0000 1.17 --- AssemblyInfo.cs 1 Mar 2005 16:24:42 -0000 1.18 *************** *** 7,11 **** // <autogenerated> // This code was generated by a tool. ! // Runtime Version: 1.1.4322.573 // // Changes to this file may cause incorrect behavior and will be lost if --- 7,11 ---- // <autogenerated> // This code was generated by a tool. ! // Runtime Version: 1.1.4322.2032 // // Changes to this file may cause incorrect behavior and will be lost if *************** *** 21,27 **** [assembly: AssemblyProductAttribute("NHibernate")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.7.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.7")] ! [assembly: AssemblyFileVersionAttribute("0.7.0.0")] ! //[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] --- 21,26 ---- [assembly: AssemblyProductAttribute("NHibernate")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.8.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.8")] ! [assembly: AssemblyFileVersionAttribute("0.8.0.0")] |