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

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

Introduction

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

The text is from its open source code.

Constructor

NamedQueriesBeanDefinitionBuilder(String defaultLocation)
Creates a new NamedQueriesBeanDefinitionBuilder using the given default location.

Method

BeanDefinitionbuild(@Nullable Object source)
Builds a new BeanDefinition from the given source.
voidsetLocations(String locations)
Sets the (comma-separated) locations to load the properties files from to back the NamedQueries instance.