Serialized Form
-
Package org.datanucleus.api.jdo
-
Class org.datanucleus.api.jdo.FieldInstanceLifecycleEvent extends javax.jdo.listener.InstanceLifecycleEvent implements Serializable
- serialVersionUID:
- 4518746566556032678L
-
Serialized Fields
-
fieldNames
String[] fieldNames
Names of the fields affected.
-
-
Class org.datanucleus.api.jdo.JDOAdapter extends Object implements Serializable
- serialVersionUID:
- 4135712868062532386L
-
Class org.datanucleus.api.jdo.JDODataStoreCache extends Object implements Serializable
- serialVersionUID:
- 620081773711702087L
-
Serialized Fields
-
cache
org.datanucleus.cache.Level2Cache cache
Underlying Level 2 cache.
-
-
Class org.datanucleus.api.jdo.JDOFetchGroup extends Object implements Serializable
- serialVersionUID:
- 8496393232964294401L
-
Serialized Fields
-
fg
org.datanucleus.FetchGroup fg
-
-
Class org.datanucleus.api.jdo.JDOFetchPlan extends Object implements Serializable
- serialVersionUID:
- 862722192165984633L
-
Serialized Fields
-
fp
org.datanucleus.FetchPlan fp
-
-
Class org.datanucleus.api.jdo.JDOPersistenceManagerFactory extends Object implements Serializable
- serialVersionUID:
- -575257641123665920L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
readResolve
private Object readResolve() throws InvalidObjectException
Control deserialisation of the PMF where we have a singleton (in pmfByName).- Throws:
InvalidObjectException
- if an error occurs
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
Check on serialisation of the PMF.- Throws:
IOException
- Exception thrown if error
-
-
Serialized Fields
-
active
boolean active
Flag for whether the first PM has been created, so is considered "active". -
closed
boolean closed
Whether the PersistenceManagerFactory is closed -
configurable
boolean configurable
Flag for whether this object is still configurable. -
deserialisationProps
Map<String,Object> deserialisationProps
-
-
Class org.datanucleus.api.jdo.JDOQuery extends Object implements Serializable
- serialVersionUID:
- -204134873012573162L
-
Serialized Fields
-
closed
boolean closed
-
fetchPlan
JDOFetchPlan fetchPlan
JDO Fetch Plan. -
language
String language
Query language. -
parameterValueByName
Map parameterValueByName
Map of parameters keyed by their name. -
parameterValues
Object[] parameterValues
Positional parameter values. -
query
org.datanucleus.store.query.Query<T> query
Underlying query that will be executed.
-
-
Class org.datanucleus.api.jdo.JDOQueryCache extends Object implements Serializable
- serialVersionUID:
- -6836991171780739390L
-
Serialized Fields
-
resultsCache
org.datanucleus.store.query.cache.QueryResultsCache resultsCache
-
-
Class org.datanucleus.api.jdo.JDOTypeConverter extends Object implements Serializable
- serialVersionUID:
- -4250901331525617340L
-
-
Package org.datanucleus.api.jdo.exceptions
-
Class org.datanucleus.api.jdo.exceptions.ClassNotPersistenceCapableException extends javax.jdo.JDOUserException implements Serializable
- serialVersionUID:
- -32361409923511910L
-
Class org.datanucleus.api.jdo.exceptions.ConnectionInUseException extends javax.jdo.JDOUserException implements Serializable
- serialVersionUID:
- -7180648507612667518L
-
Class org.datanucleus.api.jdo.exceptions.NoPersistenceInformationException extends javax.jdo.JDOUserException implements Serializable
- serialVersionUID:
- 8218822469557539549L
-
Class org.datanucleus.api.jdo.exceptions.TransactionActiveException extends javax.jdo.JDOUserException implements Serializable
- serialVersionUID:
- 6273891154508609229L
-
Class org.datanucleus.api.jdo.exceptions.TransactionCommitingException extends javax.jdo.JDOUserException implements Serializable
- serialVersionUID:
- -1805767358303642401L
-
Class org.datanucleus.api.jdo.exceptions.TransactionNotActiveException extends javax.jdo.JDOUserException implements Serializable
- serialVersionUID:
- -5645432840786957250L
-
Class org.datanucleus.api.jdo.exceptions.TransactionNotReadableException extends TransactionNotActiveException implements Serializable
- serialVersionUID:
- 2573953722247061663L
-
Class org.datanucleus.api.jdo.exceptions.TransactionNotWritableException extends TransactionNotActiveException implements Serializable
- serialVersionUID:
- -8641406435403033411L
-
-
Package org.datanucleus.api.jdo.metadata
-
Class org.datanucleus.api.jdo.metadata.JDOMetaDataManager extends org.datanucleus.metadata.MetaDataManagerImpl implements Serializable
- serialVersionUID:
- -2276240352978344222L
-
Serialized Fields
-
allowXmlLocationsFromJDO1_0
boolean allowXmlLocationsFromJDO1_0
-
classMetaDataByInterface
Map<String,org.datanucleus.metadata.AbstractClassMetaData> classMetaDataByInterface
Map of ClassMetaData, keyed by the interface class name (for "persistent-interface"s). Keyed by the persistent-interface name. -
ormClassMetaDataByClass
Map<String,org.datanucleus.metadata.AbstractClassMetaData> ormClassMetaDataByClass
Map of ClassMetaData from ORM files, keyed by the class name. -
registerListener
org.datanucleus.api.jdo.metadata.JDOMetaDataManager.MetaDataRegisterClassListener registerListener
Listener for persistent class initialisations (since JDO uses a discovery process). -
xmlMetaDataParser
org.datanucleus.metadata.xml.XmlMetaDataParser xmlMetaDataParser
Parser for XML MetaData.
-
-
-
Package org.datanucleus.api.jdo.query
-
Class org.datanucleus.api.jdo.query.JDOQLTypedQueryImpl extends AbstractJDOQLTypedQuery<T> implements Serializable
- serialVersionUID:
- -8359479260893321900L
-
Serialized Fields
-
candidates
Collection<T> candidates
-
closed
boolean closed
-
datastoreReadTimeout
Integer datastoreReadTimeout
-
datastoreWriteTimeout
Integer datastoreWriteTimeout
-
extensions
Map<String,Object> extensions
-
fetchPlan
JDOFetchPlan fetchPlan
-
ignoreCache
boolean ignoreCache
-
parameterExprByName
Map<String,ExpressionImpl> parameterExprByName
Map of parameter expression keyed by the name. -
parameterValuesByName
Map<String,Object> parameterValuesByName
Map of parameters keyed by their name/expression. -
serializeRead
Boolean serializeRead
-
unmodifiable
boolean unmodifiable
-
-
Class org.datanucleus.api.jdo.query.JDOQLTypedSubqueryImpl extends AbstractJDOQLTypedQuery<T> implements Serializable
- serialVersionUID:
- 8872729615681952405L
-