Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How do I iterate over JPA query results without retaining them all in memory?

Oracle 11g + Hibernate -> ORA-01461: can bind a LONG value only for insert into a LONG column

JPA Facet cannot be activated in Eclipse

eclipse jpa facet

Play Framework and the use of collections in model classes

hibernate jpa playframework

JPA application managed persistence context data source configuration with java without persistence xml file

JPA - ElementCollection of foreign key

java jpa

java.sql.SQLException: Field doesn't have a default value

java mysql spring jpa

Unwanted unique constraint when using @ManyToMany JPA annotation

spring hibernate jpa

Can I define a default order for an @Entity?

JPA How to get the value from database after persist

java hibernate jpa jpa-2.0

Spring Boot + JPA : @Transactional annotation : Roll back is not working

java spring spring-boot jpa

Is it required for spring boot application to be connected to database when performing unit test

jpa - How to create a many to many relationship with an IdClass?

42Y36: SELECT list may only contain grouping columns, grouping 'table.*' not allowed

java jpa derby jpql

Ebean ManyToOne Mapping CRUD

Spring Data JPA: Mark entity as dirty to increase @Version

JPA and JSF: right way of injecting EntityManager

java hibernate jsf jpa cdi

QueryDsl projection ElementCollection

java jpa querydsl

JPA - Paginated query with ManyToMany collection returns wrong number of entities