Uses of Interface
org.springframework.data.jpa.repository.support.JpaRepositoryImplementation
Packages that use JpaRepositoryImplementation
-
Uses of JpaRepositoryImplementation in org.springframework.data.jpa.repository.support
Classes in org.springframework.data.jpa.repository.support that implement JpaRepositoryImplementationModifier and TypeClassDescriptionclassSimpleJpaRepository<T,ID> Default implementation of theCrudRepositoryinterface.Methods in org.springframework.data.jpa.repository.support that return JpaRepositoryImplementationModifier and TypeMethodDescriptionprotected final JpaRepositoryImplementation<?, ?> JpaRepositoryFactory.getTargetRepository(RepositoryInformation information) protected JpaRepositoryImplementation<?, ?> JpaRepositoryFactory.getTargetRepository(RepositoryInformation information, jakarta.persistence.EntityManager entityManager) Callback to create aJpaRepositoryinstance with the givenEntityManager