JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
R
S
T
U
V
W
U
update(User)
- Method in class dmv.spring.demo.model.repository.jdbc.
UserRepositoryJDBC
update(User)
- Method in interface dmv.spring.demo.model.repository.
UserRepository
Update existing user (found by id) with given user details (password and email fields are omitted, these are different operations).
updateUser(Long, User, HttpServletRequest)
- Method in interface dmv.spring.demo.rest.controller.apidocs.
UserRestApiDocs
updateUser(Long, User, HttpServletRequest)
- Method in class dmv.spring.demo.rest.controller.
UserRestController
User
- Class in
dmv.spring.demo.model.entity
User entity POJO.
User()
- Constructor for class dmv.spring.demo.model.entity.
User
Default constructor creates an empty object
User(User)
- Constructor for class dmv.spring.demo.model.entity.
User
Creates a shallow copy instance of given User
USER_AUTH_MAPPER
- Static variable in class dmv.spring.demo.model.repository.jdbc.
Mappers
Map
User
fields with Password
USER_MAPPER
- Static variable in class dmv.spring.demo.model.repository.jdbc.
Mappers
Map
User
fields without Password
UserApiDocs
- Interface in
dmv.spring.demo.model.entity.apidocs
Swagger API Documentation.
UserDTO
- Class in
dmv.spring.demo.rest.representation
Data transfer object for
User
entity
UserDTO(User, Set<RoleLinkResource>)
- Constructor for class dmv.spring.demo.rest.representation.
UserDTO
UserDTOAsm
- Class in
dmv.spring.demo.rest.representation.assembler
Assembles Data Transfer Object for
User
entity that will be sent over HTTP in JSON form
UserDTOAsm()
- Constructor for class dmv.spring.demo.rest.representation.assembler.
UserDTOAsm
UserFields
- Enum in
dmv.spring.demo.model.entity.sqlfields
SQL Fields (or Columns) that USER table has.
UserLinkResource
- Class in
dmv.spring.demo.rest.representation
User
representation with email field and self link only.
UserLinkResource(String)
- Constructor for class dmv.spring.demo.rest.representation.
UserLinkResource
UserLinkResourceAsm
- Class in
dmv.spring.demo.rest.representation.assembler
Assembles
UserLinkResource
UserLinkResourceAsm()
- Constructor for class dmv.spring.demo.rest.representation.assembler.
UserLinkResourceAsm
UserQueriesSQL
- Enum in
dmv.spring.demo.model.repository.jdbc.sql
An enum, that is holding SQL queries as strings.
UserRepository
- Interface in
dmv.spring.demo.model.repository
CRUD operations for
User
entity.
UserRepositoryJDBC
- Class in
dmv.spring.demo.model.repository.jdbc
This Repository implementation will use multi-statement SQL queries that in turn may call Stored Procedures in order to create, update and get back several results within a single connection.
UserRepositoryJDBC(DataSource, CredentialsService)
- Constructor for class dmv.spring.demo.model.repository.jdbc.
UserRepositoryJDBC
UserRestApiDocs
- Interface in
dmv.spring.demo.rest.controller.apidocs
Swagger API Documentation.
UserRestController
- Class in
dmv.spring.demo.rest.controller
UserRepository
Restful endpoints.
UserRestController(UserRepository, UserDTOAsm)
- Constructor for class dmv.spring.demo.rest.controller.
UserRestController
A
B
C
D
E
F
G
H
I
J
L
M
N
O
R
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes