Skip to content

Add projection support to SpringDataMongodbQuery [DATAMONGO-2563] #3417

Open
@spring-projects-issues

Description

@spring-projects-issues

trgoofi opened DATAMONGO-2563 and commented

Using SpringDataMongodbQuery could do a nice fluent Querydsl query like this

query = new SpringDataMongodbQuery<>(mongoOps, entityClass);
query.where(Q.name.eq(n)).orderBy(Q.name.asc()).offset(5).limit(10).fetch();

For the moment there seems be a missing piece is that projection is not supported


No further details from DATAMONGO-2563

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions