Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

java.util.ConcurrentModificationException on CollectionOfElements

java hibernate jpa concurrency

JPA confusion (managed vs non-managed entities)

PersistenceUnitLoadingException from EclipseLink

java jpa eclipselink

JPA/Hibernate exception handling

hibernate exception jpa

get max value of column using jpa criteria query

jpa criteria-api

Why does JPA/Eclipselink fire redundant database queries even with the BatchFetchType.IN hint?

Persistence.createEntityManagerFactory() takes very long time to return

hibernate postgresql jpa jdbc

What is the scope of @EnableTransactionManagement?

@IdClass Produces 'Identifier of an Instance was Altered' with JPA and Hibernate

java hibernate jpa orm entity

@Converter(autoApply = true) not working

java hibernate jpa

Kotlin JPA Encapsulate OneToMany

jpa kotlin

Can I mix both update and insert in saveAll from JpaRepository

How to release a locked row using JPA?

Fixing "Could not resolve a persistence unit..." errors when PU is specified, found

jpa glassfish jpa-2.0 ejb-3.1

Hibernate Automatic Versioning

java hibernate jpa

HibernateException: Flush during cascade is dangerous

hibernate jpa

PostgreSQL inheritance with JPA, Hibernate

Retrieving JPA Entity List and metadata

java hibernate jpa eclipselink

Does the length field on the javax.persistence @Column define max?

JPA native query to return the entity with fields from multiple tables

java jpa