Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

how to register custom PersistenceAnnotationBeanPostProcessor in spring 3.0

spring orm jpa

How to get hibernate to print out whats wrong with a named query?

java spring hibernate jpa

Bean Validation Fails on Hibernate Proxy? Expected Behavior?

JPA is eager loading FetchType.LAZY child collections

jpa lazy-loading

Is it wrong to have annotations Entity and Component on the same class

java spring hibernate jsf jpa

How do I build a GenericDao using QueryDSL?

java generics jpa dao querydsl

How to convert a JPA OneToMany relationship to DTO

java jpa dto

Change FetchType.LAZY to FetchType.EAGER temporary at runtime (Hibernate/JPA)

spring hibernate jpa

In Java, when should I prefer String over StringBuilder vice versa?

"Not known whether passed class name ... is safe" using JPA EmbeddedId with Hibernate

java hibernate jpa jpa-2.0

It is possible to reference another SQL file from SQL script

many-to-many-relationship between two entities in spring boot

JPA managed mapping with different entities error

JPA eager fetching and pagination best practices

jpa pagination jpql eager

PostgreSQL throws "column is of type jsonb but expression is of type bytea" with JPA and Hibernate

What is the proper JPA mapping for @Id in parent and unique sequence in base classes

java hibernate jpa sequences

jpa without container

Hibernate OneToOne automatic join fetching (resolving n+1 problem)

java hibernate jpa

jpa lazy fetch entities over multiple levels with criteria api

Audit ManyToMany Relationships using Hibernate Envers