Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Hibernate Delete object by id

performance hibernate

Using Oracle 10g CLOB with Grails 2.0.1

oracle hibernate grails

Hibernate: insert ManyToMany, generate ID in relationship table

java hibernate jpa

Hibernate returns duplicate because another table has duplicate values

Connection time out issues after inactivity period

Using Hibernate Criteria to retrieve data from multiple tables without entity mapping setting

java hibernate

Integrity constraint violated just when I commit the transaction

Getting Exception - java.lang.IllegalStateException: A JTA EntityManager cannot use getTransaction()

java hibernate jpa ejb-3.0

'one to many' attribute value type should not be 'persistence entity'

hibernate

Is it possible to use Hibernate with EJB3?

java hibernate ejb

Bake every table in CakePHP?

Hibernate: could not execute native bulk manipulation query

java mysql hibernate

running Hibernate 4.3 with JMX (without spring)

java hibernate jmx

What is the difference between inner join and inner join fetch ? ,HQL

hibernate hql

Using Jackson2 with Spring 4.0 (MVC + REST+ Hibernate)

Set H2 schema on connection

java oracle hibernate h2

Hibernate @ManyToOne "Target Entity is not defined"

java hibernate jpa-2.0

Difference between Spring JtaTransactionManager and HibernateTransactionManager

Missing artifact org.springframework:spring-context:jar:${org.springframework-version}

How to model a one-to-one relationship in JPA when the "parent" table has a composite PK?