Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

JPA 2.0: count for arbitrary CriteriaQuery?

jpa 2 hibernate limit (max results) to a CriteriaQuery

Defining multiple Address properties in Person per AddressType by a triple join table

jpa map jpa-2.0 jointable

Deleting JPA object fails due to foreign key constraints?

java hibernate orm jpa jpa-2.0

JPA2.0/Hibernate: Why JPA fires query to update all columns value even some states of managed beans are changed?

hibernate jpa-2.0

How JPA transactions works

How to fetch all data in one query

Should I let JPA or the database cascade deletions?

Building a query using NOT EXISTS in jpa criteria api

jpa jpa-2.0 criteria-api

EntityManager ThreadLocal pattern with JPA in JSE

Oracle treating empty string as NULL problem for a Java / JPA programmer

Execute sql script after jpa/EclipseLink created tables?

java orm jpa eclipselink jpa-2.0

How to create an 'instance of' -like query in JPA 2.0?

java jpa jpa-2.0 jpql

JPA composite primary key with null value

How to stop LocalDate from changing when being saved to a mySQL database

@PersistenceContext EntityManager thread-safety in Spring and Java EE

Is this possible: JPA/Hibernate query with list property in result?

hibernate jpa hql jpql jpa-2.0

How to countDistinct on multiple columns

hibernate jpa jpa-2.0

JPA persistence.xml META-INF not working correctly

Orphans remain in database even with orphanRemoval=true on one-to-many relationship (JPA/Hibernate)