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

Max Rydahl Andersen (JIRA) noreply at atlassian.com
Mon Dec 18 16:02:05 EST 2006


     [ http://opensource.atlassian.com/projects/hibernate/browse/HBX-842?page=all ]
     
Max Rydahl Andersen closed HBX-842:
-----------------------------------

    Resolution: Fixed

<hbmtemplate ... foreach="entity, component"/> now supported.

if not specified filepattern decides and it's "entity, component" if {class-name} is used in filepattern, otherwise "configuration" is used.

> 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