Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA @ElementCollection List specify join column name

java jpa

JPA - Persisting a Unidirectional One to Many relationship fails with EclipseLink

java jpa orm eclipselink

javax.persistence.PersistenceException: org.hibernate.PersistentObjectException: detached entity passed to persist

java hibernate jpa persistence

Hibernate: Create Index

java hibernate postgresql jpa

Unable to use table named "user" in postgresql hibernate

hibernate postgresql jpa

When should EntityManagerFactory instance be created/opened?

JPA: pattern for handling OptimisticLockException

java database jpa

EclipseLinkJpaVendorAdapter instead of HibernateJpaVendorAdapter issue

java spring hibernate jpa

Multi language database, with default fallback

No entity found for query Exception

java jpa jboss ejb

How to name the foreign key constraint of ManyToOne references since JPA 2.1?

java hibernate jpa

JPA Criteria API IN expression Parameter list

Mapping Set<enum> using @ElementCollection

java hibernate jpa enums set

Java: Hibernate @OneToOne mapping

Is it possible to pass a null parameter to a stored procedure in Java JPA 2.1?

java jpa stored-procedures

How to get the DiscriminatorValue at run time

JPA CriteriaBuilder Subquery multiselect

java jpa criteria criteria-api

How do I delete orphan entities using hibernate and JPA on a many-to-many relationship?

java sql hibernate jpa

2 JPA entities on the same table

java hibernate jpa orm

JPA/Hibernate: What's better for composite primary keys, @IdClass or @EmbeddedId implementations and why? [duplicate]