| Package | Description |
|---|---|
| dmv.spring.demo.model.repository.jdbc |
JDBC implementors of Persistence layer interfaces
|
| dmv.spring.demo.rest.controller |
Rest Controller
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserRepositoryJDBC
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.
|
| Constructor and Description |
|---|
UserRestController(UserRepository userRepository,
UserDTOAsm userDTOAsm) |