Menu

#264 Complete support for Map,List,Set,arrays as CMP field types

v3.2
open
nobody
JBossCMP (36)
5
2003-10-02
2003-10-02
No

The following will update the fields in the datastore:
myEntity.getMapCMPField().put(key, value);
myEntity.getLinkedListCMPField().add(value);
myEntity.getSetCMPField().add(value);
myEntity.getArrayCMPField()[index] = value;

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.