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 TypeInterfaceDescriptioninterfaceSPI interface to be implemented byJpaRepositoryimplementations.Classes in org.springframework.data.jpa.repository.support that implement JpaRepositoryConfigurationAwareModifier and TypeClassDescriptionclassQuerydsl specific fragment for extendingSimpleJpaRepositorywith an implementation ofQuerydslPredicateExecutor.classSimpleJpaRepository<T,ID> Default implementation of theCrudRepositoryinterface.