[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5363) DetachedCriteria getCriteriaImpl() method should be protected instead of default

Tobias Seelinger (JIRA) noreply at atlassian.com
Thu Jul 8 12:04:13 EDT 2010


DetachedCriteria getCriteriaImpl() method should be protected instead of default
--------------------------------------------------------------------------------

                 Key: HHH-5363
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5363
             Project: Hibernate Core
          Issue Type: Improvement
          Components: core
    Affects Versions: 3.5.0-Final
            Reporter: Tobias Seelinger


The method getCriteriaImpl() in org.hibernate.criterion.DetachedCriteria is not usable in a subclass outside the same package. I think it should be at least protected to gain access to the additional attributes of the embedded CriteriaImpl that aren't supported by DetachedCriteria yet.

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