File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
main/java/org/springframework/data/repository/core
test/java/org/springframework/data/repository/core/support Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2020/**
2121 * Interface containing methods and value objects to obtain information about the current repository method invocation.
2222 * <p>
23- * The {@link #currentMethod ()} method is usable if the repository factory is configured to expose the current
23+ * The {@link #getMetadata ()} method is usable if the repository factory is configured to expose the current
2424 * repository method metadata (not the default). It returns the invoked repository method. Target objects or advice can
2525 * use this to make advised calls.
2626 * <p>
Original file line number Diff line number Diff line change 5757import org .springframework .data .repository .core .NamedQueries ;
5858import org .springframework .data .repository .core .RepositoryInformation ;
5959import org .springframework .data .repository .core .RepositoryMetadata ;
60+ import org .springframework .data .repository .core .RepositoryMethodContext ;
6061import org .springframework .data .repository .core .support .DummyRepositoryFactory .MyRepositoryQuery ;
6162import org .springframework .data .repository .core .support .RepositoryComposition .RepositoryFragments ;
6263import org .springframework .data .repository .core .support .RepositoryMethodInvocationListener .RepositoryMethodInvocation ;
You can’t perform that action at this time.
0 commit comments