[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2400) ability to specify joinType in createAlias in DetachedCriteria

Michal Pavlasek (JIRA) noreply at atlassian.com
Thu Feb 1 09:52:40 EST 2007


ability to specify joinType in createAlias in DetachedCriteria
--------------------------------------------------------------

         Key: HHH-2400
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2400
     Project: Hibernate3
        Type: New Feature

    Versions: 3.2.1    
 Environment: 3.2.1
    Reporter: Michal Pavlasek


Criteria has two methods than can create an alias, but DetachedCriteria has only one method,
without the possibility of specifying the joinType.

It will be very useful for me to have that opportunity. Now I have to use Criteria instead of DetachedCriteria in some cases.

Criteria:
 Criteria 	createAlias(String associationPath, String alias)
          Join an association, assigning an alias to the joined association.
 Criteria 	createAlias(String associationPath, String alias, int joinType)
          Join an association using the specified join-type, assigning an alias to the joined association.

DetachedCriteria:
  DetachedCriteria 	createAlias(String associationPath, String alias) 



-- 
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