-
Hi, I know that you have the jpa extension to expose jpa entities as odata entities.
Do you have some option to generate odata entities directly from data base schema, without generating jpa entities…
-
**Description**
JPA and Hibernate APIs can still be used and be useful without entities( query raw data and using native sql) but for now we don't support @Inject of JPA apis when no entities.
At …
-
-
Your entities looks like database object, they have table names, database ids, etc. Aren't entities supposed to be most abstract type of data, not dependent in any way on your persistence solution?
…
rongi updated
6 years ago
-
Hi,
First of all thank you for sharing this project. I have a scenario where i have to create my hibernate entity classes at runtime and persisting this entities without restarting my application. …
-
### Description
I'm currently trying to translate a fairly deep inheritance hierarchy of entities to use Blaze persistence and I'm running into some issues with the query of the view when using Hiber…
-
When working with JPA and Lombok, remember these rules:
- Avoid using `@EqualsAndHashCode` and `@Data` with JPA entities
- Always exclude lazy attributes when using `@ToString`
- Don’t forget to …
-
Generate entities from database tables are failing for JPA 3. x due to the package name changes. https://github.com/eclipse-dali/webtools.dali/issues/6#issuecomment-2107726547
> _In JPA 3.x the pac…
-
Currently when trying to use Oracle 11g as the Database you will receive a error during setup:
ORA-01400: cannot insert NULL into ("SECURITY_ROLE"."ID")
This is caused by oracle not using JPA Identi…
-
Create a Login Feature that uses MySQL Database, Spring Security, and JWT for Authentication.
We are now going to do away with the hardcoded feature.
**Check out the following materials:**
- …