Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Cascading Deletes/Updates using JPA or Inside of Database?

sql hibernate jpa hsqldb cascade

Examples of good JPA Java Desktop Application

java jpa

JPA @ManyToMany on only one side?

How to use Enum as NamedQuery parameters in JPA

java jpa jakarta-ee toplink

GWT with JPA - no persistence provider

java gwt jpa

JPA polymorphic oneToMany

java jpa polymorphism

Is it possible to test the transactionality of a process?

JPA: join table syntax

java jpa

Transaction Isolation Level in Financial Apps

JPA (Hibernate, EclipseLink) mapping: why doesn't this code work (chain of 2 relationships using JPA 2.0, @EmbeddedId composite PK-FK)?

Jpa entities over a JAX WS services without infinite loop

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