Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

2 JPA entities on the same table

java hibernate jpa orm

JPA/Hibernate: What's better for composite primary keys, @IdClass or @EmbeddedId implementations and why? [duplicate]

@ApplicationScoped CDI bean and @PersistenceContext - is this safe?

jakarta-ee jpa java-ee-6 cdi

What is @StaticMetamodel and SingularAttribute<Obj,Obj>?

Spring Data JPA - Consider defining a bean named 'entityManagerFactory' in your configuration

java spring maven spring-mvc jpa

How do I show SQL with Play Framework?

How to configure Spring to make JPA (Hibernate) and JDBC (JdbcTemplate or MyBatis) share the same transaction

When should we close the EntityManagerFactory?

java hibernate jpa orm

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