Package org.springframework.batch.item.database.orm

Interface Summary
HibernateQueryProvider Interface defining the functionality to be provided for generating queries for use with Hibernate ItemReaders or other custom built artifacts.
JpaQueryProvider Interface defining the functionality to be provided for generating queries for use with JPA ItemReaders or other custom built artifacts.
 

Class Summary
AbstractHibernateQueryProvider Abstract Hibernate Query Provider to serve as a base class for all Hibernate Query providers.
AbstractJpaQueryProvider Abstract JPA Query Provider to serve as a base class for all JPA Query providers.
HibernateNativeQueryProvider<E> This query provider creates Hibernate Querys from injected native SQL queries.
JpaNativeQueryProvider<E> This query provider creates JPA Querys from injected native SQL queries.
 



Copyright © 2013 SpringSource. All Rights Reserved.