Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

Passing List<Integer> in spring data jpa native query

JPA2: How to map only certain table rows to an entity?

java jakarta-ee jpa-2.0

JPA Map of Maps

java hibernate jpa jpa-2.0

Filter do not initialize EntityManager

Entity with @EmbeddedId , @GeneratedValue and @ManyToOne

Spring Boot JPA One-to-One mapping generates StackOverflow Error

Weblogic 10.3.3 trying to load org.eclipse.persistence.jpa.PersistenceProvider instead of configured Hibernate Provider

How can I get changed attributes on update using JPA/EclipseLink

java jpa jpa-2.0 eclipselink

@ManyToMany JPA 2 complex query

How to validate if a foreign key entry exists?

jsf jpa jsf-2 jpa-2.0

JPA: How to count child records without loading a lazy loaded set

What is the JPA equivalent to Hibernate's foreign id generator?

hibernate jpa jpa-2.0

JPA Criteria: downcast root to multiple entity subclasses and filter by the same linked entity natural id

Can I have a helper/convenient method inside a Hibernate entity class? [duplicate]

java hibernate jpa jboss jpa-2.0

Spring JPA DTO projection and handling the nested projection with null values