Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] AggregateCollectionMapping in dynamic Mapping

Ensure that you set the descriptorType on the descriptor in the
embeddedBuilder to be AGGREGATE_COLLECTION.

When you say you cannot modify or delete, what happens when you try, what
error occurs?

Note that dynamic JPA support using the JPA orm.xml file, which should allow
you to define ElementCollection mappings.




--
View this message in context: http://eclipse.1072660.n5.nabble.com/AggregateCollectionMapping-in-dynamic-Mapping-tp154594p154601.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.


Back to the top