Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

JPA OneToOne relationship

Can Hibernate Custom query return a Map instead of a List?

java sql hibernate jpa

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

Spring managed transactions without @Transactional annotation

How to create an index with JPA/hibernate and use fields from MappedSuperClass together with fields from concrete entity

java hibernate jpa

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