Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

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

Combining JBehave with SpringJUnit4ClassRunner to enable transaction rollback

Cascade deletion of embeddable objects' collection

How to get entity manager or transaction in jpa listener

Can Hibernate be used to store HashMaps of data without classes to represent their structure?

java database hibernate

Which Framework, Tool or Plugin mandates the hardcoded 'database.xsd' filename?

Using both JPA EntityManager and Hibernate session with shared transaction manager in Spring