CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
hibernate-mapping
09-15
Software engineering
Hibernate doesn't save entity
08-24
Back-end
Hibernate loads wrong entity with Polymorphism
08-24
Back-end
Return a Mapped result in JPA Spring Boot
08-10
Enterprise
Hibernate OneToOne relationship needs child value to be passed from parent domain object
08-09
Mobile
How can i make a @resultsetmapping for a @onetomany only happen if the foreign key is not null?
07-28
Software engineering
Hibernate mapping non-entity classes. org.hibernate.MappingException: Unknown entity: java.time.Loca
07-11
database
Can I map properties directly in Java Stream?
07-01
Net
DuplicateMappingException contains physical column name referred to by multiple logical column names
06-21
Software design
Hibernate relationship confusion with uni and bidirectional
06-20
Software engineering
map a @OneToMany relationship using a string column as a key
06-14
Enterprise
Hibernate / Spring / JPA - How to insert with a select subquery
05-12
Blockchain
How persist two objects related to each other at the same time?
03-31
Net
Hibernate: mapping with a map and getting argument type mismatch
03-20
Software engineering
Why Hibernate is not performing the JOIN on this MANY TO MANY association table using @ManyToMany an
02-24
Software design
JPA EntityNotFoundException. How to query without considering relationship mapping using JPA Criteri
12-21
OS
@ManyToMany relationship to store ids only, without any extra columns and references to objects
12-10
Net
Why hibernate doesn't create tables automatically even with hibernate.hbm2ddl.auto" value=
11-21
Blockchain
Unknown Column Error while attempting a many-to-one entity mapping
11-11
Mobile
How to delete parent entity when deleting child?
11-10
database
Why am I obtaining this "detached entity passed to persist" when I first retrieve the obje
11-09
Back-end
Why I am obtaining this error trying to implement an Hibernate Many To Many mapping?
11-09
Back-end
Is it possible specify to set an id auto increment not null primary key into a @ManyToMany relations
11-06
Blockchain
Data is being sent to database as null after sending from frontend
11-05
Software engineering
Why am I obtaining this error related the auto increment PK of a PosgreSQL table using Hibernate? ER
11-02
Software engineering
@OneToMany with association table in hibernate
10-28
Software engineering
How to define composite foreign key mapping in hibernate?
10-23
Software engineering
How does JPA map a column name to a field if the column name is different than the field name?
10-16
Software engineering
Hibernate generate wrong sql query for inserting child entity
09-23
Mobile
Store Custom Object Attributes as Columns in Hibernate
Links:
CodePudding