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 TypeClassDescriptionclassQuerydslJpaRepository<T,ID extends Serializable> Deprecated.classSimpleJpaRepository<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
QuerydslJpaPredicateExecutor