Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate-mapping

Difference between @MapKey, @MapKeyColumn and @MapKeyJoinColumn in JPA and Hibernate

Hibernate throws strange error: Class is not mapped

How to join tables on non Primary Key using JPA and Hibernate

When Should I Use @JoinColumn or @JoinTable with JPA?

Is it possible to limit the size of a @OneToMany collection with Hibernate or JPA Annotations?

Hibernate use of PostgreSQL sequence does not affect sequence table

Hibernate : No CurrentSessionContext configured

org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: USERS, for columns: [org.hibernate.mapping.Column(invoices)]

JPA enumerated types mapping. Best approach

Hibernate mapping between PostgreSQL enum and Java enum

“Illegal attempt to map a non collection as a @OneToMany, @ManyToMany or @CollectionOfElements”

how to return Map<Key, Value> with HQL

How can I map "insert='false' update='false'" on a composite-id key-property which is also used in a one-to-many FK?

Unique Constraint Over Multiple Columns

What does the Hibernate proxy object contain?

Hibernate table not mapped error in HQL query

How can I mark a foreign key constraint using Hibernate annotations?

How to map calculated properties with JPA and Hibernate

In which case do you use the JPA @JoinTable annotation?

Can someone explain mappedBy in JPA and Hibernate?