-

   rss_rss_hh_new

 - e-mail

 

 -

 LiveInternet.ru:
: 17.03.2011
:
:
: 51

:


DTO Spring Framework

, 05 2017 . 15:40 +
!
, Data Transfer Object (DTO), , , .

, DTO- UserDto, :

public class UserDto {

    private Long id;
    private String name;
    private String login;
    private String password;
    private String email;
}

- , , 3-4 , .

DTO CRUD-. , CRUD . create updateName. ->

https://habrahabr.ru/post/343960/

:  

: [1] []
 

:
: 

: ( )

:

  URL