public class StatementMethod extends Object
prepareStatement or prepareCall method with args that has been invoked on a
given JDBC Connection.
Used as a caching key for the above mentioned Connection method invocations in a ConcurrentMap
cache implementation.
StatementHolder| Modifier and Type | Class and Description |
|---|---|
static interface |
StatementMethod.StatementCreator |
| Constructor and Description |
|---|
StatementMethod(Connection rawConnection,
StatementMethod.StatementCreator statementCreator,
Method method,
Object[] args) |
public StatementMethod(Connection rawConnection, StatementMethod.StatementCreator statementCreator, Method method, Object[] args)
Copyright © 2013-2019 vibur.org. All Rights Reserved.