Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate-mapping

Hibernate many to many - fetch method eager vs lazy

How to exclude an entity field when doing an update with JPA

Hibernate @OrderBy for nested properties

JPA ManyToMany unidirectional relationship

hibernate NonUniqueObjectException: a different object with the same identifier value was already associated with the session:

What is the use of bag tag in Hibernate?

What is the difference between @Entity in Hibernate and JPA

How should I register custom Hibernate 5 data type (BasicType) when Spring Data is used?

JPA Entity Mapping which is related based on two other entity mappings

Not-null property references a null or transient value for persisted value

Hibernate Mapping Exception : Repeated column in mapping for entity

Solving LazyInitializationException via ignorance

java, hibernate: mapping property with a query

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

Spring and/or Hibernate: Saving many-to-many relations from one side after form submission

How to best map results from an SQL query to a non-entity Java object using Hibernate?

Bug in Spring Data JPA: Spring Data returns List<BigInteger> instead of List<Long>

Proper Hibernate id generator for postgres serial/bigserial column?

Hibernate SQL Query result Mapping/Convert TO Object/Class/Bean

Adding an enum as a class property in HBM