[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5026) Ability to customize Scanner strategies

Emmanuel Bernard (JIRA) noreply at atlassian.com
Mon Mar 22 10:40:32 EDT 2010


Ability to customize Scanner strategies
---------------------------------------

                 Key: HHH-5026
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5026
             Project: Hibernate Core
          Issue Type: New Feature
          Components: entity-manager
    Affects Versions: 3.5.0-CR-2
            Reporter: Emmanuel Bernard
            Assignee: Emmanuel Bernard
             Fix For: 3.5.0.Next


hibernate.ejb.resource_scanner	

By default, Hibernate EntityManager scans itself the list of resources for annotated classes and persistence deployment descriptors (like orm.xml and hbm.xml files).
You can customize this scanning strategy by implementing org.hibernate.ejb.packaging.Scanner. This property is used by container implementors to improve integration with Hibernate.

Accepts an instance of Scanner or the file name of a no-arg constructor class implementing Scanner.

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