Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
In the discussion of potential solutions for #4808, one idea was to add a resolver attribute to the @Meta annotation that could…
either take a SpEL expression returning a fully populated Meta instance to be used for the query execution
or refer to a named bean implementing a dedicated interface MetaResolver.resolve(RepositoryMethodContext) so that implementations get access to the full method
I guess both could be supported at the same time, but we might end up adding only one of the options.
In the discussion of potential solutions for #4808, one idea was to add a
resolver
attribute to the@Meta
annotation that could…Meta
instance to be used for the query executionMetaResolver.resolve(RepositoryMethodContext)
so that implementations get access to the full methodI guess both could be supported at the same time, but we might end up adding only one of the options.