[hibernate-issues] [Hibernate-JIRA] Created: (HBX-842) add control to hbmtemplate about what model parts should be processed

Max Rydahl Andersen (JIRA) noreply at atlassian.com
Mon Dec 18 06:47:04 EST 2006


add control to hbmtemplate about what model parts should be processed
---------------------------------------------------------------------

         Key: HBX-842
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-842
     Project: Hibernate Tools
        Type: New Feature

  Components: ant  
    Reporter: Max Rydahl Andersen
     Fix For: 3.2beta9


currently hbmtemplate process the whole Configuration object or all entities and components.

For certain (most?) non-hbm2java tasks processing components does not make sense.

we could add something like:

<hbmtemplate ... types="entity, component'/> where the type is a comma seperated list of what should be iterated.

problem then comes how that relates to the naming pattern.

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