Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Is Hibernate / JPA taking in consideration the transient modifier ( not the annotation )

JPA entity mapping to optional SecondaryTable

java jpa eclipselink jpa-2.0

Why does TypedQuery.getResultList() resolve every ManyToOne association with a seperate SELECT?

hibernate jpa

JPA perform part of an query if a value is not null

jpa

No unique bean of type [javax.persistence.EntityManagerFactory] is defined: expected single bean but found 2

hibernate spring jpa

JPA multiple select query

jpa jpa-2.0

Mapping value in junction table to Entity

jpa

no declaration can be found for element 'jpa:repositories'

spring jpa spring-mvc

ClassCastException in JPA Entitiy after redeploy (Glassfish 3.1.2)

JPA Many-to-Many Join table entity with compound key "null id generated "

Does a new transaction detach all previous entities?

java spring jpa transactions ejb

JPA 2 Criteria API case insensitive condition without metamodel usage

how to set EntityManagerFactory through constructor by @PersistenceUnit annotation

spring jpa annotations

Unable to locate class after new object in select query

hibernate jpa spring-data

Spring Data JPA; save() auto increment primary key error

How to create resource with unique many-to-many relationsships in Spring Data REST?

PersistenceException: No persistence provider found for schema generation for persistence-unit named default

Why is 'SHOW WARNINGS' query issued here? (JPA/Hibernate/MySQL)

mysql hibernate jpa hikaricp

removeif() not working on list returned by jpa

java jpa jpql

Spring boot + Hibernate - User is not mapped

hibernate jpa spring-boot