Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

property mapping has wrong number of columns exception - Play-framework

hibernate jpa playframework

invalid column type ~ Sending ArrayList<String> to a pl/sql createdNameQuery

java jpa plsql

Generate unique sequence number for entity during one day

org.hibernate.exception.SQLGrammarException: could not initialize a collection

hibernate jpa

How do I tell if my EntityManager is using JTA or RESOURCE_LOCAL datasource?

jpa jta entitymanager

Merging Hibernate Objects and JAXB Object

hibernate jpa jaxb

cascading delete in playframework-how to model the Entities

java jpa playframework cascade

JBoss AS7 Automatically Loading JPA

hibernate jpa guice jboss7.x

JPA 1.0 @OrderBy uses field names vs. JPA 2.0 @OrderColumn uses column names

jpa sql-order-by jpa-2.0

In JPA 2.0 JPQL, when one returns a NEW object, how may one make use of FETCH JOINs?

jpa jpql

Creating a generic DAO for JPA that I can inherit from

java jakarta-ee jpa

OpenJpa and JNDI

jpa jndi openjpa

relationship and build database

JPA merge() best practice

JPA merge() updates only some fields. Other changes are not recognized

injecting repositories in implementation class without using @autowired in spring data using xml

spring jpa spring-data-jpa

EclipseLink Audit / History / Track changes

Spring Data JPA and MySQL: How to avoid "duplicate entry" error in multithreaded environment?

Field modified in @PostPersist is not updated in the DB

hibernate jpa

Getting object field previous value hibernate JPA