[
http://opensource.atlassian.com/projects/hibernate/browse/METAGEN-30?page...
]
Hardy Ferentschik updated METAGEN-30:
-------------------------------------
Description:
The jpamodelgen does not produce output for fields mapped using the @Embedded/@Target
tags.
ex:
{code}
@Entity
class House
{
@Embedded
@Target(acme.AddressImpl.class)
private Address address;
}
{code}
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
was:
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
@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:
{code}
@Entity
class House
{
@Embedded
@Target(acme.AddressImpl.class)
private Address address;
}
{code}
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira