[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-5520) Per org.hibernate.cache.RegionFactory javadocs, implementors should be allowed to use no-arg constructor

Steve Ebersole (JIRA) noreply at atlassian.com
Tue Aug 31 14:58:18 EDT 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole closed HHH-5520.
-------------------------------

    Resolution: Fixed

> Per org.hibernate.cache.RegionFactory javadocs, implementors should be allowed to use no-arg constructor
> --------------------------------------------------------------------------------------------------------
>
>                 Key: HHH-5520
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5520
>             Project: Hibernate Core
>          Issue Type: Bug
>    Affects Versions: 3.5.5, 3.6.0.Beta3
>            Reporter: Steve Ebersole
>            Assignee: Steve Ebersole
>             Fix For: 3.6.0.Beta4
>
>          Time Spent: 0.2h
>  Remaining Estimate: 0h
>
> {code}
> /**
>  * ...
>  * Implementors should define a constructor in one of two forms:<ul>
>  * <li>MyRegionFactoryImpl({@link java.util.Properties})</li>
>  * <li>MyRegionFactoryImpl()</li>
>  * </ul>
>  * ...
>  */
> public interface RegionFactory {
> }
> {code}
> Currently we only check for the former.

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