Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.jdbc.core.namedparam Classes and Interfaces - 12 results found.
NameDescriptionTypePackageFramework
AbstractSqlParameterSourceAbstract base class for SqlParameterSource implementations.Classorg.springframework.jdbc.core.namedparamSpring MVC
BeanPropertySqlParameterSourceSqlParameterSource implementation that obtains parameter valuesfrom bean properties of a given JavaBean object.Classorg.springframework.jdbc.core.namedparamSpring MVC
EmptySqlParameterSourceA simple empty implementation of the SqlParameterSource interface.Classorg.springframework.jdbc.core.namedparamSpring MVC
MapSqlParameterSourceSqlParameterSource implementation that holds a given Map of parameters.Classorg.springframework.jdbc.core.namedparamSpring MVC
NamedParameterBatchUpdateUtilsGeneric utility methods for working with JDBC batch statements using named parameters.Classorg.springframework.jdbc.core.namedparamSpring MVC
NamedParameterJdbcDaoSupportExtension of JdbcDaoSupport that exposes a NamedParameterJdbcTemplate as well.Classorg.springframework.jdbc.core.namedparamSpring MVC
NamedParameterJdbcOperationsInterface specifying a basic set of JDBC operations allowing the useof named parameters rather than the traditional '?' placeholders.Interfaceorg.springframework.jdbc.core.namedparamSpring MVC
NamedParameterJdbcTemplateTemplate class with a basic set of JDBC operations, allowing the useof named parameters rather than traditional '?' placeholders.Classorg.springframework.jdbc.core.namedparamSpring MVC
NamedParameterUtilsHelper methods for named parameter parsing.Classorg.springframework.jdbc.core.namedparamSpring MVC
ParsedSqlHolds information about a parsed SQL statement.Classorg.springframework.jdbc.core.namedparamSpring MVC
SqlParameterSourceInterface that defines common functionality for objects that canoffer parameter values for named SQL parameters, serving as argumentInterfaceorg.springframework.jdbc.core.namedparamSpring MVC
SqlParameterSourceUtilsClass that provides helper methods for the use of SqlParameterSourcewith SimpleJdbc classes.Classorg.springframework.jdbc.core.namedparamSpring MVC