Skip navigation links
A B C D F G H I J K L M N O P Q R S T U W 

A

accumulate(String, Object) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Accumulate values under a key.
AmazonS3PersistenceHandler - Class in org.datanucleus.store.json.amazons3
 
AmazonS3StoreManager - Class in org.datanucleus.store.json.amazons3
 
AmazonS3StoreManager(ClassLoaderResolver, PersistenceNucleusContext, Map<String, Object>) - Constructor for class org.datanucleus.store.json.amazons3.AmazonS3StoreManager
 
append(String, Object) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Append values to the array under a key.

B

back() - Method in class org.datanucleus.store.json.orgjson.JSONTokener
Back up one character.

C

close() - Method in class org.datanucleus.store.json.ConnectionFactoryImpl.ManagedConnectionImpl
 
close() - Method in class org.datanucleus.store.json.JsonPersistenceHandler
 
CloudStoragePersistenceHandler - Class in org.datanucleus.store.json
 
CloudStoragePersistenceHandler(StoreManager) - Constructor for class org.datanucleus.store.json.CloudStoragePersistenceHandler
 
CloudStorageUtils - Class in org.datanucleus.store.json
 
CloudStorageUtils() - Constructor for class org.datanucleus.store.json.CloudStorageUtils
 
ConnectionFactoryImpl - Class in org.datanucleus.store.json
Implementation of a ConnectionFactory for JSON.
ConnectionFactoryImpl(StoreManager, String) - Constructor for class org.datanucleus.store.json.ConnectionFactoryImpl
Constructor.
ConnectionFactoryImpl.ManagedConnectionImpl - Class in org.datanucleus.store.json
Implementation of a ManagedConnection for JSON.
createBucket(URLConnection, Map) - Method in class org.datanucleus.store.json.CloudStoragePersistenceHandler
 
createManagedConnection(ExecutionContext, Map) - Method in class org.datanucleus.store.json.ConnectionFactoryImpl
Obtain a connection from the Factory.

D

dehexchar(char) - Static method in class org.datanucleus.store.json.orgjson.JSONTokener
Get the hex value of a character (base16).
deleteObject(ObjectProvider) - Method in class org.datanucleus.store.json.JsonPersistenceHandler
 
doubleToString(double) - Static method in class org.datanucleus.store.json.orgjson.JSONObject
Produce a string from a double.

F

fetchBooleanField(int) - Method in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
fetchByteField(int) - Method in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
fetchCharField(int) - Method in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
fetchDoubleField(int) - Method in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
FetchEmbeddedFieldManager - Class in org.datanucleus.store.json.fieldmanager
FieldManager to handle the retrieval of information for an embedded persistable object from a JSON object.
FetchEmbeddedFieldManager(ExecutionContext, AbstractClassMetaData, JSONObject, List<AbstractMemberMetaData>, Table) - Constructor for class org.datanucleus.store.json.fieldmanager.FetchEmbeddedFieldManager
 
FetchEmbeddedFieldManager(ObjectProvider, JSONObject, List<AbstractMemberMetaData>, Table) - Constructor for class org.datanucleus.store.json.fieldmanager.FetchEmbeddedFieldManager
 
FetchFieldManager - Class in org.datanucleus.store.json.fieldmanager
FieldManager for fetching from JSON.
FetchFieldManager(ExecutionContext, AbstractClassMetaData, JSONObject, Table) - Constructor for class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
FetchFieldManager(ObjectProvider, JSONObject, Table) - Constructor for class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
fetchFloatField(int) - Method in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
fetchIntField(int) - Method in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
fetchLongField(int) - Method in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
fetchObject(ObjectProvider, int[]) - Method in class org.datanucleus.store.json.JsonPersistenceHandler
 
fetchObjectField(int) - Method in class org.datanucleus.store.json.fieldmanager.FetchEmbeddedFieldManager
 
fetchObjectField(int) - Method in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
fetchObjectFieldEmbedded(int, AbstractMemberMetaData, ClassLoaderResolver, RelationType) - Method in class org.datanucleus.store.json.fieldmanager.FetchEmbeddedFieldManager
 
