[hibernate-issues] [Hibernate-JIRA] Updated: (METAGEN-30) @Target

Hardy Ferentschik (JIRA) noreply at atlassian.com
Fri May 14 03:53:24 EDT 2010


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

Hardy Ferentschik updated METAGEN-30:
-------------------------------------

         Priority: Minor  (was: Major)
    Fix Version/s: 1.1.0

> @Target
> -------
>
>                 Key: METAGEN-30
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/METAGEN-30
>             Project: Hibernate Metamodel Generator
>          Issue Type: Bug
>          Components: processor
>            Reporter: jean-claude cote
>            Assignee: Hardy Ferentschik
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> The jpamodelgen does not produce output for fields mapped using the @Embedded/@Target tags.
> ex:
> @Entity
> class House
> {
>   @Embedded
>   @Target(acme.AddressImpl.class)
>   private Address address;
> }
> It only works when the field is of type AddressImpl.
> Are there plans to support the hiberbate specific annotations?
> Any plans to support entity mapped using classic hbm.xml files?
> thanks
> jean-claude

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