Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

How to serialize lazy loaded Hibernate collections (like PersistentSet) outside a DB session

Why do we need a connection pool for a standalone application?

How to add list of Strings to entity - Spring, Hibernate

java spring hibernate

What is the JPA equivalent to Hibernate's foreign id generator?

hibernate jpa jpa-2.0

Hibernate entity attribute with getter, but without setter: PropertyNotFoundException

java hibernate coding-style

Static jpa metamodel are not generated with hibernate-jpamodelgen 6.1.5.Final

How to configure Hibernate ORM database properties to work with Docker

Hibernate Envers Delta Between Revisions

org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update [Due to Unique Constraint]

MariaDB / MySQL querys are case sensitive?

mysql hibernate case mariadb

Spring 3 MVC Hibernate 3.5.4 hibernateTemplate not closing connections (non-transactional)

java hibernate spring-mvc

How to keep template whitespace (tabs) formatting using Apache Velocity 1.7?

Missing artifact org.hibernate:hibernate-core

java hibernate maven

Is it alway necessary to have both @oneToMany and @manyToOne for a relationship in hibernate?