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

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

Introduction

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

The text is from its open source code.

Constructor

Repositories(ListableBeanFactory factory)
Creates a new Repositories instance by looking up the repository instances and meta information from the given ListableBeanFactory .

Method

EntityInformationgetEntityInformationFor(Class domainClass)
Returns the EntityInformation for the given domain class.
PersistentEntitygetPersistentEntity(Class domainClass)
Returns the PersistentEntity for the given domain class.
OptionalgetRepositoryFor(Class domainClass)
Returns the repository managing the given domain class.
OptionalgetRepositoryInformationFor(Class domainClass)
Returns the RepositoryInformation for the given domain class.