Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Hibernate @Enumerated mapping

java hibernate jpa enums

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'MyController':

JPA - create-if-not-exists entity?

java database hibernate jpa

How to update a database schema without losing your data with Hibernate?

How not to audit a join table and related entities using Hibernate Envers?

Difference between findBy and findOneBy in Spring data JPA

Configure hibernate to connect to database via JNDI Datasource

Can I name my constraints with JPA?

Hibernate 2nd level cache invalidation when another process modifies the database

Hibernate annotation or XML configuration

Manage Connection Pooling in multi-tenant web app with Spring, Hibernate and C3P0

Transactional annotation on whole class + excluding a single method

What is second level cache in hibernate?

What is the difference between a "Spring transaction" and a "Hibernate transaction"

How to use "findBy" in an Entity with a Composite PK (Hibernate JPA)

Solr vs Hibernate Search - Which to choose and When?

Hibernate Annotations : No default constructor for entity

java hibernate annotations

Bulk insert or update with Hibernate?

java mysql hibernate

Can you have multiple transactions within one Hibernate Session?

Total row count for pagination using JPA Criteria API