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

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

Introduction

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

The text is from its open source code.

Method

CrudMethodsgetCrudMethods()
Returns CrudMethods meta information for the repository.
ClassgetDomainType()
Returns the domain class the repository is declared for.
ClassgetIdType()
Returns the id class the given class is declared for.
ClassgetRepositoryInterface()
Returns the repository interface.
booleanhasCustomMethod()
Returns if the configured repository interface has custom methods, that might have to be delegated to a custom implementation.
booleanisPagingRepository()
Returns whether the repository is a paging one.