Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Java 8 Date Time api in JPA

IllegalArgumentException: Type cannot be null

java mysql spring hibernate jpa

Without using hibernate.hbm2ddl.auto, how do I export all the initial schema into Flyway?

PreUpdate not firing when adding to a collection [duplicate]

java hibernate orm jpa

How can I prevent Hibernate fetching joined entities when I access only the foreign key id?

java sql hibernate

How to avoid two different threads read the same rows from DB (Hibernate and Oracle 10g)

How to force eager loading with CrudRepository in spring-data?

Error in NamedStoredProcedureQuery in Spring JPA - "Found named stored procedure parameter associated with positional parameters"

Is this possible: JPA/Hibernate query with list property in result?

hibernate jpa hql jpql jpa-2.0

How to use Hibernate in a multi threaded application?

java hibernate

Simple H2 and Hibernate/JPA

hibernate jpa h2

Hibernate vs EclipseLink

java hibernate jpa eclipselink

Hibernate @DynamicUpdate(value=true) @SelectBeforeUpdate(value=true) performance

Spring Boot + Spring Data with multi tenancy

JPA @ElementCollection how can I query?

Hibernate default joining for nullable many-to-one

When does retrieving a Hibernate proxy's id initialize the proxy?

java hibernate lazy-loading

Reading from multiple Db's with same Persistence Unit?

java hibernate spring jpa

How to countDistinct on multiple columns

hibernate jpa jpa-2.0

How to call a Stored Procedure from Hibernate having both IN and OUT parameters