Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

Selecting multiple objects by id using JPA and ObjectDB?

java jpa jpa-2.0 jpql objectdb

Indirect Hibernate/JPA method call loses transaction

java hibernate spring jpa-2.0

What is the difference between explicit and implicit JOIN in JPA? (performance)

java jpa jpa-2.0 jpql

JPA/EclipseLink - Calculated column

orm jpa eclipselink jpa-2.0

Why merge() return copy object?

hibernate jpa jpa-2.0 jpa-2.1

Using UUID with EclipseLink and PostgreSQL

JPQL Constructor Expression - org.hibernate.hql.ast.QuerySyntaxException:Table is not mapped

hibernate jpa jpa-2.0 jpql

JPA: How to perform a LIKE with a NUMBER column in a static JPA MetaModel?

Unidirectional @OneToOne with @MapsId does not work with lazy loading

criteria api--root.fectch() how to fetch a collection?

Using SQL-IN-clause in custom @Query in JPA-/CrudRepository with the list or set as passed parameter?

How to check if entity in Hibernate is dirty?

java hibernate jpa orm jpa-2.0

How to implement a temporal table using JPA?

Getting LazyInitializationException on JUnit Test Case

JPA entity with a interface attribute, is it possible?

java hibernate jpa-2.0

In JPA, having a many-to-one as primary key throws referential integrity constraint violation