Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA SequenceGenerator and GeneratedValue: name / generator property unique only per class?

@Stateless webservice with JPA+JTA: How to commit changes of managed entity?

java jpa ejb jax-rs jta

Error:The import com.google.appengine.api.datastore cannot be resolved JPA GAE GWT

CriteriaBuilder Predicate isMember using only entity ID

hibernate jpa

Does @Transient field value get loaded?

java jpa persistence transient

How to catch java.sql.SQLIntegrityConstraintViolationException?

java jpa javadb

How to fix a javax.naming.NamingException: Lookup failed

How to tell Hibernate annotation @Column to be case-sensitive?

JPA without transaction

java jpa transactions

@Transactional and JPA object parameters

spring jpa transactions

How to embed generic field using Hibernate?

java hibernate generics jpa

JPA Hibernate Lazy many-to-one fetch proxy

List a Joined table with criteria

java hibernate jpa criteria

JPQL for a Unidirectional OneToMany

How to model a friendship relationship in hibernate?

Correct usage of Entity AND DTO to provide Json in Restful web service

What is the difference between hibernate session's getNamedQuery(String name) and createNamedQuery(String name)?

java hibernate jpa

Prevent Hibernate from deleting orphaned entities while merging an entity having entity associations with orphanRemoval set to true

JPA JPQL: select items when attribute of item (list/set) contains another item

list jpa set jpql

How to map a MySQL JSON column to a Java entity property using JPA and Hibernate

java mysql json hibernate jpa