Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

JPA 2.1 StoredProcedureQuery with PostgreSQL and REF_CURSORs

java hibernate postgresql jpa

Spring 4.2.3.RELEASE and Hibernate 5.0.4.Final compatibility issue

In Spring Boot, using c3p0 simultaneously with jdbcTemplate and Hibernate

Infinispan JPA 2nd level cache defaults

Hibernate 5 and Transaction rollback detection with interceptor

Using setMaxResults(1) before uniqueResult() for hibernate optimization?

Hibernate Criteria Query to get only specific columns

How to find out the transaction isolation level used for the particular query in hibernate?

java spring hibernate

JPA @Query with 'case when exists' does not work with Hibernate

COALESCE function with hibernate criteria

java hibernate jpa

Hibernate validations on save (insert) only

spring jpa auditing lastmodifiedby and lastmodifiedDate are ok, but createdBy and createdDate annotation are always null [duplicate]

Spring JPA (Hibernate) auto-flatten nested objects into single table

java spring hibernate jpa

Hibernate insert failing when embedded key contains identity column on SQL Server

What is IsNull in HQL?

sql hibernate hql isnull

Open liberty and Hibernate

hibernate jpa open-liberty

"Repeated column in mapping for entity" on ID field

java spring hibernate jpa

Why Spring's @Transactional works without proxy?

Mapping TIMESTAMP column from PostgreSQL to LocalDate

How to use JPA - EntityGraph to load only a subset of entity @Basic attributes?