-
I have a Spring Data JPA repository like this:
```java
public interface MyRepository extends
JpaRepository,
JpaSpecificationExecutor
```
... and I'm using a Spring Data `Specificatio…
-
The contributions and research for each feature in the project
- Peyton : Database definition and design
- Tara: narrow down to location and additional database research.
- Alisha: login page …
-
I came across this awesome library when you posted that message on the Guava mailing list the other day. Too bad they haven't answered you yet.
I would like to start using it for generating objects …
-
As mentioned in issue https://github.com/mapstruct/mapstruct-idea/issues/182, I have similar issues.
~~I have even disabled lombok plugin~~ I have even disabled all downloaded plugins.
Even using…
-
What people use the example API for is for generic "search" screens that need to accept between 1 to n predicates depending on what the user as filled in. And the example API does allow to do such mat…
-
안녕하세요,
https://github.com/line/kotlin-jdsl/issues/684 위 이슈를 봤는데도 잘 안돼서 질문드립니다.
```kotlin
@Repository
class SomethingCustomRepositoryImpl(
private val kotlinJdslJpqlExecutor: KotlinJdslJpqlExecut…
-
**I'm submitting a ...**
- [x] bug report
- [ ] feature request
**Describe the issue**
We are seeing a sporadic issue where java threads will hang when reading from postgresql, insid…
-
When working with enums, the library returns an error if the data type is an Enum with a String or Ordinal. This needs to be addressed.
For sampleCode, we can use our existing [sample code](https:/…
-
**Environment:**
- Spring boot v3.1.1
- Hibernate v6.2.5.Final
- CockroachDB v22.1
- JDk 17
We are working with Spring Data specification for creating dynamic queries and have Pagination. G…
-
**Describe the bug(描述您遇到的问题)**
在idea2023.1.2版本中遇到下载后,无法使用的问题。也尝试过卸载Alibaba Cloud AI Coding Assistant,再重新安装无法解决,搜索不了的问题。
**To Reproduce(复现步骤)**
在关闭idea的状态下,删除 C:\Users\用户名 下的 .cosy文件 ;再打开idea就没有问题…