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

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

Introduction

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

The text is from its open source code.

Method

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.