Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Using querydsl how can I check against a specific object from a set of objects that result from a One to Many relationship?

java jpa querydsl

Using EclipseLink

java jpa eclipselink

failed to lazily initialize a collection of role,..could not initialize proxy - no Session - JPA + SPRING

Hibernate: Cascade Type

java hibernate jpa

JPA transient information lost on create

jpa

How can I retrieve the foreign key from a JPA ManyToOne mapping without hitting the target table?

java jpa eclipselink

Complex queries with JPA Criteria builder

java jpa criteria builder

EclipseLink native query result into POJO - Missing descriptor for [Class]

jpa eclipselink

Why JPA acts like my Entity is detached if I try removing it, but not if I edit it?

jsf jpa

Choosing between java.util.Date or java.sql.Date

java jpa entity

JPA and PostqreSQL: long string persistence

postgresql jpa

Unable to resolve name [org.hibernate.dialect.MySQL5Dialect ] as strategy [org.hibernate.dialect.Dialect]

Error on compiling query: The abstract schema type 'entity' is unknown

java jpa persistence jpql

JPA entity has no primary key?

java database jpa entity ejb-3.0

H2 not creating/updating table in my Spring Boot app. Something's wrong with my Entity?

How to Tell JPA the prefered DataType

Is "update without select" possible with Hibernate/JPA?

java sql hibernate jpa

using a ParameterExpression versus a variable in JPA Criteria API

java api jpa criteria

How to persist an Array List of type Entity in JPA

jpa arraylist entity persist

Can I add 'ON DELETE CASCADE' to tables managed by Hibernate?

java sql hibernate jpa