Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.item.data Classes and Interfaces - 53 results found.
NameDescriptionTypePackageFramework
AbstractCursorItemReaderAbstract base class for any simple item reader that opens a database cursor and continually retrievesthe next row in the ResultSet.Classorg.springframework.batch.item.databaseSpring Batch
AbstractHibernateQueryProviderAbstract Hibernate Query Provider to serve as a base class for allHibernate Query providers.Classorg.springframework.batch.item.database.ormSpring Batch
AbstractJpaQueryProviderAbstract JPA Query Provider to serve as a base class for all JPASince:2.Classorg.springframework.batch.item.database.ormSpring Batch
AbstractPaginatedDataItemReaderA base class that handles basic reading logic based on the paginatedsemantics of Spring Data's paginated facilities.Classorg.springframework.batch.item.dataSpring Batch
AbstractPagingItemReaderAbstract ItemStreamReader for to extend whenreading database records in a paging fashion.Classorg.springframework.batch.item.databaseSpring Batch
AbstractSqlPagingQueryProviderAbstract SQL Paging Query Provider to serve as a base class for all providedSQL paging query providers.Classorg.springframework.batch.item.database.supportSpring Batch
BeanPropertyItemSqlParameterSourceProviderA convenient implementation for providing BeanPropertySqlParameterSource when the item has JavaBean propertiesthat correspond to names used for parameters in the SQL statement.Classorg.springframework.batch.item.databaseSpring Batch
ColumnMapItemPreparedStatementSetterkeys are contained within a Map with the column name as the key.Classorg.springframework.batch.item.database.supportSpring Batch
DataFieldMaxValueIncrementerFactoryFactory for creating DataFieldMaxValueIncrementer implementationsbased upon a provided string.Interfaceorg.springframework.batch.item.database.supportSpring Batch
Db2PagingQueryProviderDB2 implementation of a PagingQueryProvider usingdatabase specific features.Classorg.springframework.batch.item.database.supportSpring Batch
DefaultDataFieldMaxValueIncrementerFactoryDefault implementation of the DataFieldMaxValueIncrementerFactoryinterface.Classorg.springframework.batch.item.database.supportSpring Batch
DerbyPagingQueryProviderDerby implementation of a PagingQueryProvider using standard SQL:2003 windowing functions.Classorg.springframework.batch.item.database.supportSpring Batch
ExtendedConnectionDataSourceProxyJDBC Connection which is NOT closed after each use even ifConnection.Classorg.springframework.batch.item.databaseSpring Batch
GemfireItemWriterAn ItemWriter that stores items in GemFireSince:2.Classorg.springframework.batch.item.dataSpring Batch
H2PagingQueryProviderH2 implementation of a PagingQueryProvider using database specific features.Classorg.springframework.batch.item.database.supportSpring Batch
HibernateCursorItemReaderItemStreamReader for reading database records built on top of Hibernate.Classorg.springframework.batch.item.databaseSpring Batch
HibernateItemReaderHelperClassorg.springframework.batch.item.databaseSpring Batch
HibernateItemWriterItemWriter that uses a Hibernate session to save or update entitiesthat are not part of the current Hibernate session.Classorg.springframework.batch.item.databaseSpring Batch
HibernateNativeQueryProviderThis query provider creates Hibernate Querys from injected native SQLqueries.Classorg.springframework.batch.item.database.ormSpring Batch
HibernatePagingItemReaderItemReader for reading database records built on top of Hibernate andreading only up to a fixed number of items at a time.Classorg.springframework.batch.item.databaseSpring Batch
HibernateQueryProviderInterface defining the functionality to be provided for generating queriesfor use with Hibernate ItemReaders or other custom built artifacts.Interfaceorg.springframework.batch.item.database.ormSpring Batch
HsqlPagingQueryProviderHSQLDB implementation of a PagingQueryProvider using database specific features.Classorg.springframework.batch.item.database.supportSpring Batch
IbatisBatchItemWriterItemWriter that uses the batching features fromSqlMapClient to execute a batch of statements for all itemsClassorg.springframework.batch.item.databaseSpring Batch
IbatisPagingItemReaderItemReader for reading databaserecords using iBATIS in a paging fashion.Classorg.springframework.batch.item.databaseSpring Batch
ItemPreparedStatementSetterA convenient strategy for SQL updates, acting effectively as the inverse ofjava.Interfaceorg.springframework.batch.item.databaseSpring Batch
ItemSqlParameterSourceProviderA convenient strategy for providing SqlParameterSource for named parameter SQL updates.Interfaceorg.springframework.batch.item.databaseSpring Batch
JdbcBatchItemWriterItemWriter that uses the batching features fromNamedParameterJdbcTemplate to execute a batch of statements for all itemsClassorg.springframework.batch.item.databaseSpring Batch
JdbcCursorItemReaderSimple item reader implementation that opens a JDBC cursor and continually retrieves thenext row in the ResultSet.Classorg.springframework.batch.item.databaseSpring Batch
JdbcPagingItemReaderItemReader for reading databaserecords using JDBC in a paging fashion.Classorg.springframework.batch.item.databaseSpring Batch
JdbcParameterUtilsHelper methods for SQL statement parameter parsing.Classorg.springframework.batch.item.databaseSpring Batch
JpaItemWriterItemWriter that is using a JPAEntityManagerFactory to merge any Entities that aren't part of theClassorg.springframework.batch.item.databaseSpring Batch
JpaNativeQueryProviderThis query provider creates JPA Querys from injected native SQLqueries.Classorg.springframework.batch.item.database.ormSpring Batch
JpaPagingItemReaderItemReader for reading databaserecords built on top of JPA.Classorg.springframework.batch.item.databaseSpring Batch
JpaQueryProviderInterface defining the functionality to be provided for generating queriesfor use with JPA ItemReaders or other custom built artifacts.Interfaceorg.springframework.batch.item.database.ormSpring Batch
MongoItemReaderRestartable ItemReader that reads documents from MongoDBvia a paging technique.Classorg.springframework.batch.item.dataSpring Batch
MongoItemWriterA ItemWriter implementation that writes to a MongoDB store using an implementation of Spring Data'sMongoOperations.Classorg.springframework.batch.item.dataSpring Batch
MySqlPagingQueryProviderMySQL implementation of a PagingQueryProvider using database specific features.Classorg.springframework.batch.item.database.supportSpring Batch
Neo4jItemReaderRestartable ItemReader that reads objects from the graph database Neo4jvia a paging technique.Classorg.springframework.batch.item.dataSpring Batch
Neo4jItemWriterA ItemWriter implementation that writes to a Neo4j database using anThis writer is thread-safe once all properties are set (normal singletonClassorg.springframework.batch.item.dataSpring Batch
OraclePagingQueryProviderOracle implementation of aPagingQueryProvider usingClassorg.springframework.batch.item.database.supportSpring Batch
OrderThe direction of the sort in an ORDER BY clause.Classorg.springframework.batch.item.databaseSpring Batch
PagingQueryProviderInterface defining the functionality to be provided for generating paging queries for use with PagingSince:2.Interfaceorg.springframework.batch.item.databaseSpring Batch
PostgresPagingQueryProviderPostgres implementation of a PagingQueryProvider using database specific features.Classorg.springframework.batch.item.database.supportSpring Batch
RepositoryItemReaderA ItemReader that reads records utilizinga PagingAndSortingRepository.Classorg.springframework.batch.item.dataSpring Batch
RepositoryItemWriterA ItemReader wrapper for aCrudRepository from Spring Data.Classorg.springframework.batch.item.dataSpring Batch
SpELMappingGemfireItemWriterA convenient GemfireItemWriter implementation that uses a SpELItemKeyMapperSince:2.Classorg.springframework.batch.item.dataSpring Batch
SqlitePagingQueryProviderSQLite implementation of a PagingQueryProvider using database specificSince:3.Classorg.springframework.batch.item.database.supportSpring Batch
SqlPagingQueryProviderFactoryBeanFactory bean for PagingQueryProvider interface.Classorg.springframework.batch.item.database.supportSpring Batch
SqlPagingQueryUtilsUtility class that generates the actual SQL statements used by querySince:2.Classorg.springframework.batch.item.database.supportSpring Batch
SqlServerPagingQueryProviderSQL Server implementation of aPagingQueryProvider usingClassorg.springframework.batch.item.database.supportSpring Batch
SqlWindowingPagingQueryProviderGeneric Paging Query Provider using standard SQL:2003 windowing functions.Classorg.springframework.batch.item.database.supportSpring Batch
StoredProcedureItemReaderItem reader implementation that executes a stored procedure and then reads the returned cursorand continually retrieves the next row in the ResultSet.Classorg.springframework.batch.item.databaseSpring Batch
SybasePagingQueryProviderSybase implementation of a PagingQueryProvider usingdatabase specific features.Classorg.springframework.batch.item.database.supportSpring Batch