Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

How to use UUIDs with Hibernate as a field?

java hibernate uuid

Spring transaction boundary and DB connection holding

com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source

java mysql hibernate c3p0

"No Persistence Unit Found" error

java hibernate spring jpa

Why does @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) fix Hibernate Lazy Loading Exceptions?

java spring hibernate

Hibernate lazy loading in detached objects

java hibernate lazy-loading

What is the need for an unsaved-value attribute in hibernate?

hibernate

Spring data and mongodb - simple roll back with spring within @Transactional

How to properly handle two threads updating the same row in a database

How to choose DDL Primary Key constraint names with JPA/Hibernate

java hibernate jpa orm

hibernate default connection pooling

Get column name of property mapped with Hibernate

java sql hibernate

Hibernate @OneToMany without a separate join table

@Transactional annotation works with saveAndFlush?

Hibernate: Removing item from a List does not persist

java hibernate

How can you call custom database functions with Hibernate?

java sql hibernate hql

Strange JPA behaviour, initialized field is null

java hibernate jpa

Hibernate: Dirty Checking and Only Update of Dirty Attributes?

java hibernate

Hibernate - hibernate.hbm2ddl.auto = validate

java hibernate orm hbm2ddl

Hibernate configuring multiple datasources and multiple session factories

spring hibernate