Giter VIP home page Giter VIP logo

Comments (8)

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

Brandon M. commented

Any updates or thoughts on viability of adding this support in near future?

from spring-data-commons.

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

Michael Andrews commented

This is really the only thing missing for basic repository configuration to be fully in java. +1

from spring-data-commons.

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

Michael Andrews commented

E.g., Have the mongo:repositories, jpa:repositories (etc.) XML definitions - available in java - to be used in @Configuration classes

from spring-data-commons.

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

Oliver Drotbohm commented

Have a look at DATAJPA-69 for an example of what you can do right now already. Similar thing could be done for the MongoDB module. I recommend setting up a helper method to include the meat of the configuration so that the @Bean methods basically only contain a call to that method piping in the repo interface

from spring-data-commons.

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

Oliver Drotbohm commented

I've just published a first draft of the support into feature branches. The store specific implementations can be found in feature branches named after the ticket as listed above. To try out the feature refer to the library using JAVACONFIG-SNAPSHOT as version suffix (e.g. for Spring Data JPA - 1.2.0.JAVACONFIG-SNAPSHOT). The annotations are named @EnableJpaRepositories, @EnableMongoRepositories, @EnableNeo4jRepositories

from spring-data-commons.

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

Oliver Drotbohm commented

Merged support back into master branch. Feature is now available in plain BUILD-SNAPSHOT snapshot versions of the individual store modules

from spring-data-commons.

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

Deepak Vohra commented

Is support for @EnableCassandraRepositories also available?

from spring-data-commons.

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

Deepak Vohra commented

Found @EnableCassandraRepositories is already available

from spring-data-commons.

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.