Package org.springframework.data.jpa.support


@NonNullApi package org.springframework.data.jpa.support
Various helper classes useful when working with JPA.
  • Classes
    Class
    Description
    PersistenceUnitPostProcessor that will scan for classes annotated with Entity or MappedSuperclass and add them to the PersistenceUnit post processed.
    Extends DefaultPersistenceUnitManager to merge configurations of one persistence unit residing in multiple persistence.xml files into one.
    Provide a set of utility methods to support Pageables.