fetchObjectFieldEmbedded(int, AbstractMemberMetaData, ClassLoaderResolver, RelationType) - Method in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
fetchObjectFieldInternal(int, AbstractMemberMetaData, ClassLoaderResolver, RelationType) - Method in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
fetchShortField(int) - Method in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
fetchStringField(int) - Method in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
findObject(ExecutionContext, Object) - Method in class org.datanucleus.store.json.JsonPersistenceHandler
 

G

get(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get the value object associated with a key.
getBoolean(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get the boolean value associated with a key.
getCause() - Method in exception org.datanucleus.store.json.orgjson.JSONException
 
getColumnMapping(int) - Method in class org.datanucleus.store.json.fieldmanager.FetchEmbeddedFieldManager
 
getColumnMapping(int) - Method in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
getColumnMapping(int) - Method in class org.datanucleus.store.json.fieldmanager.StoreEmbeddedFieldManager
 
getColumnMapping(int) - Method in class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
getComGoogleAppengineApiDatastoreKeyFromJSON(JSONObject, Class, ClassLoaderResolver) - Method in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
Convenience method to create an AppEngine Key from a JSON object.
getComGoogleAppengineApiUsersUserFromJSON(JSONObject, Class, ClassLoaderResolver) - Method in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
Convenience method to create an AppEngine User from a JSON object.
getConnection() - Method in class org.datanucleus.store.json.ConnectionFactoryImpl.ManagedConnectionImpl
 
getDouble(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get the double value associated with a key.
getHeaderForBucket() - Method in class org.datanucleus.store.json.CloudStoragePersistenceHandler
 
getHeaders(String, Map<String, String>) - Method in class org.datanucleus.store.json.CloudStoragePersistenceHandler
 
getHeaders(String, Map<String, String>) - Method in class org.datanucleus.store.json.JsonPersistenceHandler
 
getHTTPDate() - Static method in class org.datanucleus.store.json.CloudStorageUtils
get the date according to the HTTP standard
getInt(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get the int value associated with a key.
getJSONArray(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get the JSONObject value associated with a key.
getLong(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get the long value associated with a key.
getNames(JSONObject) - Static method in class org.datanucleus.store.json.orgjson.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.datanucleus.store.json.orgjson.JSONObject
Get an array of field names from an Object.
getNucleusConnection(ExecutionContext) - Method in class org.datanucleus.store.json.amazons3.AmazonS3StoreManager
 
getNucleusConnection(ExecutionContext) - Method in class org.datanucleus.store.json.googlestorage.GoogleStorageStoreManager
 
getNucleusConnection(ExecutionContext) - Method in class org.datanucleus.store.json.JsonStoreManager
 
getObjectsOfCandidateType(ExecutionContext, ManagedConnection, Class, boolean, boolean, Map) - Method in class org.datanucleus.store.json.CloudStoragePersistenceHandler
Convenience method to get all objects of the candidate type from the specified connection.
getObjectsOfCandidateType(ExecutionContext, ManagedConnection, Class, boolean, boolean, Map) - Method in class org.datanucleus.store.json.JsonPersistenceHandler
Convenience method to get all objects of the candidate type from the specified connection.
getRealmName() - Method in class org.datanucleus.store.json.amazons3.AmazonS3PersistenceHandler
 
getRealmName() - Method in class org.datanucleus.store.json.CloudStoragePersistenceHandler
 
getRealmName() - Method in class org.datanucleus.store.json.googlestorage.GoogleStoragePersistenceHandler
 
getString(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get the string associated with a key.
getSupportedOptions() - Method in class org.datanucleus.store.json.JsonStoreManager
Accessor for the supported options in string form
getURLPath(ObjectProvider) - Method in class org.datanucleus.store.json.JsonPersistenceHandler
 
getURLPath(AbstractClassMetaData) - Method in class org.datanucleus.store.json.JsonPersistenceHandler
 
getURLPathForQuery(AbstractClassMetaData) - Method in class org.datanucleus.store.json.CloudStoragePersistenceHandler
URL path for querying in the cloud storage.
getURLPathForQuery(AbstractClassMetaData) - Method in class org.datanucleus.store.json.JsonPersistenceHandler
 
getXAResource() - Method in class org.datanucleus.store.json.ConnectionFactoryImpl.ManagedConnectionImpl
 
GoogleStoragePersistenceHandler - Class in org.datanucleus.store.json.googlestorage
 
GoogleStorageStoreManager - Class in org.datanucleus.store.json.googlestorage
 
GoogleStorageStoreManager(ClassLoaderResolver, PersistenceNucleusContext, Map<String, Object>) - Constructor for class org.datanucleus.store.json.googlestorage.GoogleStorageStoreManager
 

H

handleHTTPErrorCode(HttpURLConnection) - Method in class org.datanucleus.store.json.JsonPersistenceHandler
 
has(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Determine if the JSONObject contains a specific key.
hmac(String, String) - Static method in class org.datanucleus.store.json.CloudStorageUtils
Compile the HMAC of the data using the secret key

I

insertObject(ObjectProvider) - Method in class org.datanucleus.store.json.CloudStoragePersistenceHandler
 
insertObject(ObjectProvider) - Method in class org.datanucleus.store.json.JsonPersistenceHandler
 
isMemberNested(AbstractMemberMetaData) - Static method in class org.datanucleus.store.json.CloudStorageUtils
 
isNull(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Determine if the value associated with the key is null or if there is no value.

J

JDOQLQuery - Class in org.datanucleus.store.json.query
JDOQL query for JSON datastores.
JDOQLQuery(StoreManager, ExecutionContext) - Constructor for class org.datanucleus.store.json.query.JDOQLQuery
Constructs a new query instance that uses the given persistence manager.
JDOQLQuery(StoreManager, ExecutionContext, JDOQLQuery) - Constructor for class org.datanucleus.store.json.query.JDOQLQuery
Constructs a new query instance having the same criteria as the given query.
JDOQLQuery(StoreManager, ExecutionContext, String) - Constructor for class org.datanucleus.store.json.query.JDOQLQuery
Constructor for a JDOQL query where the query is specified using the "Single-String" format.
join(String) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Make a string from the contents of this JSONArray.
JPQLQuery - Class in org.datanucleus.store.json.query
JPQL query for JSON datastores.
JPQLQuery(StoreManager, ExecutionContext) - Constructor for class org.datanucleus.store.json.query.JPQLQuery
Constructs a new query instance that uses the given persistence manager.
JPQLQuery(StoreManager, ExecutionContext, JPQLQuery) - Constructor for class org.datanucleus.store.json.query.JPQLQuery
Constructs a new query instance having the same criteria as the given query.
JPQLQuery(StoreManager, ExecutionContext, String) - Constructor for class org.datanucleus.store.json.query.JPQLQuery
Constructor for a JPQL query where the query is specified using the "Single-String" format.
JSONArray - Class in org.datanucleus.store.json.orgjson
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.datanucleus.store.json.orgjson.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.datanucleus.store.json.orgjson.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.datanucleus.store.json.orgjson.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class org.datanucleus.store.json.orgjson.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Object) - Constructor for class org.datanucleus.store.json.orgjson.JSONArray
Construct a JSONArray from an array
JSONException - Exception in org.datanucleus.store.json.orgjson
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception org.datanucleus.store.json.orgjson.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.datanucleus.store.json.orgjson.JSONException
 
jsonobj - Variable in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
jsonobj - Variable in class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
JSONObject - Class in org.datanucleus.store.json.orgjson
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.datanucleus.store.json.orgjson.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.datanucleus.store.json.orgjson.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.datanucleus.store.json.orgjson.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.datanucleus.store.json.orgjson.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class org.datanucleus.store.json.orgjson.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class org.datanucleus.store.json.orgjson.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.datanucleus.store.json.orgjson.JSONObject
Construct a JSONObject from a source JSON text string.
JsonPersistenceHandler - Class in org.datanucleus.store.json
 
JsonStoreManager - Class in org.datanucleus.store.json
Store Manager for JSON datastores.
JsonStoreManager(ClassLoaderResolver, PersistenceNucleusContext, Map<String, Object>) - Constructor for class org.datanucleus.store.json.JsonStoreManager
 
JSONString - Interface in org.datanucleus.store.json.orgjson
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONTokener - Class in org.datanucleus.store.json.orgjson
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(String) - Constructor for class org.datanucleus.store.json.orgjson.JSONTokener
Construct a JSONTokener from a string.

K

keys() - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get an enumeration of the keys of the JSONObject.

L

length() - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get the number of keys stored in the JSONObject.
locateObject(ObjectProvider) - Method in class org.datanucleus.store.json.JsonPersistenceHandler
 

M

manageClasses(ClassLoaderResolver, String...) - Method in class org.datanucleus.store.json.JsonStoreManager
 
ManagedConnectionImpl(Map) - Constructor for class org.datanucleus.store.json.ConnectionFactoryImpl.ManagedConnectionImpl
 
mmds - Variable in class org.datanucleus.store.json.fieldmanager.FetchEmbeddedFieldManager
Metadata for the embedded member (maybe nested) that this FieldManager represents).
mmds - Variable in class org.datanucleus.store.json.fieldmanager.StoreEmbeddedFieldManager
Metadata for the embedded member (maybe nested) that this FieldManager represents).
more() - Method in class org.datanucleus.store.json.orgjson.JSONTokener
Determine if the source string still contains characters that next() can consume.

N

names() - Method in class org.datanucleus.store.json.orgjson.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
newQuery(String, ExecutionContext) - Method in class org.datanucleus.store.json.amazons3.AmazonS3StoreManager
 
newQuery(String, ExecutionContext, String) - Method in class org.datanucleus.store.json.amazons3.AmazonS3StoreManager
 
newQuery(String, ExecutionContext, Query) - Method in class org.datanucleus.store.json.amazons3.AmazonS3StoreManager
 
newQuery(String, ExecutionContext) - Method in class org.datanucleus.store.json.googlestorage.GoogleStorageStoreManager
 
newQuery(String, ExecutionContext, String) - Method in class org.datanucleus.store.json.googlestorage.GoogleStorageStoreManager
 
newQuery(String, ExecutionContext, Query) - Method in class org.datanucleus.store.json.googlestorage.GoogleStorageStoreManager
 
newQuery(String, ExecutionContext) - Method in class org.datanucleus.store.json.JsonStoreManager
 
newQuery(String, ExecutionContext, String) - Method in class org.datanucleus.store.json.JsonStoreManager
 
newQuery(String, ExecutionContext, Query) - Method in class org.datanucleus.store.json.JsonStoreManager
 
next() - Method in class org.datanucleus.store.json.orgjson.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.datanucleus.store.json.orgjson.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.datanucleus.store.json.orgjson.JSONTokener
Get the next n characters.
nextClean() - Method in class org.datanucleus.store.json.orgjson.JSONTokener
Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
nextString(char) - Method in class org.datanucleus.store.json.orgjson.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.datanucleus.store.json.orgjson.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.datanucleus.store.json.orgjson.JSONTokener
Get the text up but not including one of the specified delimeter characters or the end of line, whichever comes first.
nextValue() - Method in class org.datanucleus.store.json.orgjson.JSONTokener
Get the next value.
NULL - Static variable in class org.datanucleus.store.json.orgjson.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class org.datanucleus.store.json.orgjson.JSONObject
Produce a string from a Number.

O

opt(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get an optional string associated with a key.
org.datanucleus.store.json - package org.datanucleus.store.json
Package providing support for JSON stores in DataNucleus.
org.datanucleus.store.json.amazons3 - package org.datanucleus.store.json.amazons3
Package providing support specific to AmazonS3 JSON store.
org.datanucleus.store.json.fieldmanager - package org.datanucleus.store.json.fieldmanager
 
org.datanucleus.store.json.googlestorage - package org.datanucleus.store.json.googlestorage
Package providing support specific to GoogleStorage JSON store.
org.datanucleus.store.json.orgjson - package org.datanucleus.store.json.orgjson
Repackaging of "org.json" and was subject to the following license.
org.datanucleus.store.json.query - package org.datanucleus.store.json.query
 

P

performExecute(Map) - Method in class org.datanucleus.store.json.query.JDOQLQuery
 
performExecute(Map) - Method in class org.datanucleus.store.json.query.JPQLQuery
 
put(boolean) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Append a boolean value.
put(Collection) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Append a double value.
put(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Append an int value.
put(long) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Append an long value.
put(Map) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Append an object value.
put(int, boolean) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Put or replace an object value in the JSONArray.
put(String, Collection) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Put a key/value pair in the JSONObject.
putOpt(String, Object) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

quote(String) - Static method in class org.datanucleus.store.json.orgjson.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

read(String, String, URLConnection, Map) - Method in class org.datanucleus.store.json.JsonPersistenceHandler
 
remove(String) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Remove a name and its value, if present.

S

skipPast(String) - Method in class org.datanucleus.store.json.orgjson.JSONTokener
Skip characters until past the requested string.
skipTo(char) - Method in class org.datanucleus.store.json.orgjson.JSONTokener
Skip characters until the next character is the requested character.
sortedKeys() - Method in class org.datanucleus.store.json.orgjson.JSONObject
Get an enumeration of the keys of the JSONObject.
STORE_JSON_URL - Static variable in class org.datanucleus.store.json.ConnectionFactoryImpl
 
storeBooleanField(int, boolean) - Method in class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
storeByteField(int, byte) - Method in class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
storeCharField(int, char) - Method in class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
storeDoubleField(int, double) - Method in class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
StoreEmbeddedFieldManager - Class in org.datanucleus.store.json.fieldmanager
FieldManager to handle the store information for an embedded persistable object into JSON.
StoreEmbeddedFieldManager(ExecutionContext, AbstractClassMetaData, JSONObject, boolean, List<AbstractMemberMetaData>, Table) - Constructor for class org.datanucleus.store.json.fieldmanager.StoreEmbeddedFieldManager
 
StoreEmbeddedFieldManager(ObjectProvider, JSONObject, boolean, List<AbstractMemberMetaData>, Table) - Constructor for class org.datanucleus.store.json.fieldmanager.StoreEmbeddedFieldManager
 
StoreFieldManager - Class in org.datanucleus.store.json.fieldmanager
FieldManager for inserting data into the provided JSONObject from the ObjectProvider.
StoreFieldManager(ExecutionContext, AbstractClassMetaData, JSONObject, boolean, Table) - Constructor for class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
StoreFieldManager(ObjectProvider, JSONObject, boolean, Table) - Constructor for class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
storeFloatField(int, float) - Method in class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
storeIntField(int, int) - Method in class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
storeLongField(int, long) - Method in class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
storeMgr - Variable in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
storeObjectField(int, Object) - Method in class org.datanucleus.store.json.fieldmanager.StoreEmbeddedFieldManager
 
storeObjectField(int, Object) - Method in class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
storeObjectFieldEmbedded(int, Object, AbstractMemberMetaData, ClassLoaderResolver, RelationType) - Method in class org.datanucleus.store.json.fieldmanager.StoreEmbeddedFieldManager
 
storeObjectFieldEmbedded(int, Object, AbstractMemberMetaData, ClassLoaderResolver, RelationType) - Method in class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
storeObjectFieldInternal(int, Object, AbstractMemberMetaData, ClassLoaderResolver, RelationType) - Method in class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
storeShortField(int, short) - Method in class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
storeStringField(int, String) - Method in class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
syntaxError(String) - Method in class org.datanucleus.store.json.orgjson.JSONTokener
Make a JSONException to signal a syntax error.

T

table - Variable in class org.datanucleus.store.json.fieldmanager.FetchFieldManager
 
table - Variable in class org.datanucleus.store.json.fieldmanager.StoreFieldManager
 
toJSONArray(JSONArray) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONString() - Method in interface org.datanucleus.store.json.orgjson.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toString() - Method in class org.datanucleus.store.json.orgjson.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class org.datanucleus.store.json.orgjson.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.datanucleus.store.json.orgjson.JSONTokener
Make a printable string of this JSONTokener.

U

updateObject(ObjectProvider, int[]) - Method in class org.datanucleus.store.json.JsonPersistenceHandler
 

W

write(String, String, URLConnection, String, Map<String, String>) - Method in class org.datanucleus.store.json.JsonPersistenceHandler
 
write(Writer) - Method in class org.datanucleus.store.json.orgjson.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.datanucleus.store.json.orgjson.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
A B C D F G H I J K L M N O P Q R S T U W 
Skip navigation links

Copyright © 2020. All rights reserved.