Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

java.math.BigInteger cannot be cast to java.lang.Long

node to traverse cannot be null (Hibernate SQL)

sql hibernate null

Hibernate + MySQL: How to set the encoding utf-8 for database and tables

JPA Hibernate - cascade delete in both database and annotation

Spring JPA Lock

java spring hibernate jpa

Spring + Hibernate + JPA [closed]

ORM supporting immutable classes

java hibernate orm scala types

Why are interface projections much slower than constructor projections and entity projections in Spring Data JPA with 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