Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Create and clean DB setup only once for testing all DAOs [closed]

LONG as primary key in Hibernate mapping to MySQL

java mysql hibernate

How to use @Formula (in Hibernate) to refer to the same (current) object

hibernate orm formula

JPA @Embeddable

hibernate jpa-2.0

Should Guice-Injected DAO's be Singletons?

java hibernate jpa guice dao

Externarlize ehcache.xml to use properties from external properties file

JPA Query - sql injection in positional parameters jpa native query

Exception Handling with JPA + Hibernate

hibernate jpa-2.0

Hibernate Caching Technique

How to generate hiberate POJO classes from DB tables

java hibernate jpa annotations

When are Entities-Classes enhanced and what for? jpa, spring, hibernate, javassist

Hibernate JPA how to configure dynamic-update in persistence.xml

How do I get Hibernate Filters to work in JPA?

Why arrays cannot be lazy-loaded in a one-to-many assocation?

java hibernate jpa

Getting data through an SSH tunnel using Hibernate

java hibernate ssh

Hibernate+Spring accessing Websphere data source

Spring MVC + Hibernate: Partial model update from browser

Does Hibernate always load associated object even if it can be null?

Spring managed transactions without @Transactional annotation

Hibernate: @ManyToOne(fetch = FetchType.LAZY) does not work on non-primary key referenced column