-
Consider a (kotlin) enum:
```kotlin
enum class Symbol { FOO, BAR, BAZ }
```
and it's use in some entity:
```kotlin
@Entity
@Include(rootLevel = true, name = "myentity")
class MyEntity(…
-
Current query chunker breaking where clauses into chunks of 800 (see https://github.com/hapifhir/hapi-fhir/blob/bab282344b627935fd94c245d8f594d6e13c8650/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/f…
tadgh updated
4 months ago
-
### 코틀린의 Data Class를 자바에서도 지원하는가?
- 기존 Java 코드에서는 이러한 Data class를 만들기 위해선 `hashCode`, `toString`, `equals` 등을 변경없이 사용하는
**보일러 플레이트 코드**로 만듦
```java
public class Person {
private final String …
-
With MS SQL Server 2012, JPA 2.1, and a custom AttributeConverter (this is so fancy!), newly created GEOGRAPHY values (via WKT string) are stored using "version 2" of the MS SQL binary format. When tr…
-
```
What steps will reproduce the problem?
1. Check out source code
2. Build install via maven
3. Import in eclipse run text (ex Test1)
What is the expected output? What do you see instead?
Got Exce…
-
Regression ? Should have been resolved in https://github.com/fli-iam/shanoir-ng/pull/2111
```
"could not execute statement [Cannot delete or update a parent row: a foreign key constraint fails (`d…
-
**[Mark Czubin](https://jira.spring.io/secure/ViewProfile.jspa?name=czubinm)** opened **[DATAJPA-1644](https://jira.spring.io/browse/DATAJPA-1644?redirect=false)** and commented
When we create a proj…
-
Since DTO is regular class with BeanValidation annotations, JPA modeler could easily model such classes.
E.g. it could contain Button to create regular class (without @Entity annotation)
and cont…
-
Thank you for this API.
It's work fine on several of my phone but **not** my samsung A3 (2016)
the autofucus works well ; the image is sharp but It cannot detect any bar code
no …
-
elAdmin- 2024-04-24 23:53:37 [http-nio-8000-exec-6] ERROR m.z.e.handler.GlobalExceptionHandler - org.springframework.orm.jpa.JpaSystemException: Found shared references to a collection: me.zhengjie.mo…