Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Mapping a bidirectional list with Hibernate

JPA: Should I clean up my entity classes using orm.xml?

java orm jpa

Hibernate 3.5 or 3.6 with no supporting to @Any annotation?

Using and controlling Spring transactions within Struts 2 actions

Can't connect application to database

java eclipse jpa jdbc derby

Hibernate/JPA equals() and hashCode() with Lazy loaded Business Identifier

Transaction Isolation Level

Spring Controller: use domain objects as @RequestBody

java rest jpa spring-mvc

Using PostgreSQL, why doesn't Hibernate/JPA create cascade constraints?

JPA fetching one to many

java hibernate jpa

Best way to replace an entity using EntityManager

hibernate jpa entitymanager

JPA with EJB with separated DAO and Service Layers

java jpa ejb

Jersey + HK2 + Grizzly: Proper way to inject EntityManager?

How to compare timestamp with date without time in JPQL?

jpa jboss jpql

Determine if entity is new without checking @Id

hibernate jpa entity

Difference between join and path navigation in jpa query

java hibernate jpa orm jpql

Spring data JPA native query skip locked

JPA @OneToOne select lists with N+1 queries

Hibernate: LEFT JOIN FETCH with multiple columns for the join

database hibernate jpa hql

Can't call PostgreSQL's 11 Stored Procedure with Hibernate