[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3393) Criteria API property between capability for Subqueries

Will Hoover (JIRA) noreply at atlassian.com
Tue Jul 22 08:12:12 EDT 2008


Criteria API property between capability for Subqueries
-------------------------------------------------------

                 Key: HHH-3393
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3393
             Project: Hibernate3
          Issue Type: Bug
          Components: query-criteria
         Environment: N/A
            Reporter: Will Hoover


org.hibernate.criterion.Subqueries should have a method for a between clause:

public static Criterion propertyBetween(String propertyName, DetachedCriteria dc) {
	return new PropertySubqueryExpression(propertyName, "between", null, dc);
}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list