Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How to inject PersistenceContext during unit testing?

java hibernate orm jpa

How to combine pagination with a criteria query in Spring Data JPA?

Spring Boot with Hibernate generating drop constraint errors on startup with H2 database

java spring hibernate jpa h2

How do you keep clean layers separation with Hibernate/ORM?

Spring Boot : Error creating bean with name 'jpaMappingContext': java.lang.NullPointerException

How should I refer to inner enums (defined within an entity) from a JPQL query using Hibernate?

java hibernate jpa enums jpql

Hibernate triggering constraint violations using orphanRemoval

java hibernate orm jpa jpa-2.0

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