Pete Muir created FORGE-446:
-------------------------------
Summary: Support exapansion of @Embeddable entities in scaffolded views
Key: FORGE-446
URL:
https://issues.jboss.org/browse/FORGE-446
Project: Forge
Issue Type: Feature Request
Reporter: Pete Muir
Assignee: Richard Kennard
Given an entity
{code:java}
@Embeddable
public class Address {
public String street;
public String city;
public String country;
}
{code}
and a use
{code:java}
@Embedded
private Address address;
{code}
I would like to see that expanded in view tables, searches, edit screens as in all cases
an Embeddable object is just extracted for reuse.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira