Quantcast
Channel: Spring Community Forums - Data
Viewing all articles
Browse latest Browse all 297

automatic generation of bidirectional relationship handling methods

$
0
0
Hi,

As described on this other thread:

http://forum.springsource.org/showth...s-in-Hibernate

Some time ago I have created a Maven plug-in that is able to process entity classes to implement bidirectional relationship handling methods. It also generates collections proxies (only Set is supported so far) so this kind of relationship can be directly manipulated using only one of the sides (the other side is automatically updated) or even using iterators.

If you think this is interesting, I am willing to contribute this work to Spring Data JPA, so more people can benefit from it. Let me know if you want more details about it (some more information can be found on that other thread).

Regards,
Constantino Cronemberger

Viewing all articles
Browse latest Browse all 297

Trending Articles