Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate-mapping

native generator class in hibernate

Hibernate mapping exception - Could not determine type for:

mapping multiple sets in one table in hibernate

How to specify a Primary Key on @ElementCollection

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?