Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How to implement a Spring Data repository for a @MappedSuperclass

java generics jpa spring-data

How to know if a detached JPA entity has already been persisted or not?

JPA 2.0 using Hibernate as provider - Exception: No Persistence provider for EntityManager

java hibernate jpa maven

How to get a unique key for two fields with Hibernate?

Spring data, find by property of a nested object

How to get Id of last persisted entity using JPA

java jpa entity

AnnotationException: A Foreign key refering has the wrong number of column. should be 2

@Transactional method called from another method doesn't obtain a transaction

java hibernate spring jpa

Spring data jpa save can not get id

Hibernate JPA: @OneToMany delete old, insert new without flush

java hibernate jpa

PostgreSQL/JDBC and TIMESTAMP vs. TIMESTAMPTZ

postgresql jpa jdbc

JPA Criteria Query distinct

java jpa criteria-api

JPA find the Last entry

java sql jpa

Hibernate + MySQL: How to set the encoding utf-8 for database and tables

JPA Hibernate - cascade delete in both database and annotation

Spring JPA Lock

java spring hibernate jpa

Spring + Hibernate + JPA [closed]

JPA using multiple database schemas

java database spring jpa schema

Hibernate @Enumerated mapping

java hibernate jpa enums

JPA - When to use getTransaction() when persisting objects