Questions tagged [spring-data-couchbase]

Spring Data Couchbase project provides Spring Developers a POJO centric model for interacting with documents stored in Couchbase.

Developers use a Repository style data access pattern and Spring Data Couchbase adds query derivation based on N1QL (a superset of SQL), support for Spring configuration of the database client, and the ability to support the @Cacheable annotation building on the Spring Cache project.

Resources

Related tags

380 questions
0
votes
1 answer

Subclassing AbstractCouchbaseEventListener event problems

I'm exploring the option of subclassing the AbstractCouchbaseEventListener to include custom document/entity lifecycle actions. I'm fairly new to Spring so I realize that this may be a sub-optimal way to do this (if it is, what would be a better or…
atani
  • 53
  • 6
0
votes
1 answer

Spring Couchbase CrudRepository type safety?

I'm evaluating Spring Data's support for Couchbase, and have have run across the following issue. Consider the following pseudo-code example where I've two POJO classes, and a repository defined and instantiated for each: public class Foo { …
Bukes
  • 3,668
  • 1
  • 18
  • 20
0
votes
1 answer

How to expose the spring couchbase template as OSGI service

Had one more question regarding the Spring-data-couchbase and OSGI. I want to have different persistence bundles based on the functionality but I would like to have a common bundle while provides me the connection to couchbase. If I want to scan for…
-1
votes
1 answer

How to select a field with spring-data-couchbase

I'm starting to try spring-data-couchbase. To do that, I work on the sample bucket beer-sample. And I would like in my BeerRepository return the list of all beer style. So the result is a List of String. Is it possible to do that with Spring-data ?…
-2
votes
1 answer

Query to get last X minutes data with couchbase

I want to fetch last X minutes record from the couch base using N1Ql , I know how to do this in SQL but in NOSQl with couch base i am not getting any clue . Please suggest me how i can do this.
Rohitesh
  • 1,514
  • 7
  • 28
  • 51
1 2 3
25
26