| Name | Description | Type | Package | Framework | 
| AbstractHibernateQueryProvider | Abstract Hibernate Query Provider to serve as a base class for allHibernate Query providers. | Class | org.springframework.batch.item.database.orm | Spring Batch | 
| AbstractJpaQueryProvider | Abstract JPA Query Provider to serve as a base class for all JPASince:2. | Class | org.springframework.batch.item.database.orm | Spring Batch | 
| HibernateNativeQueryProvider | This query provider creates Hibernate Querys from injected native SQLqueries. | Class | org.springframework.batch.item.database.orm | Spring Batch | 
| HibernateQueryProvider | Interface defining the functionality to be provided for generating queriesfor use with Hibernate ItemReaders or other custom built artifacts. | Interface | org.springframework.batch.item.database.orm | Spring Batch | 
| JpaNativeQueryProvider | This query provider creates JPA Querys from injected native SQLqueries. | Class | org.springframework.batch.item.database.orm | Spring Batch | 
| JpaQueryProvider | Interface defining the functionality to be provided for generating queriesfor use with JPA ItemReaders or other custom built artifacts. | Interface | org.springframework.batch.item.database.orm | Spring Batch |