Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Hibernate and JPA cascade types when to use which one and where

java hibernate jpa

hibernate properties not found

How to set positional/named parameters dynamically to JPA criteria query?

Hibernate projections with collections ArrayIndexOutOfBoundsException

java hibernate

@Convert doesn't work with Hibernate and QueryDSL

java hibernate querydsl

createDatabaseIfNotExist=true not working in .properties file in maven project

Spring boot. Automatically create Entity classes from MySql schema

java mysql spring hibernate jpa

Is it OK to have a duplicate generator named defined in the JPA persistence unit?

querydsl spring data jpa operator precedence

Extend an entity class in JPA throws Unknown column 'DTYPE' in 'field list' error

java spring hibernate jpa

How to get Apache Derby and Hibernate to print english exception messages in a Java EE application?

JPA + Hibernate + autocommit

java hibernate jpa

Does Hibernate support the limit statement in MySql?

mysql hibernate orm

What happens if you don't roll back a transaction in Hibernate?

JPA Criteria API: query property of subclass

Should Hibernate bidirectional associations be avoided?

java hibernate spring

ORA-00972: identifier is too long - Best strategy to avoid it in Grails

How do I use JPA to persist a Map (java.util.Map) object inside an entity and ensure the persistence cascades?

Startup script to create a schema in HSQLDB

hibernate spring hsqldb

Hibernate mapping: one column to multiple tables

java hibernate mapping