Class RepositoryInformationSupport

java.lang.Object
org.springframework.data.repository.core.RepositoryInformationSupport
All Implemented Interfaces:
RepositoryInformation, RepositoryMetadata

public abstract class RepositoryInformationSupport extends Object implements RepositoryInformation
Common base class for RepositoryInformation that delays resolution of RepositoryMetadata and the repository base to the latest possible time.
Since:
3.0
Author:
Christoph Strobl