Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Hibernate Parameter value [568903] did not match expected type [java.lang.Long]

java hibernate jpa jpa-2.0

Can I use Spring Data JPA Auditing without the orm.xml file (using JavaConfig instead)?

createNativeQuery mapping to POJO (non-entity)

should i use jpa entity in rest request and/or response

java hibernate rest jpa

How to get JPA configured with Spring 3?

java hibernate spring jpa

Spring boot + Hibernate + JPA No transactional EntityManager available

How to use JPA Criteria API in JOIN

jpa join

Caused by: org.hibernate.MappingException: Repeated column in mapping for entity

Simple and reliable in memory database for fast java integration tests with support for JPA

How to declare a respository populator bean using java config instead of XML?

Spring Data JPA - Custom Query with multiple aggregate functions in result

Optimistic locking not throwing exception when manually setting version field

JPA Native Query set null parameter

java jpa

@OneToMany mapping list size limit

java jpa one-to-many

How to do bulk delete in JPA when using Element Collections?

java hibernate orm jpa jpa-2.0

Error creating bean with name 'entityManagerFactory' when add spring boot jpa dependency

JPA: ignore field on save, but fetch on select

java hibernate jpa

Spring data Pageable and LIMIT/OFFSET

JPA: caching queries

java hibernate jpa caching

Casting Integer to String in JPQL

jpa jpa-2.0 jpql