Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA call method on lazy (not loaded) collection when detached not working as expected in Eclipselink

org.h2.jdbc.JdbcSQLException: NULL not allowed for column "ID"

spring hibernate jpa

MSSQL schema & Hibernate 5.1.0.Final (table not found)

What is the intended upgrade path for legacy Hibernate applications?

How to set initial value for @Id @GeneratedValue in Spring JPA for MySQL?

Get generated entity Id before persisting, Hibernate, Spring data

java spring hibernate jpa

"Repeated column in mapping for collection" for hibernate ManyToMany with same foreign key?

How to handle JPA CollectionTable with Inheritance?

java hibernate jpa

Hibernate-Spatial, JPA, Spring, MySQL 5.7 (unable to retrieve Point)

java mysql spring hibernate jpa

pessimistic lock not work using spring data jpa

eclipselink AdditionalCriteria ignored in child class

java jpa eclipselink

Make Hibernate discriminator value use bind variable instead of literal

java sql oracle hibernate jpa

Skipping @Param as List in @Query if is null in Spring Data JPA : antlr.NoViableAltException: unexpected AST node

TOP [N] Records Group By per user query in the best possible way

How to deal with 'cached' instance in @ViewScoped page?

java jpa caching eclipselink

JBoss EAP 7.1 Spring-Data-JPA CDI Extension

org.hibernate.DuplicateMappingException: Table contains physical column name [coverage_name] referred to by multiple physical column names:

Could not rollback, connection closed

java spring hibernate jpa

"Got different size of tuples and aliases" exception after Spring Boot 2.0.0.RELEASE migration

Best current framework for unit testing EJB3 / JPA [closed]