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
-
ClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Abstract JPA Query Provider to serve as a base class for all JPA
Query
providers.Deprecated, for removal: This API element is subject to removal in a future version.since 5.0 for removal in 5.2.Deprecated, for removal: This API element is subject to removal in a future version.since 5.0 for removal in 5.2.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.