Uses of Interface
org.springframework.data.jpa.repository.support.JpaRepositoryConfigurationAware
Packages that use JpaRepositoryConfigurationAware
-
Uses of JpaRepositoryConfigurationAware in org.springframework.data.jpa.repository.support
Subinterfaces of JpaRepositoryConfigurationAware in org.springframework.data.jpa.repository.supportModifier and TypeInterfaceDescriptioninterface
SPI interface to be implemented byJpaRepository
implementations.Classes in org.springframework.data.jpa.repository.support that implement JpaRepositoryConfigurationAwareModifier and TypeClassDescriptionclass
Querydsl specific fragment for extendingSimpleJpaRepository
with an implementation ofQuerydslPredicateExecutor
.class
QuerydslJpaRepository<T,
ID extends Serializable> Deprecated.class
SimpleJpaRepository<T,
ID> Default implementation of theCrudRepository
interface.
QuerydslJpaPredicateExecutor