Interface RepositoryFactoryInformation<T,ID>

All Known Implementing Classes:
RepositoryFactoryBeanSupport, TransactionalRepositoryFactoryBeanSupport

public interface RepositoryFactoryInformation<T,ID>
Interface for components that can provide meta-information about a repository factory, the backing EntityInformation and RepositoryInformation as well as the QueryMethods exposed by the repository.
Author:
Oliver Gierke