Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Spring Boot Load orm.xml

Caused by: org.hibernate.loader.MultipleBagFetchException: cannot simultaneously fetch multiple bags

spring hibernate jpa

How to find out if an email already exist with jpa spring and sending some error messag to the front end

How to insert data as fast as possible with Hibernate

JPA many-to-many relationship causing infinite recursion and stack overflow error

Is it possible to dynamically define column names in Hibernate / JPA?

java hibernate orm jpa

How to cascade persist only new entities

persistence.xml not found in Eclipse Maven Project

Hibernate EntityManager: remove referenced entity not working

Get EntityManager using spring manual transaction management

java spring jpa transactions

@BatchSize but many round trips when fetching a @ManyToOne association

Get the number of records updated after executing a jpql query

hibernate jpa jpql

How to update only a part of all entity attributes with Hibernate

java json hibernate jpa orm

If I restart the Rest server, H2 database reset

spring jpa jdbc h2

How to replicate INSERT/UPDATE/DELETE statements using JPA and Hibernate

Caused by: org.h2.jdbc.JdbcSQLDataException: Hexadecimal string contains non-hex character

java spring jpa jdbc

Example using countDistinct in a JPA Criteria API query

java jpa criteria-api

Unidirectional Relationship in Entity-Bean (JPA)

java orm jpa

Entity generator from database

jpa code-generation

CriteriaBuilder boolean comparison

jpa criteria criteria-api