From: NHibernate J. <mik...@us...> - 2006-11-13 18:03:17
|
Criteria Tests -------------- Key: NH-807 URL: http://jira.nhibernate.org/browse/NH-807 Project: NHibernate Type: Patch Components: Tests, Core Versions: 1.2.0.Beta2 Reporter: Fabio Maulo Attachments: CriteriaTestAndSomePatch.patch The patch include: - new directory src\NHibernate.Test\Criteria with the port of hibernate-3.2\test\org\hibernate\test\criteria\CriteriaQueryTest.java - added [Serializable] of some existing class (for same class adjusted identation) - add Expression.IdEq and it's implementation NHibernate/Expression/IdentifierEqExpression.cs - in ICriteria add of overload CreateCriteria(string associationPath, JoinType joinType) - CriteriaImpl for [Serializable], identation and AddOrder of subcriteria - added NHibernate/Property/ChainedPropertyAccessor.cs and changed AliasToBeanResultTransformer to auto-chose access to property or fields -PassThroughResultTransformer for [Serializable] and identation -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.nhibernate.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |