See: Description
| Class | Description |
|---|---|
| CredentialsRepositoryJDBC |
JDBC implementation of
CredentialsRepository interface. |
| JdbcConnector | |
| Mappers |
This Mappers are for
ResultSet fields to corresponding Entity fields
mapping |
| RoleRepositoryJDBC |
Querying table ROLE via JDBC according to
RoleRepository specification. |
| 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.
|