Interface JpaRepositoryFragmentsContributor

All Superinterfaces:
RepositoryFragmentsContributor

public interface JpaRepositoryFragmentsContributor extends RepositoryFragmentsContributor
JPA-specific RepositoryFragmentsContributor contributing fragments based on the repository.

Implementations must define a no-args constructor.

Contributed fragments may implement the JpaRepositoryConfigurationAware interface to access configuration settings.

Since:
4.0
Author:
Mark Paluch