Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How to generate JPA Metamodel with Gradle 5.x

Does Guice Persist provide transaction scoped or application managed EntityManager?

org.hibernate.StaleStateException: Batch update returned unexpected row count from update [0]; actual row count: 0; expected

java hibernate spring-mvc jpa

Spring Data JPA inserting instead of Update

spring jpa spring-data-jpa

hard time setting autogenerated time with hibernate JPA annotations

java hibernate jpa

Transactional annotation not working in Spring Boot

How to create an auto-generated Date/timestamp field in a Play! / JPA?

Use abstract super class as parameter for Spring data repository

Single Table Inheritance WITHOUT Discriminator column

java hibernate jpa

Hibernate JPA and Spring javax.persistence.TransactionRequiredException: no transaction is in progress

java spring jpa

JPA Persist parent and child with one to many relationship

jpa one-to-many

How to join unrelated entities with the JPA Criteria API

Why does getOne(…) on a Spring Data repository not throw an EntityNotFoundException?

what is the right path to refer a jar file in jpa persistence.xml in a web app?

How to create a Clob in JPA in an implementation agnostic way

java hibernate jpa clob

Eclipselink update existing tables

java orm jpa eclipselink

Is persistence.xml requied when working with Spring and Hibernate?

java hibernate spring jpa

What transaction manager to use? (JPA, Spring)

java spring jpa transactions

JPA @ElementCollection List specify join column name

java jpa

JPA - Persisting a Unidirectional One to Many relationship fails with EclipseLink

java jpa orm eclipselink