Top "Datanucleus" questions

DataNucleus AccessPlatform is an implementation of the JDO and JPA API specifications for Java object persistence, as well as providing a REST API.

Specifying an Index (Non-Unique Key) Using JPA

How do you define a field, eg email as having an index using JPA annotations. We need a non-unique key …

java hibernate orm jpa datanucleus
Multiple unique constraints in JPA

Is there a way to specify using JPA that there should be multiple unique constraints on different sets of columns? @…

java hibernate jpa orm datanucleus
How to turn off DataNucleus Enhancer while working with Google App Engine

I am working in Eclipse on a Google AppEngine Java code. Every time I save a java file, the DataNucleus …

java eclipse google-app-engine datanucleus
JPQL: set a column to null in an update

The following JPQL: UPDATE SignIn signIn SET signIn.cookieUUID = null WHERE signIn.user.id = :userID Gives me the following error …

java jpa jpql datanucleus
Error HBASE-ZOOKEEPER : Too many connections

I am using Hbase-Hadoop combination for my application along with Data Nucleus as the ORM. When I am trying to …

jdo hbase datanucleus apache-zookeeper
Conflicting versions of datanucleus enhancer in a maven google app engine project

I'm having a problem setting up datanucleus enhancer to use with a google app engine project. If I use the …

google-app-engine maven-2 datanucleus
HBASE ERROR: Failed setting up proxy interface org.apache.hadoop.hbase.ipc.HRegionInterface

I am currently trying to work on HDFS and HBASE. The Hadoop and HBASE are properly installed on a machine …

java hadoop jdo hbase datanucleus
Datanucleus warning: Class was specified in persistence-unit but not annotated, so ignoring

When starting up my app I see for every class this warning: WARN [DataNucleus.MetaData] - Class com.mycomp.MyClass …

java spring google-app-engine jpa datanucleus
JPA: which implementations support lazy loading outside transactions?

EclipseLink can load lazy relationships in entities even after the entity manager that has created them is no longer available. …

hibernate jpa eclipselink openjpa datanucleus
Can Hibernate be used as the JPA provider in Google App Engine

Can Hibernate 3.5.x be used as the JPA provider instead of the default provider in the latest version of Google …

java hibernate google-app-engine jpa datanucleus