spring-data-jpa
Hibernate tries to create same Entity/Table twice when @TableGenerator is used - how to avoid it?
I am using hibernate with my J2EE app deployed on JBoss 6.0. My database is Oracle 11i and Derby. For generating primary-key (running serial Id) I use @TableGenerator annotation[详细]
2023-02-13 00:05 分类:问答im creating project using spring boot but i got error and not resolved yet
while running application got this error I am using MySQL 8 version and also here get dialect version 8 but its not working[详细]
2022-12-07 20:00 分类:问答How to join multiple tables and fetch results in spring data Jpa
I am fairly new to Spring Boot. I am trying to join a bunch of tables and get some data back. I have created the entities and repositories for the three tables I am working with. Below is the query I[详细]
2022-12-07 18:28 分类:问答