@NonNullApi
Package org.springframework.batch.item.database.orm
Support classes for components using various ORM related technologies.
- Author:
- Michael Minella, Mahmoud Ben Hassine
Interface Summary Interface Description HibernateQueryProvider<T> Interface defining the functionality to be provided for generating queries for use with HibernateItemReaders or other custom built artifacts.JpaQueryProvider Interface defining the functionality to be provided for generating queries for use with JPAItemReaders or other custom built artifacts.Class Summary Class Description AbstractHibernateQueryProvider<T> Abstract Hibernate Query Provider to serve as a base class for all HibernateQueryproviders.AbstractJpaQueryProvider Abstract JPA Query Provider to serve as a base class for all JPAQueryproviders.HibernateNativeQueryProvider<E> This query provider creates HibernateQuerys from injected native SQL queries.JpaNativeQueryProvider<E> This query provider creates JPAQuerys from injected native SQL queries.