Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

UNION to JPA Query

java jpa criteria

How to persist JSR-310 types with Spring Data JPA?

Why does Hibernate disable INSERT batching when using an IDENTITY identifier generator

JPA: JOIN in JPQL

java jpa eclipselink jpql

org.hibernate.AnnotationException: @OneToOne or @ManyToOne on entities.Ques#tion.examId references an unknown entity: long

java hibernate jpa persistence

Unsuccessful: alter table XXX drop constraint YYY in Hibernate/JPA/HSQLDB standalone

One-To-Many Relationship with Join Table

java jpa persistence

I found JPA, or alike, don't encourage DAO pattern

java hibernate orm jpa dao

Doing an "IN" query with Hibernate

java hibernate orm jpa jpql

SINGLE_TABLE inheritance strategy using enums as discriminator value

java hibernate orm jpa enums

What is the difference between LocalContainerEntityManagerFactoryBean and LocalEntityManagerFactoryBean?

How to specify Double's precision on hibernate?

java hibernate jpa

Spring data JPA and hibernate detached entity passed to persist on ManyToMany relationship

java spring hibernate jpa

Org.Hibernate.AnnotationException: No Identifier Specified For Entity I don't have a id in my table

How can you replicate Hibernate's saveOrUpdate in JPA?

java hibernate jpa persistence

HibernateTransactionManager or JpaTransactionManager

java spring hibernate jpa

How can I execute a native SQL script in JPA/Hibernate?

sql oracle hibernate jpa

Spring Data JPA - Multiple EnableJpaRepositories

@OneToMany without inverse relationship and without a join table?

Configure JPA to let PostgreSQL generate the primary key value