Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate-annotations

org.hibernate.AnnotationException: Unknown mappedBy in: error

Issue with sequence why two entity are sharing the same sequence when generating schema with hbm2ddl ?

How to map a Map<String,Double>

@ManyToOne and @BatchSize

Hibernate annotated many-to-one not adding child to parent Collection

How to enable hibernate filter for sessionFactory.getCurrentSession()?

JPA/Hibernate @OrderBy annotation with multiple columns and ASC/DESC for each

Is there something similar to Nhibernate "Mapping by code" for Hibernate

Hibernate @OneToOne mapping with a @Where clause

JPA/Hibernate DDL generation; CHAR vs. VARCHAR

how to make two column as a primary key in hibernate annotation class

Disable Lazy Loading in Hibernate

Issue persisting long strings with Hibernate

hibernate one to many using a join table, and hibernate annotations

HiLo generator strategy not working

Hibernate Annotation using base entity

Hibernate/JPA unidirectional OneToMany with join condition on constant value in source table

How do I disable Hibernate foreign key constraint on a bidirectional association?

How to load only ids from Many to Many mapping tables?

JPA Annotations - How to retrieve a single value from a different table than the current object?