|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.json.JSONUtils
public class JSONUtils
Series of utility methods for JSON objects.
| Constructor Summary | |
|---|---|
JSONUtils()
|
|
| Method Summary | |
|---|---|
static java.util.List |
getObjectsOfCandidateType(org.datanucleus.ObjectManager om,
org.datanucleus.ManagedConnection mconn,
java.lang.Class candidateClass,
boolean ignoreCache)
Convenience method to get all objects of the candidate type from the specified connection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSONUtils()
| Method Detail |
|---|
public static java.util.List getObjectsOfCandidateType(org.datanucleus.ObjectManager om,
org.datanucleus.ManagedConnection mconn,
java.lang.Class candidateClass,
boolean ignoreCache)
om - ObjectManagermconn - Managed ConnectioncandidateClass - CandidateignoreCache - Whether to ignore the cache
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||