Code Monkey home page Code Monkey logo

Comments (4)

spring-projects-issues avatar spring-projects-issues commented on May 8, 2024

Michael Nitschinger commented

Here is an explanation how I think this should work.

Currently, in the repository implementation we make use of the "all" view to identify all docs and also count them (so with an optional reduce). The first step is to make this customizable, for both the view and design doc name.

So in general we should have a @View annotation which has two properties "design" and "view".

Then, one should be able to

  1. override and annotate the findAll and count methods like this

@Override
@View(design = "foo", view = "bar)
Iterable<T> findAll()

  1. Once this is done, I'd like to expand that concept on "dynamic finders" but this is a separate ticket. In the first step we could have something like:

@View(design = "users", view =" by_username")
findByUsername

and when we get n1ql support this can be completely dynamic like in JPA

from spring-data-couchbase.

spring-projects-issues avatar spring-projects-issues commented on May 8, 2024

David Harrigan commented

Hi,

I've had a go at doing #1. Seems to work okay. I'm going to tidy up the code a bit then do a PR. Feedback welcome! :-)

-=david=-

from spring-data-couchbase.

spring-projects-issues avatar spring-projects-issues commented on May 8, 2024

David Harrigan commented

Hi,

Pull Request #12 created.

Feedback welcome!

-=david=-

from spring-data-couchbase.

spring-projects-issues avatar spring-projects-issues commented on May 8, 2024

David Harrigan commented

Hi,

New Pull Request based on feedback from Oliver and Michael:

#14

-=david=-

from spring-data-couchbase.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.