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

jean-claude cote (JIRA) noreply at atlassian.com
Mon Mar 22 06:59:33 EDT 2010


@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


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