How are managed the serialization of entity created with roo ?
is the entitymanager and other addition treated as transient ?
If i add several finders to an entity how it will perform in a
network serialization ?
Thank you !
How are managed the serialization of entity created with roo ?
is the entitymanager and other addition treated as transient ?
If i add several finders to an entity how it will perform in a
network serialization ?
Thank you !
Too be more precise can we use Spring Http invoker with Roo ?
Generally I would recommend using DTOs if you want to serialize entity data, when using JPA in general. Addresses potential lazy loading issues etc. You can look at automating it, for example with Dozer - http://dozer.sourceforge.net/documentation/whymap.html.