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 JPA Query Provider to serve as a base class for all JPA
Queryproviders.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.