Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate-mapping

Doesn't work setting default value of property in Hibernate

Why does JPA use FetchType EAGER by default for the @ManyToOne relationship

How Do I Create Many to Many Hibernate Mapping for Additional Property from the Join Table?

How to do multiple column UniqueConstraint in hbm?

AnnotationException: A Foreign key refering has the wrong number of column. should be 2

How to create hibernate composite key using annotations

Hibernate annotation or XML configuration

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?