|
Using a NeoDatis datastore DataNucleus allows you to query the objects in the datastore using the
following
-
JDOQL - language based around the objects that are persisted and
using Java-type syntax
-
JPQL - language based around the objects that are persisted and
using Java-type syntax
-
Native - NeoDatis' own type-safe query language
-
Criteria - NeoDatis' own Criteria query language
|
|