- handleWarnings(Statement) - 类 中的方法com.vonchange.headb.spring.template.impl.HeaJdbcTemplateImpl
-
Throw an SQLWarningException if we're not ignoring warnings, else log the
warnings (at debug level).
- handleWarnings(SQLWarning) - 类 中的方法com.vonchange.headb.spring.template.impl.HeaJdbcTemplateImpl
-
Throw an SQLWarningException if encountering an actual warning.
- HeaBeanHandler<T> - com.vonchange.headb.springjdbc.handlers中的类
-
ResultSetHandler implementation that converts the first
ResultSet row into a JavaBean.
- HeaBeanHandler(Class<? extends T>, Map<String, String>) - 类 的构造器com.vonchange.headb.springjdbc.handlers.HeaBeanHandler
-
- HeaBeanListHandler<T> - com.vonchange.headb.springjdbc.handlers中的类
-
ResultSetHandler implementation that converts a
ResultSet into a List of beans.
- HeaBeanListHandler(Class<? extends T>, Map<String, String>) - 类 的构造器com.vonchange.headb.springjdbc.handlers.HeaBeanListHandler
-
Creates a new instance of BeanListHandler.
- HeaDaoImpl<T> - com.vonchange.headb.spring.dao.impl中的类
-
依赖DbUtils的操作的抽象类
- HeaDaoImpl() - 类 的构造器com.vonchange.headb.spring.dao.impl.HeaDaoImpl
-
- HeaGetMapHandler - com.vonchange.headb.springjdbc.handlers中的类
-
ResultSetHandler implementation that converts the first
ResultSet row into a Map.
- HeaGetMapHandler() - 类 的构造器com.vonchange.headb.springjdbc.handlers.HeaGetMapHandler
-
- HeaGetMapListHandler - com.vonchange.headb.springjdbc.handlers中的类
-
ResultSetHandler implementation that converts the first
ResultSet row into a Map.
- HeaGetMapListHandler() - 类 的构造器com.vonchange.headb.springjdbc.handlers.HeaGetMapListHandler
-
- HeaJdbcTemplateImpl - com.vonchange.headb.spring.template.impl中的类
-
This is the central class in the JDBC core package.
- HeaJdbcTemplateImpl() - 类 的构造器com.vonchange.headb.spring.template.impl.HeaJdbcTemplateImpl
-
Construct a new JdbcTemplate for bean usage.
- HeaJdbcTemplateImpl(DataSource) - 类 的构造器com.vonchange.headb.spring.template.impl.HeaJdbcTemplateImpl
-
Construct a new JdbcTemplate, given a DataSource to obtain connections
from.
- HeaJdbcTemplateImpl(DataSource, boolean) - 类 的构造器com.vonchange.headb.spring.template.impl.HeaJdbcTemplateImpl
-
Construct a new JdbcTemplate, given a DataSource to obtain connections
from.