Java org.springframework.data.repository.config RepositoryConfiguration fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

StreamablegetBasePackages()
Returns the base packages that the repository was scanned under.
TgetConfigurationSource()
Returns the RepositoryConfigurationSource that backs the RepositoryConfiguration .
OptionalgetNamedQueriesLocation()
Returns the location of the file containing Spring Data named queries.
ObjectgetQueryLookupStrategyKey()
Returns the key to resolve a QueryLookupStrategy from eventually.
OptionalgetRepositoryBaseClassName()
Returns the name of the repository base class to be used or null if the store specific defaults shall be applied.
StringgetRepositoryInterface()
Returns the interface name of the repository.
ObjectgetSource()
Returns the source of the RepositoryConfiguration .
booleanisLazyInit()
Returns whether to initialize the repository proxy lazily.