Package org.springframework.data.jpa.support
@NonNullApi
package org.springframework.data.jpa.support
Various helper classes useful when working with JPA.
-
ClassDescription
PersistenceUnitPostProcessor
that will scan for classes annotated withEntity
orMappedSuperclass
and add them to thePersistenceUnit
post processed.ExtendsDefaultPersistenceUnitManager
to merge configurations of one persistence unit residing in multiplepersistence.xml
files into one.Provide a set of utility methods to supportPageable
s.