We\'d like to use another L开发者_开发百科2 cache for our big JPA application. We are trying to achieve a shared cache between multiple servers.
i am new to JPA, i have a problem with my JPA . i have used the entity manager as follows: 1: package com.icesoft.icefaces.samples.datatable.jpa;
I am attempting to debug unit tests in Netbeans 7 on classes that make use of the EclipseLink static weaving.If I turn off static weaving I can get debug a unit test, but I cannot get a non-debug run
I have an entity class that contains a map of key-value pairs which live in a different table and there may be no such pairs for a given entity. The relevant code for the entity classes is below.
I have several externally supplied tables which I can\'t modify.In my case these are things like the built in Oracle tables.
HiAll, I was confused by the EclipseLink for Tomcat documentation saying: Limitations to JPA: No @PersistenceContext injection of a container 开发者_如何学Pythonmanaged persistence unit is availab
I\'m using EclipseLink in Glassfish with my JavaEE application and have some java.util.Locale-columns in my model classes which I would like to store as String-columns in my database tables.
I\'m going slightly insane trying to make a Java EE 6 webapp portable between Glassfish AS 3.x and JBoss AS 6 (and 7 when released).
I am dealing with an application developed in Ne开发者_如何学运维tBeans. It uses a single entity and can either retrieve from DB or persist new entities. It uses JPA 2.0 w/ EclipseLink. When deployed
I am using Eclipse Link implementation, but maybe this is relevant also for Hibernate. At some point I called: