Java org.springframework.data.repository.core.support RepositoryFactoryInformation fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.repository.core.support RepositoryFactoryInformation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.repository.core.support RepositoryFactoryInformation.

The text is from its open source code.

Implementation

org.springframework.data.repository.core.support.RepositoryFactoryInformation has the following implementations.
Click this link to see all its implementation.

Method

EntityInformationgetEntityInformation()
Returns EntityInformation the repository factory is using.
ListgetQueryMethods()
Returns all QueryMethod s declared for that repository.
RepositoryInformationgetRepositoryInformation()
Returns the RepositoryInformation to determine meta-information about the repository being used.