-Mensaje original-
De: Alfredo Manuel Osorio Martinez
Enviado el: Thursday, January 20, 2011 9:05 AM
Para: 'Struts Users Mailing List'
Asunto: RE: Create/Update with nested domain objects
Any thoughts on this? Please...
Alfredo Osorio
-Mensaje original-
De: Alfredo Man
On Thu, Jan 20, 2011 at 10:04 AM, Alfredo Manuel Osorio Martinez wrote:
> Any thoughts on this? Please...
>
I had some, what did you think of them?
Dave
Any thoughts on this? Please...
Alfredo Osorio
-Mensaje original-
De: Alfredo Manuel Osorio Martinez
Enviado el: Tuesday, January 18, 2011 10:15 AM
Para: Struts Users Mailing List
Asunto: Create/Update with nested domain objects
Hello,
I have seen examples that show how to do CRUD
Hello,
I have seen examples that show how to do CRUD with one domain object
without nested domain objects (just primitives). Giving the following
example:
@Entity
public class Person implements Serializable {
@Id
private Long id;
private String name;
private Intege
4 matches
Mail list logo