-
I'm currently converting aggregations pipelines from `MongoRepository` to concrete classes with `MongoTemplate`, due to #4808, among other issues.
In repositories, you can write pipelines as an arr…
gbaso updated
1 month ago
-
**[Marc](https://jira.spring.io/secure/ViewProfile.jspa?name=miranda)** opened **[DATACMNS-1559](https://jira.spring.io/browse/DATACMNS-1559?redirect=false)** and commented
QuerydslPredicateBuilder.g…
-
관리자 권한일 때 가능한 공연 생성 로직 구현
-
- [x] QueryDSL 학습
- [x] 상품 검색 API : 상품명, 카테고리로 검색이 가능하도록 구현
- [x] 페이지네이션 적용
- [x] 상품 등록순으로 내림차순 정렬해서 보여주기(최신순)
-
https://www.youtube.com/watch?v=p485kUNpPvE&list=PLwvrYc43l1Mwqpf9i-1B1gXfMeHOm6DeY
-
I have a `@Document` class, `Foo` with a field like this:
```
@Field(value = "bar", targetType = FieldType.OBJECT_ID)
String bar;
```
I'm using QueryDSL so I also end up with a `QFoo` generated c…
-
> 프로젝트를 생성할 때 잊지 말고 해야할 것들!
## Contents
### IDE (IntelliJ) 설정
- [[IntelliJ] 새로운 프로젝트 불러올 때마다 다시 설정해야 할 것](https://github.com/seungriyou/spring-study/issues/13#issuecomment-1907208509)
### Depe…
-
## Why the new feature should be added
I'm currently using the JPAQueryFactory feature well.
However, there are requirements.
An explicit INDEX hint is required within the SELECT query.
…
-
Is there a reason that this library supports a 'terms' filter but not a 'term' filter via the QueryDSL. Forgive me if I'm missing something.
-
Instead of prodividing separate custom repositories for data table usage(_DataTablesRepository_), an extension mechanism would be better, like querydsl does (example _QuerydslPredicateExecutor_).
T…