Package org.springframework.batch.item.database.orm
@NonNullApi
package org.springframework.batch.item.database.orm
Support classes for components using various ORM related technologies.
- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassDescriptionAbstract Hibernate Query Provider to serve as a base class for all Hibernate
Queryproviders.Abstract JPA Query Provider to serve as a base class for all JPAQueryproviders.This query provider creates HibernateQuerys from injected native SQL queries.Interface defining the functionality to be provided for generating queries for use with HibernateItemReaders or other custom built artifacts.This query provider creates JPA namedQuerys.This query provider creates JPAQuerys from injected native SQL queries.Interface defining the functionality to be provided for generating queries for use with JPAItemReaders or other custom built artifacts.