Class RepositoryItemWriterBuilder.RepositoryMethodReference<T>
java.lang.Object
org.springframework.batch.item.data.builder.RepositoryItemWriterBuilder.RepositoryMethodReference<T>
- Type Parameters:
T
- The type of repository that will be used by the writer. The class must not be final.
- Enclosing class:
- RepositoryItemWriterBuilder<T>
Establishes a proxy that will capture a the Repository and the associated
methodName that will be used by the writer.
-
Constructor Summary
ConstructorDescriptionRepositoryMethodReference
(org.springframework.data.repository.CrudRepository<?, ?> repository) -
Method Summary
-
Constructor Details
-
RepositoryMethodReference
public RepositoryMethodReference(org.springframework.data.repository.CrudRepository<?, ?> repository)
-
-
Method Details
-
methodIs
The proxy returned prevents actual method execution and is only used to gather, information about the method.- Returns:
- T is a proxy of the object passed in in the constructor
-