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

Packages that use org.springframework.batch.item.database.orm
org.springframework.batch.item.database Infrastructure implementations of database based item readers and writers. 
org.springframework.batch.item.database.orm   
 

Classes in org.springframework.batch.item.database.orm used by org.springframework.batch.item.database
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.
 

Classes in org.springframework.batch.item.database.orm used by org.springframework.batch.item.database.orm
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.
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.
 



Copyright © 2013 SpringSource. All Rights Reserved.