Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

JPA/Hibernate - Undesired Partial Rollback and Session Handling

What exactly does Hibernate new_generator_mappings actually do?

hibernate jpa spring-boot

Specify foreign key constraint name when using Map and @ElementCollection with Hibernate

Hibernate, JDBC and Java performance on medium and big result set

How to add Query Hints to spring data jpa querydsl queries?

How to use "on update CURRENT_TIMESTAMP" in H2 database with JUnit?

java mysql hibernate junit h2

How solve javax.persistence.EntityNotFoundException with JPA (not by using @NotFound)

java hibernate jpa persistence

How to retrieve a set of member objects using Hibernate?

Hibernate: Overriding mapping's EAGER in HQL?

Failed to auto-configure a DataSource: 'spring.datasource.url'

Many concurrent reads + one write cause ObjectNotFoundException due to ehcache

UnsatisfiedDependencyException: Error creating bean with name 'entityManagerFactory'

define named query in orm.xml with jpa and hibernate

CrudRepository inside my custom repository implementation

Constraint violation in Hibernate unidirectional OneToMany mapping with JoinTable and OrderColumn when removing elements

Spring MVC + Hibernate: id to load is required for loading

hibernate spring-mvc

JPA inheritance @EntityGraph include optional associations of subclasses

Hibernate saves/retrieves date minus day if application uses another timezone than MySQL

Using sum() in hibernate criteria

java sql hibernate

Explicit constructor using Lombok?

java hibernate lombok