python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Map database record to entity without knowing its id
Basically I have the system where there is entity called Dictionary, where all dictionary entries are stored (like countries in example below), these entries are prefilled in database using database s...
bladekp
Votes: 0
Answers: 1
Hibernate: Schema-validation: missing table - case-sensitive Mysql schema identifier turned upper-case
(context - migrating working Java server application from Spring/Hibernate 3 to 5)
Upon server start, the Hibernate validation fails with “Schema-validation: missing table”. The tables exist (the app ...
Jaroslav
Votes: 0
Answers: 1
Hibernate: mapping with a map and getting argument type mismatch
I've got this class DepartmentPerson in Java where I've mapped a Map in Hibernate as following:
<map cascade="save-update" name="acceptByPeriod" table="tbl_department_peopl...
Myrto Pirli
Votes: 0
Answers: 1
Hibernate fetch join results in too many sql queries
I have a parent-child-grandchild relationship and I'm trying to fetch it in a single sql query.
The Parent has two OneToOne Mappings to the Child, each Child has a OneToMany Association to the Grandch...
user7478940
Votes: 0
Answers: 0