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
R
READER
- Static variable in class dmv.spring.demo.model.repository.jdbc.sql.
SQLResourceReader
Singleton instance of this Reader
readSQLFile(String)
- Method in class dmv.spring.demo.model.repository.jdbc.sql.
SQLResourceReader
Read given file, simplify it (remove unnecessary spaces) and return its content as a String
restJdbcApi()
- Method in class dmv.spring.demo.apidocs.
SwaggerConfig
RestjdbcApplication
- Class in
dmv.spring.demo
Main Spring Boot class
RestjdbcApplication()
- Constructor for class dmv.spring.demo.
RestjdbcApplication
Role
- Class in
dmv.spring.demo.model.entity
Role entity POJO.
Role()
- Constructor for class dmv.spring.demo.model.entity.
Role
Default constructor.
Role(Role)
- Constructor for class dmv.spring.demo.model.entity.
Role
Copies over fields from given Role
Role(String, String)
- Constructor for class dmv.spring.demo.model.entity.
Role
Creates new Role with given fields (can be null or empty)
ROLE_MAPPER
- Static variable in class dmv.spring.demo.model.repository.jdbc.
Mappers
Map
Role
fields
RoleApiDocs
- Interface in
dmv.spring.demo.model.entity.apidocs
Swagger API Documentation.
RoleDTO
- Class in
dmv.spring.demo.rest.representation
Data Transfer Object for
Role
entity
RoleDTO(Role)
- Constructor for class dmv.spring.demo.rest.representation.
RoleDTO
RoleDTOAsm
- Class in
dmv.spring.demo.rest.representation.assembler
Assembles Data Transfer Object for
Role
entity that will be sent over HTTP in JSON form
RoleDTOAsm()
- Constructor for class dmv.spring.demo.rest.representation.assembler.
RoleDTOAsm
RoleFields
- Enum in
dmv.spring.demo.model.entity.sqlfields
SQL Fields (or Columns) that ROLE table has.
RoleLinkResource
- Class in
dmv.spring.demo.rest.representation
Role
representation with full name and self link only.
RoleLinkResource(String)
- Constructor for class dmv.spring.demo.rest.representation.
RoleLinkResource
RoleLinkResourceAsm
- Class in
dmv.spring.demo.rest.representation.assembler
Assembles
RoleLinkResource
RoleLinkResourceAsm()
- Constructor for class dmv.spring.demo.rest.representation.assembler.
RoleLinkResourceAsm
RoleQueriesSQL
- Enum in
dmv.spring.demo.model.repository.jdbc.sql
An enum, that is holding SQL queries as strings.
RoleRepository
- Interface in
dmv.spring.demo.model.repository
User's
Role
and its basic methods
RoleRepositoryJDBC
- Class in
dmv.spring.demo.model.repository.jdbc
Querying table ROLE via JDBC according to
RoleRepository
specification.
RoleRepositoryJDBC(DataSource)
- Constructor for class dmv.spring.demo.model.repository.jdbc.
RoleRepositoryJDBC
RoleRestApiDocs
- Interface in
dmv.spring.demo.rest.controller.apidocs
Swagger API Documentation.
RoleRestController
- Class in
dmv.spring.demo.rest.controller
RoleRepository
Restful endpoints.
RoleRestController(RoleRepository, RoleDTOAsm, UserLinkResourceAsm)
- Constructor for class dmv.spring.demo.rest.controller.
RoleRestController
RoleUsersFields
- Enum in
dmv.spring.demo.model.entity.sqlfields
'ROLE_USERS' table - column names
run(ApplicationArguments)
- Method in class dmv.spring.demo.init.
DatabasePopulator
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