public abstract class AbstractDbRepository
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.jdbc.core.JdbcTemplate |
jdbcTemplate |
protected com.fasterxml.jackson.databind.ObjectMapper |
jsonMapper |
| Constructor and Description |
|---|
AbstractDbRepository(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |