Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Issues List »

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

Anupam M (JIRA)

2010-08-31

Replies: Find Java Web Hosting

Author LoginPost Reply
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.6.0.Beta3, 3.5.5
       Reporter: Steve Ebersole
       Assignee: Steve Ebersole
        Fix For: 3.6.0.Beta4


{code}
/**
* ...
* Implementors should define a constructor in one of two forms:<ul>
* <li>MyRegionFactoryImpl({@(protected)>
* <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

   
_______________________________________________
hibernate-issues mailing list
hibernate-issues@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-issues
©2008 gg3721.com - Jax Systems, LLC, U.S.A.