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
Query
providers.This query provider creates JPA namedQuery
s.This query provider creates JPAQuery
s from injected native SQL queries.Interface defining the functionality to be provided for generating queries for use with JPAItemReader
s or other custom built artifacts.