Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.jdbc.object Classes and Interfaces - 13 results found.
NameDescriptionTypePackageFramework
BatchSqlUpdateSqlUpdate subclass that performs batch update operations.Classorg.springframework.jdbc.objectSpring MVC
GenericSqlQueryClassorg.springframework.jdbc.objectSpring MVC
GenericStoredProcedureConcrete implementation making it possible to define the RDBMS stored proceduresin an application context without writing a custom Java implementation class.Classorg.springframework.jdbc.objectSpring MVC
MappingSqlQueryReusable query in which concrete subclasses must implement the abstractmapRow(ResultSet, int) method to convert each row of the JDBC ResultSetClassorg.springframework.jdbc.objectSpring MVC
MappingSqlQueryWithParametersReusable RDBMS query in which concrete subclasses must implementthe abstract mapRow(ResultSet, int) method to map each row ofClassorg.springframework.jdbc.objectSpring MVC
RdbmsOperationAn RDBMS operation is a multi-threaded, reusable object representing a query,update, or stored procedure call.Classorg.springframework.jdbc.objectSpring MVC
SqlCallRdbmsOperation using a JdbcTemplate and representing a SQL-basedcall such as a stored procedure or a stored function.Classorg.springframework.jdbc.objectSpring MVC
SqlFunctionSQL function wrapper for a query that returns a single row of results.Classorg.springframework.jdbc.objectSpring MVC
SqlOperationOperation object representing a SQL-based operation such as a query or update,as opposed to a stored procedure.Classorg.springframework.jdbc.objectSpring MVC
SqlQueryReusable operation object representing a SQL query.Classorg.springframework.jdbc.objectSpring MVC
SqlUpdateReusable operation object representing a SQL update.Classorg.springframework.jdbc.objectSpring MVC
StoredProcedureSuperclass for object abstractions of RDBMS stored procedures.Classorg.springframework.jdbc.objectSpring MVC
UpdatableSqlQueryReusable RDBMS query in which concrete subclasses must implementthe abstract updateRow(ResultSet, int, context) method to update eachClassorg.springframework.jdbc.objectSpring MVC