Package | Description |
---|---|
sk.vracon.sqlcomments.core.impl | |
sk.vracon.sqlcomments.spring |
Modifier and Type | Class and Description |
---|---|
class |
StatementConfigurationAdapter
Empty implementation of
StatementConfiguration . |
Modifier and Type | Method and Description |
---|---|
protected PreparedStatement |
AbstractSQLCommentsRepository.createPreparedStatement(Connection connection,
StatementConfiguration configuration)
Creates prepared statement.
|
protected void |
AbstractSQLCommentsRepository.delete(StatementConfiguration configuration)
Deletes record from database.
|
protected void |
AbstractSQLCommentsRepository.executeStatement(StatementConfiguration config)
Executes given statement.
|
protected <T> T |
AbstractSQLCommentsRepository.findByPK(StatementConfiguration config,
ResultMapper<T> mapper)
Loads instance from database by primary key.
|
protected <T> List<T> |
AbstractSQLCommentsRepository.list(StatementConfiguration configuration,
ResultMapper<T> mapper)
Returns list of transformed query results.
|
protected <T> T |
AbstractSQLCommentsRepository.singleResult(StatementConfiguration configuration,
ResultMapper<T> mapper)
Returns single row transformed into result object.
|
Copyright © 2014–2015 Vracon s.r.o.. All rights reserved.