-
By reading https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#jpa.query-methods.at-query.native, I realised there are few important aspects that I think it would be interesting to ext…
-
This is somewhat a follow up to #392.
The same logic to "keep what you don't manage" should be applied to Eclipse WTP project facets (in the component file) that are not among the ones handled to con…
-
1. Package bean sounds wrong for entity objects , Always keep entity objects inside entity package .
2. Use @Data annotations from `lombok package` for dynamic getters and setters , won't have to …
-
The custom defined fields should be moved out of the managed_schema into a persistent entity.
It is not recommended to modify the managed_schema directly.
https://solr.apache.org/guide/solr/latest/i…
ghost updated
2 months ago
-
Original [issue 205](https://code.google.com/p/quodlibet/issues/detail?id=205) created by jarek.jpa on 2009-05-22T13:31:12.000Z:
It should be possible to have named-searches (dynamic playlists) inclu…
lazka updated
2 years ago
-
If the `@Query` is native, the results can only be projected with an interface.
Unlike jpa queries, there is not room for `select new MyProjection(... `. where `MyProjection` would be a `record`
…
-
**What steps will reproduce the problem?**
1. Define entities with a ManyToMany relationship using @JoinTable, like in the AJpaEntity example provided.
2. Attempt to fetch an instance of AJpaEntit…
-
Spin off from #98:
as of 2.1 definition of @NamedEntityGraph can be too verbose, see ie [https://github.com/javaee-samples/javaee7-samples/blob/master/jpa/entitygraph/src/main/java/org/javaee7/jpa/en…
-
`setParameter(1, list)` is currently not supported for native queries (only in JPQL).
I could not find any specific restrictions in JPA specification so this appears to be merely a missing implemen…
-
**Describe the bug**
HAPI FHIR (JPA Server) is not able to expand FHIR ValueSets coming from the `CodeSystem.valueSet` parameter. This parameter can be set to a canonical URL of an implicit VS, which…