Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

make Eclipse equals() / hashCode() use getters

java eclipse hibernate

generate sql scripts

hibernate jpa

Spring MVC Domain Object handling Best Practice

How do you programmatically turn off eager fetching with hibernate?

hibernate subquery eager

How do I implement toString() in a class that is mapped with Hibernate?

Get Criteria by associationPath

java hibernate

Hibernate Criteria, Integer and "like"

java hibernate criteria

Hibernate: hibernate.hbm2ddl.auto=update show generated sql

java hibernate hbm2ddl

How can i resolve the N+1 Selects problem?

java hibernate jpa

Hibernate confusion. What are the differences between ga, GA and Final Releases? Compatibility? Repository?

How do you turn off Hibernate bean validation with JPA 1.0?

hibernate validation

Maven + Hibernate annotations schema generation

Libraries for hash partitioning/Sharding with JPA

Does a final method prevent Hibernate from creating a proxy for such an entity?

hibernate

How can I update Spring and Hibernate libraries in NetBeans IDE?

JPA - analog of LobCreator from hibernate?

java hibernate jakarta-ee jpa

Spring 3.1.1 with hibernate 4.1 annotations configuration

How do you refactor a @Transactional method to split out non-transactional parts

HQL: querying value of java.util.Map

java hibernate jpa map hql

@PostPersist not called... @PrePersist is... why?

java hibernate jpa