Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

java.lang.NoSuchMethodError: javax.persistence.Table.indexes()[Ljavax/persistence/Index;

java eclipse hibernate maven jpa

Transaction is required to perform this operation (either use a transaction or extended persistence context)

OptimisticLockException with Ebean/Play

Criteria API: Fetch of a list returns repeated main entity

jpa jpa-2.0 criteria-api

JPA table with 2 primary key fields

Hibernate - createNativeQuery with "non-entity class" result

java hibernate jpa

Conditional where clause in JPA criteria query

How to auto detect entities in JPA 2.0

java spring jakarta-ee jpa

How to exclude an entity field when doing an update with JPA

Must every Entity Bean be registered in persistence.xml?

How to count number of rows using JPA?

java hibernate jpa

Issue of pagination in Spring Data JPA

Hibernate generates invalid SQL query with MySQL

java hibernate orm jpa

import javax.persistence.column, javax.persistence.entity, javax.persistence.Id - and so on - cannot be resolved

Can't instantiate class using Hibernate createQuery

java hibernate postgresql jpa

JPA ManytoMany Relationship "JoinColumn cannot be resolved to a type" error

java spring jpa many-to-many

Using MySQL, why doesn't Hibernate/JPA create foreign key constraints for me?

mysql hibernate jpa

JPA SQL Server No Dialect mapping for JDBC type: -9

ClassNotFoundException: org.hibernate.service.jndi.JndiException

java spring hibernate jpa