Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

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

Gilead replacement to glue GWT and Hibernate together

java hibernate gwt gilead

Envers: Unidirectional OneToMany without additional audit table?

Spring @transaction not working as expected in junit in non debug mode

hibernate validation doesn't happen on persist in database

Child's id not present after cascade persisting the parent

java hibernate jpa one-to-many

Difference in executing query via Hibernate and PostgreSQL leading to PSQLException

CriteriaBuilder radius calculation

java mysql hibernate jpa

What are the alternatives to using an ORDER BY in a Subquery in the JPA Criteria API?

JPA Table per Class Inheritance with different Id names

Spring Data REST HATEOS : not lazy loading

Java using filtering at different models before and after the projection

Exposing Hibernate criteria via service API

java hibernate

Hibernate doesn't generate cascade

mysql hibernate orm jpa cascade

Why hibernate perform two queries for eager load a @OneToOne bidirectional association?