Serialized Form
- 
Package org.apache.openjpa.abstractstore- 
Class org.apache.openjpa.abstractstore.AbstractStoreBrokerFactoryclass AbstractStoreBrokerFactory extends AbstractBrokerFactory implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.openjpa.conf- 
Class org.apache.openjpa.conf.CallbackOptionsclass CallbackOptions extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_allowsDuplicateListenerboolean _allowsDuplicateListener 
- 
_allowsMultipleMethodsForSameCallbackboolean _allowsMultipleMethodsForSameCallback 
- 
_isPostPersistCallbackImmediateboolean _isPostPersistCallbackImmediate 
 
- 
 
- 
Class org.apache.openjpa.conf.OpenJPAConfigurationImplclass OpenJPAConfigurationImpl extends ConfigurationImpl implements Externalizable- 
Serialization Methods- 
readExternalImplementation of theExternalizableinterface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput).- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternalImplementation of theExternalizableinterface to write the properties returned byConfigurationImpl.toProperties(boolean).- Throws:
- IOException
 
 
- 
 
- 
 
- 
- 
Package org.apache.openjpa.datacache- 
Class org.apache.openjpa.datacache.AbstractDataCacheclass AbstractDataCache extends AbstractConcurrentEventManager implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_closedboolean _closed 
- 
_evictOnBulkUpdateboolean _evictOnBulkUpdate 
- 
_excludedTypesSet<String> _excludedTypes 
- 
_includedTypesSet<String> _includedTypes 
- 
_nameString _name 
- 
_scheduleString _schedule 
- 
_statsCacheStatisticsSPI _stats 
- 
confOpenJPAConfiguration conf The configuration set by the system.
- 
logLog log The log to use.
 
- 
 
- 
Class org.apache.openjpa.datacache.AbstractQueryCacheclass AbstractQueryCache extends AbstractConcurrentEventManager implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_closedboolean _closed 
- 
_nameString _name 
- 
_statsQueryStatistics<QueryKey> _stats 
- 
_statsEnabledboolean _statsEnabled 
- 
confOpenJPAConfiguration conf The configuration set by the system.
- 
entityTimestampMapConcurrentHashMap<String, Long> entityTimestampMap 
- 
evictPolicyAbstractQueryCache.EvictPolicy evictPolicy 
- 
logLog log The log to use.
 
- 
 
- 
Class org.apache.openjpa.datacache.AbstractQueryCache.Defaultclass Default extends Object implements Serializable- serialVersionUID:
- -7889619105916307055L
 
- 
Class org.apache.openjpa.datacache.CacheStatisticsImplclass CacheStatisticsImpl extends Object implements Serializable- serialVersionUID:
- 9014495759588003166L
 
- 
Class org.apache.openjpa.datacache.ConcurrentDataCacheclass ConcurrentDataCache extends AbstractDataCache implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_cacheCacheMap _cache 
- 
_cacheSizeint _cacheSize 
- 
_lruboolean _lru 
- 
_softRefsint _softRefs 
 
- 
 
- 
Class org.apache.openjpa.datacache.ConcurrentQueryCacheclass ConcurrentQueryCache extends AbstractQueryCache implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_cacheCacheMap _cache 
- 
_cacheSizeint _cacheSize 
- 
_lruboolean _lru 
- 
_softRefsint _softRefs 
 
- 
 
- 
Class org.apache.openjpa.datacache.DataCachePCDataImplclass DataCachePCDataImpl extends PCDataImpl implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_explong _exp 
 
- 
 
- 
Class org.apache.openjpa.datacache.ExpirationEventclass ExpirationEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_expiredboolean _expired 
- 
_keyObject _key 
 
- 
 
- 
Class org.apache.openjpa.datacache.PartitionedDataCacheclass PartitionedDataCache extends ConcurrentDataCache implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.datacache.QueryCacheStoreQueryclass QueryCacheStoreQuery extends Object implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
- 
Serialized Fields- 
_cacheQueryCache _cache 
- 
_queryStoreQuery _query 
- 
_reposMetaDataRepository _repos 
- 
_sctxStoreContext _sctx 
 
- 
 
- 
- 
Class org.apache.openjpa.datacache.QueryCacheStoreQuery.CachedList- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
- 
Serialized Fields- 
_fcFetchConfiguration _fc 
- 
_projboolean _proj 
- 
_resQueryResult _res 
- 
_sctxStoreContext _sctx 
 
- 
 
- 
- 
Class org.apache.openjpa.datacache.QueryKeyclass QueryKey extends Object implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
- 
Class org.apache.openjpa.datacache.QueryResult- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_exlong _ex 
- 
_timestamplong _timestamp 
 
- 
 
- 
Class org.apache.openjpa.datacache.TypesChangedEventclass TypesChangedEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_typesCollection _types 
 
- 
 
 
- 
- 
Package org.apache.openjpa.enhance- 
Class org.apache.openjpa.enhance.ReflectingPersistenceCapableclass ReflectingPersistenceCapable extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- ClassNotFoundException
- IOException
 
- 
writeObject- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
oObject o 
- 
serializationUserVisibleboolean serializationUserVisible 
- 
smStateManager sm 
 
- 
 
 
- 
- 
Package org.apache.openjpa.event- 
Class org.apache.openjpa.event.BeanLifecycleCallbacksclass BeanLifecycleCallbacks extends MethodLifecycleCallbacks implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
- 
Class org.apache.openjpa.event.BrokerFactoryEventclass BrokerFactoryEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
eventTypeint eventType 
 
- 
 
- 
Class org.apache.openjpa.event.BrokerFactoryEventManagerclass BrokerFactoryEventManager extends AbstractConcurrentEventManager implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_confConfiguration _conf 
 
- 
 
- 
Class org.apache.openjpa.event.LifecycleEventclass LifecycleEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_relatedObject _related 
- 
_typeint _type 
 
- 
 
- 
Class org.apache.openjpa.event.LifecycleEventManagerclass LifecycleEventManager extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_activatedboolean _activated 
- 
_addListenersList<Object> _addListeners 
- 
_classListenersMap<Class<?>, LifecycleEventManager.ListenerList> _classListeners 
- 
_excepsList<Exception> _exceps 
- 
_failboolean _fail 
- 
_failFastboolean _failFast 
- 
_firingboolean _firing 
- 
_listenersLifecycleEventManager.ListenerList _listeners 
- 
_remListenersList<Object> _remListeners 
 
- 
 
- 
Class org.apache.openjpa.event.LifecycleEventManager.ListenerList- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_typesint _types 
 
- 
 
- 
Class org.apache.openjpa.event.MethodLifecycleCallbacksclass MethodLifecycleCallbacks extends Object implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
- 
Class org.apache.openjpa.event.RemoteCommitEventclass RemoteCommitEvent extends Object implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
- 
Class org.apache.openjpa.event.RemoteCommitEventManagerclass RemoteCommitEventManager extends AbstractConcurrentEventManager implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_providerRemoteCommitProvider _provider 
- 
_transmitPersIdsboolean _transmitPersIds 
 
- 
 
- 
Class org.apache.openjpa.event.TransactionEventclass TransactionEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_typeint _type 
 
- 
 
- 
Class org.apache.openjpa.event.TransactionEventManagerclass TransactionEventManager extends AbstractConcurrentEventManager implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_beginint _begin 
- 
_endint _end 
- 
_flushint _flush 
 
- 
 
 
- 
- 
Package org.apache.openjpa.jdbc.conf- 
Class org.apache.openjpa.jdbc.conf.JDBCConfigurationImplclass JDBCConfigurationImpl extends OpenJPAConfigurationImpl implements Externalizable- 
Serialization Methods- 
readExternalImplementation of theExternalizableinterface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput).- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternalImplementation of theExternalizableinterface to write the properties returned byConfigurationImpl.toProperties(boolean).- Throws:
- IOException
 
 
- 
 
- 
 
- 
- 
Package org.apache.openjpa.jdbc.identifier- 
Class org.apache.openjpa.jdbc.identifier.DBIdentifierclass DBIdentifier extends IdentifierImpl implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_ignoreCaseboolean _ignoreCase 
- 
_typeDBIdentifier.DBIdentifierType _type 
 
- 
 
- 
Class org.apache.openjpa.jdbc.identifier.QualifiedDBIdentifierclass QualifiedDBIdentifier extends DBIdentifier implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_objectTableNameDBIdentifier _objectTableName 
- 
_schemaNameDBIdentifier _schemaName 
 
- 
 
 
- 
- 
Package org.apache.openjpa.jdbc.kernel- 
Class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager.ConnectionSavepointclass ConnectionSavepoint extends OpenJPASavepoint implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
writeObject- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
_savepointObject _savepoint 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfigurationclass DelegatingJDBCFetchConfiguration extends DelegatingFetchConfiguration implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.JDBCBrokerFactoryclass JDBCBrokerFactory extends AbstractBrokerFactory implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_synchronizedMappingsboolean _synchronizedMappings 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImplclass JDBCFetchConfigurationImpl extends FetchConfigurationImpl implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_stateJDBCFetchConfigurationImpl.JDBCConfigurationState _state 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl.JDBCConfigurationStateclass JDBCConfigurationState extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.JDBCStoreQueryclass JDBCStoreQuery extends ExpressionStoreQuery implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.PreparedSQLStoreQueryclass PreparedSQLStoreQuery extends SQLStoreQuery implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_cachedPreparedQueryImpl _cached 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.SQLStoreQueryclass SQLStoreQuery extends AbstractStoreQuery implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.StoredProcedureQueryclass StoredProcedureQuery extends AbstractStoreQuery implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_metaMultiQueryMetaData _meta 
- 
_procStoredProcedure _proc 
- 
_storeJDBCStore _store 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.TableJDBCSeq.Statusclass Status extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
maxlong max 
- 
seqlong seq 
 
- 
 
 
- 
- 
Package org.apache.openjpa.jdbc.kernel.exps- 
Class org.apache.openjpa.jdbc.kernel.exps.Absclass Abs extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.Argsclass Args extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_argsVal[] _args 
- 
_metaClassMetaData _meta 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.CoalesceExpressionclass CoalesceExpression extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_castClass _cast 
- 
_metaClassMetaData _meta 
- 
_valsVal[] _vals 
- 
otherValue other 
- 
otherStateExpState otherState 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.CollectionParamclass CollectionParam extends org.apache.openjpa.jdbc.kernel.exps.Const implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.Concatclass Concat extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_metaClassMetaData _meta 
- 
_val1Val _val1 
- 
_val2Val _val2 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.DatastoreFunctionclass DatastoreFunction extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_functionNameString _functionName 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.GeneralCaseExpressionclass GeneralCaseExpression extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_castClass _cast 
- 
_exporg.apache.openjpa.jdbc.kernel.exps.Exp[] _exp 
- 
_metaClassMetaData _meta 
- 
_valVal _val 
- 
otherValue other 
- 
otherStateExpState otherState 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.GetColumnclass GetColumn extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.IndexOfclass IndexOf extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_castClass _cast 
- 
_metaClassMetaData _meta 
- 
_val1Val _val1 
- 
_val2Val _val2 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactoryclass JDBCExpressionFactory extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_consSelectConstructor _cons 
- 
_getMapValueAliasint _getMapValueAlias 
- 
_isBooleanLiteralAsNumericboolean _isBooleanLiteralAsNumeric 
- 
_typeClassMapping _type 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.JDBCStringContainsclass JDBCStringContains extends StringContains implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.JDBCWildcardMatchclass JDBCWildcardMatch extends WildcardMatch implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.Litclass Lit extends org.apache.openjpa.jdbc.kernel.exps.Const implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_isRawboolean _isRaw 
- 
_ptypeint _ptype 
- 
_valObject _val 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.MapEntryclass MapEntry extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_castClass _cast 
- 
_keyVal _key 
- 
_metaClassMetaData _meta 
- 
_typeClass _type 
- 
_valVal _val 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.MapKeyclass MapKey extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_castClass _cast 
- 
_keyVal _key 
- 
_metaClassMetaData _meta 
- 
_typeClass _type 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.Mathclass Math extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_castClass _cast 
- 
_metaClassMetaData _meta 
- 
_opString _op 
- 
_val1Val _val1 
- 
_val2Val _val2 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.Nullclass Null extends org.apache.openjpa.jdbc.kernel.exps.Const implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.NullableAggregateUnaryOpclass NullableAggregateUnaryOp extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.NullIfExpressionclass NullIfExpression extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.Paramclass Param extends org.apache.openjpa.jdbc.kernel.exps.Const implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.PCPathclass PCPath extends CandidatePath implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_candidateClassMapping _candidate 
- 
_castClass _cast 
- 
_cidboolean _cid 
- 
_classClassMapping _class 
- 
_keyboolean _key 
- 
_keyPathboolean _keyPath 
- 
_schemaAliasString _schemaAlias 
- 
_typeint _type 
- 
_varNameString _varName 
- 
_xmlfieldFieldMetaData _xmlfield 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.SelectConstructorclass SelectConstructor extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_extentboolean _extent 
- 
_subselectSelect _subselect 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpressionclass SimpleCaseExpression extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.SQLEmbedclass SQLEmbed extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.SQLExpressionclass SQLExpression extends SQLEmbed implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.SQLValueclass SQLValue extends SQLEmbed implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.Sqrtclass Sqrt extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.StringLengthclass StringLength extends org.apache.openjpa.jdbc.kernel.exps.StringFunction implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_castClass _cast 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.SubQclass SubQ extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_candidateClassMapping _candidate 
- 
_consSelectConstructor _cons 
- 
_expsQueryExpressions _exps 
- 
_metaClassMetaData _meta 
- 
_selectSelect _select 
- 
_subqAliasString _subqAlias 
- 
_subsboolean _subs 
- 
_typeClass _type 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.Substringclass Substring extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_metaClassMetaData _meta 
- 
_val1Val _val1 
- 
_val2Val _val2 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.ToLowerCaseclass ToLowerCase extends org.apache.openjpa.jdbc.kernel.exps.StringFunction implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.ToUpperCaseclass ToUpperCase extends org.apache.openjpa.jdbc.kernel.exps.StringFunction implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.Trimclass Trim extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_metaClassMetaData _meta 
- 
_trimCharVal _trimChar 
- 
_valVal _val 
- 
_whereBoolean _where 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.TypeLitclass TypeLit extends org.apache.openjpa.jdbc.kernel.exps.Const implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_ptypeint _ptype 
- 
_valObject _val 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.WhenConditionclass WhenCondition extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_exporg.apache.openjpa.jdbc.kernel.exps.Exp _exp 
- 
_valVal _val 
 
- 
 
- 
Class org.apache.openjpa.jdbc.kernel.exps.WhenScalarclass WhenScalar extends Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.openjpa.jdbc.meta- 
Class org.apache.openjpa.jdbc.meta.ClassMappingclass ClassMapping extends ClassMetaData implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_assignMapsClassMapping[] _assignMaps 
- 
_colsColumn[] _cols 
- 
_discrimDiscriminator _discrim 
- 
_fkForeignKey _fk 
- 
_infoClassMappingInfo _info 
- 
_ioColumnIO _io 
- 
_joinablesMap _joinables 
- 
_joinSubMapsClassMapping[] _joinSubMaps 
- 
_strategyClassStrategy _strategy 
- 
_subclassModeint _subclassMode 
- 
_tableTable _table 
- 
_versionVersion _version 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.ClassMappingInfoclass ClassMappingInfo extends MappingInfo implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_classNameString _className 
- 
_colNumint _colNum 
- 
_commentsString[] _comments 
- 
_fileFile _file 
- 
_indicesMap<DBIdentifier, List<Index>> _indices 
- 
_joinedboolean _joined 
- 
_lineNumint _lineNum 
- 
_schemaNameDBIdentifier _schemaName 
- 
_secondsMap<DBIdentifier, List<Column>> _seconds 
- 
_srcTypeint _srcType 
- 
_subStratString _subStrat 
- 
_tableNameDBIdentifier _tableName 
- 
_uniquesMap<DBIdentifier, List<Unique>> _uniques 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.DelegatingJoinableclass DelegatingJoinable extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_colsColumn[] _cols 
- 
_fkForeignKey _fk 
- 
_joinJoinable _join 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.Discriminatorclass Discriminator extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_colsColumn[] _cols 
- 
_idxIndex _idx 
- 
_infoDiscriminatorMappingInfo _info 
- 
_ioColumnIO _io 
- 
_javaTypeint _javaType 
- 
_mappingClassMapping _mapping 
- 
_resModeint _resMode 
- 
_strategyDiscriminatorStrategy _strategy 
- 
_subsLoadedboolean _subsLoaded 
- 
_valueObject _value 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfoclass DiscriminatorMappingInfo extends MappingInfo implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_valueString _value 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.FieldMappingclass FieldMapping extends FieldMetaData implements Serializable- serialVersionUID:
- 142185362294762433L
 - 
Serialized Fields- 
_bi_1To1_JTBoolean _bi_1To1_JT 
- 
_bi_1ToM_Elem_FKForeignKey _bi_1ToM_Elem_FK 
- 
_bi_1ToM_Join_FKForeignKey _bi_1ToM_Join_FK 
- 
_bi_1ToM_JT_FieldFieldMapping _bi_1ToM_JT_Field 
- 
_bi_MTo1_JTBoolean _bi_MTo1_JT 
- 
_bi_MTo1_JT_FieldFieldMapping _bi_MTo1_JT_Field 
- 
_bidirectionalJoinTableNonOwnerBoolean _bidirectionalJoinTableNonOwner 
- 
_bidirectionalJoinTableOwnerBoolean _bidirectionalJoinTableOwner 
- 
_elemValueMapping _elem 
- 
_fetchModeint _fetchMode 
- 
_fkForeignKey _fk 
- 
_hasMapsIdColsboolean _hasMapsIdCols 
- 
_idxIndex _idx 
- 
_infoFieldMappingInfo _info 
- 
_ioColumnIO _io 
- 
_joinTableUniquesUnique[] _joinTableUniques 
- 
_keyValueMapping _key 
- 
_orderColorg.apache.openjpa.jdbc.meta.JDBCColumnOrder _orderCol 
- 
_outerboolean _outer 
- 
_strategyFieldStrategy _strategy 
- 
_uni_1To1_JTBoolean _uni_1To1_JT 
- 
_uni_1ToM_FKBoolean _uni_1ToM_FK 
- 
_uni_MTo1_JTBoolean _uni_MTo1_JT 
- 
_unqUnique _unq 
- 
_valValueMapping _val 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.FieldMappingInfoclass FieldMappingInfo extends MappingInfo implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_canOrderColboolean _canOrderCol 
- 
_commentsString[] _comments 
- 
_joinTableUniquesList<Unique> _joinTableUniques 
- 
_orderColColumn _orderCol 
- 
_outerboolean _outer 
- 
_tableNameDBIdentifier _tableName 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.MappingInfoclass MappingInfo extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.MappingRepositoryclass MappingRepository extends MetaDataRepository implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_installerStrategyInstaller _installer 
- 
_resultsMap<Object, QueryResultMapping> _results 
- 
_schemaSchemaGroup _schema 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.MappingStrategyInstallerclass MappingStrategyInstaller extends StrategyInstaller implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.NoneStrategyInstallerclass NoneStrategyInstaller extends StrategyInstaller implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.RefreshStrategyInstallerclass RefreshStrategyInstaller extends StrategyInstaller implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.RuntimeStrategyInstallerclass RuntimeStrategyInstaller extends StrategyInstaller implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.SequenceMappingclass SequenceMapping extends SequenceMetaData implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_mapFileFile _mapFile 
- 
_primaryKeyColumnDBIdentifier _primaryKeyColumn 
- 
_primaryKeyValueString _primaryKeyValue 
- 
_sequenceColumnDBIdentifier _sequenceColumn 
- 
_tableDBIdentifier _table 
- 
_uniqueColumnsDBIdentifier[] _uniqueColumns 
- 
_uniqueConstraintNameDBIdentifier _uniqueConstraintName 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.StrategyInstallerclass StrategyInstaller extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
reposMappingRepository repos 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.ValueMappingImplclass ValueMappingImpl extends ValueMetaDataImpl implements Serializable- serialVersionUID:
- 6440545965133775709L
 - 
Serialized Fields- 
_colsColumn[] _cols 
- 
_criteriaboolean _criteria 
- 
_fkForeignKey _fk 
- 
_handlerValueHandler _handler 
- 
_idxIndex _idx 
- 
_infoValueMappingInfo _info 
- 
_ioColumnIO _io 
- 
_joinint _join 
- 
_polyint _poly 
- 
_targetFKsMap<ClassMapping, ForeignKey> _targetFKs 
- 
_typeArrClassMapping[] _typeArr 
- 
_unqUnique _unq 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.ValueMappingInfoclass ValueMappingInfo extends MappingInfo implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.Versionclass Version extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_colsColumn[] _cols 
- 
_idxIndex _idx 
- 
_infoVersionMappingInfo _info 
- 
_ioColumnIO _io 
- 
_mappingClassMapping _mapping 
- 
_resModeint _resMode 
- 
_strategyVersionStrategy _strategy 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.VersionMappingInfoclass VersionMappingInfo extends MappingInfo implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.openjpa.jdbc.meta.strats- 
Class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategyclass AbstractClassStrategy extends AbstractStrategy implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
clsClassMapping cls The owning class mapping.
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategyclass AbstractDiscriminatorStrategy extends AbstractStrategy implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
discDiscriminator disc The owning discriminator.
- 
isFinalboolean isFinal Whether the owning class is final.
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategyclass AbstractFieldStrategy extends AbstractStrategy implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
fieldFieldMapping field The owning field mapping.
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.AbstractStrategyclass AbstractStrategy extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.AbstractValueHandlerclass AbstractValueHandler extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategyclass AbstractVersionStrategy extends AbstractStrategy implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
versVersion vers The owning version.
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.BlobValueHandlerclass BlobValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.ByteArrayValueHandlerclass ByteArrayValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.CharArrayStreamValueHandlerclass CharArrayStreamValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.CharArrayValueHandlerclass CharArrayValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategyclass ClassNameDiscriminatorStrategy extends InValueDiscriminatorStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.ClobValueHandlerclass ClobValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategyclass ColumnVersionStrategy extends AbstractVersionStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategyclass ContainerFieldStrategy extends AbstractFieldStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.ElementEmbedValueHandlerclass ElementEmbedValueHandler extends EmbedValueHandler implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_argsObject[] _args 
- 
_colsColumn[] _cols 
- 
_nullIdxint _nullIdx 
- 
_syntheticboolean _synthetic 
- 
_vmValueMapping _vm 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.EmbeddedClassStrategyclass EmbeddedClassStrategy extends AbstractClassStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategyclass EmbedFieldStrategy extends AbstractFieldStrategy implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_syntheticboolean _synthetic 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.EmbedValueHandlerclass EmbedValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.EnumValueHandlerclass EnumValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_ordinalboolean _ordinal 
- 
_valsEnum<?>[] _vals 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.FlatClassStrategyclass FlatClassStrategy extends AbstractClassStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.FullClassStrategyclass FullClassStrategy extends AbstractClassStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.HandlerCollectionTableFieldStrategyclass HandlerCollectionTableFieldStrategy extends StoreCollectionFieldStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategyclass HandlerFieldStrategy extends AbstractFieldStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategyclass HandlerHandlerMapTableFieldStrategy extends MapTableFieldStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.HandlerRelationMapTableFieldStrategyclass HandlerRelationMapTableFieldStrategy extends MapTableFieldStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.ImmutableValueHandlerclass ImmutableValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategyclass InValueDiscriminatorStrategy extends AbstractDiscriminatorStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.LobFieldStrategyclass LobFieldStrategy extends AbstractFieldStrategy implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
fieldTypeint fieldType 
- 
isBlobboolean isBlob 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategyclass MapTableFieldStrategy extends ContainerFieldStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedBlobFieldStrategyclass MaxEmbeddedBlobFieldStrategy extends org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedLobFieldStrategy implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_maxSizeint _maxSize 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedByteArrayFieldStrategyclass MaxEmbeddedByteArrayFieldStrategy extends org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedLobFieldStrategy implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_maxSizeint _maxSize 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedCharArrayFieldStrategyclass MaxEmbeddedCharArrayFieldStrategy extends org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedLobFieldStrategy implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_maxSizeint _maxSize 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedClobFieldStrategyclass MaxEmbeddedClobFieldStrategy extends org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedLobFieldStrategy implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_maxSizeint _maxSize 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.MultiColumnVersionStrategyclass MultiColumnVersionStrategy extends NumberVersionStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.NanoPrecisionTimestampVersionStrategyclass NanoPrecisionTimestampVersionStrategy extends TimestampVersionStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategyclass NoneClassStrategy extends AbstractClassStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.NoneDiscriminatorStrategyclass NoneDiscriminatorStrategy extends AbstractDiscriminatorStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.NoneFieldStrategyclass NoneFieldStrategy extends AbstractFieldStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.NoneVersionStrategyclass NoneVersionStrategy extends AbstractVersionStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategyclass NumberVersionStrategy extends ColumnVersionStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.ObjectIdClassStrategyclass ObjectIdClassStrategy extends AbstractClassStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.ObjectIdValueHandlerclass ObjectIdValueHandler extends EmbedValueHandler implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_argsObject[] _args 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategyclass PrimitiveFieldStrategy extends AbstractFieldStrategy implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_stateImageboolean _stateImage 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategyclass RelationCollectionInverseKeyFieldStrategy extends RelationToManyInverseKeyFieldStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategyclass RelationCollectionTableFieldStrategy extends RelationToManyTableFieldStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategyclass RelationFieldStrategy extends AbstractFieldStrategy implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_fkOidBoolean _fkOid 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.RelationHandlerMapTableFieldStrategyclass RelationHandlerMapTableFieldStrategy extends MapTableFieldStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategyclass RelationMapInverseKeyFieldStrategy extends RelationToManyInverseKeyFieldStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategyclass RelationMapTableFieldStrategy extends RelationToManyTableFieldStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.RelationRelationMapTableFieldStrategyclass RelationRelationMapTableFieldStrategy extends MapTableFieldStrategy implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_keyRelationNameString _keyRelationName 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategyclass RelationToManyInverseKeyFieldStrategy extends StoreCollectionFieldStrategy implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_orderInsertboolean _orderInsert 
- 
_orderUpdateboolean _orderUpdate 
- 
_uni1MFKboolean _uni1MFK 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategyclass RelationToManyTableFieldStrategy extends StoreCollectionFieldStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategyclass StateComparisonVersionStrategy extends AbstractVersionStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategyclass StoreCollectionFieldStrategy extends ContainerFieldStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategyclass StringFieldStrategy extends AbstractFieldStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategyclass SubclassJoinDiscriminatorStrategy extends AbstractDiscriminatorStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.SuperclassDiscriminatorStrategyclass SuperclassDiscriminatorStrategy extends AbstractDiscriminatorStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.SuperclassVersionStrategyclass SuperclassVersionStrategy extends AbstractVersionStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.TimestampVersionStrategyclass TimestampVersionStrategy extends ColumnVersionStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.UntypedPCValueHandlerclass UntypedPCValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategyclass ValueMapDiscriminatorStrategy extends InValueDiscriminatorStrategy implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategyclass VerticalClassStrategy extends AbstractClassStrategy implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_fkOidBoolean _fkOid 
 
- 
 
- 
Class org.apache.openjpa.jdbc.meta.strats.XMLValueHandlerclass XMLValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.openjpa.jdbc.schema- 
Class org.apache.openjpa.jdbc.schema.Columnclass Column extends org.apache.openjpa.jdbc.schema.ReferenceCounter implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_autoAssignboolean _autoAssign 
- 
_commentString _comment 
- 
_constraintsSet<Constraint> _constraints 
- 
_decimalsint _decimals 
- 
_defaultObject _default 
- 
_defaultStrString _defaultStr 
- 
_flagsint _flags 
- 
_fullPathQualifiedDBIdentifier _fullPath 
- 
_implicitRelationboolean _implicitRelation 
- 
_indexint _index 
- 
_isUni1MFKboolean _isUni1MFK 
- 
_javaTypeint _javaType 
- 
_nameDBIdentifier _name 
- 
_notNullBoolean _notNull 
- 
_pkboolean _pk 
- 
_precisionint _precision 
- 
_radixint _radix 
- 
_relboolean _rel 
- 
_scaleint _scale 
- 
_schemaNameDBIdentifier _schemaName 
- 
_sizeint _size 
- 
_tableTable _table 
- 
_tableNameDBIdentifier _tableName 
- 
_targetDBIdentifier _target 
- 
_targetFieldString _targetField 
- 
_typeint _type 
- 
_typeNameDBIdentifier _typeName 
- 
_versionStrategyVersionStrategy _versionStrategy 
- 
_XMLboolean _XML 
 
- 
 
- 
Class org.apache.openjpa.jdbc.schema.ColumnIOclass ColumnIO extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_unInsertableint _unInsertable 
- 
_unNullInsertableint _unNullInsertable 
- 
_unNullUpdatableint _unNullUpdatable 
- 
_unUpdatableint _unUpdatable 
 
- 
 
- 
Class org.apache.openjpa.jdbc.schema.Constraintclass Constraint extends org.apache.openjpa.jdbc.schema.ReferenceCounter implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_columnNameDBIdentifier _columnName 
- 
_deferredboolean _deferred 
- 
_fullPathQualifiedDBIdentifier _fullPath 
- 
_nameDBIdentifier _name 
- 
_schemaNameDBIdentifier _schemaName 
- 
_tableTable _table 
- 
_tableNameDBIdentifier _tableName 
 
- 
 
- 
Class org.apache.openjpa.jdbc.schema.DynamicSchemaFactoryclass DynamicSchemaFactory extends SchemaGroup implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_schemaDBIdentifier _schema 
 
- 
 
- 
Class org.apache.openjpa.jdbc.schema.ForeignKeyclass ForeignKey extends Constraint implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_autoAssignBoolean _autoAssign 
- 
_constColsColumn[] _constCols 
- 
_constColsPKColumn[] _constColsPK 
- 
_constsLinkedHashMap _consts 
- 
_constsPKLinkedHashMap _constsPK 
- 
_constValsObject[] _constVals 
- 
_constValsPKObject[] _constValsPK 
- 
_delActionint _delAction 
- 
_indexint _index 
- 
_joinsLinkedHashMap _joins 
- 
_joinsPKLinkedHashMap _joinsPK 
- 
_localsColumn[] _locals 
- 
_pkColumnNameDBIdentifier _pkColumnName 
- 
_pksColumn[] _pks 
- 
_pkSchemaNameDBIdentifier _pkSchemaName 
- 
_pkTableTable _pkTable 
- 
_pkTableNameDBIdentifier _pkTableName 
- 
_seqint _seq 
- 
_upActionint _upAction 
 
- 
 
- 
Class org.apache.openjpa.jdbc.schema.Indexclass Index extends LocalConstraint implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_uniqueboolean _unique 
 
- 
 
- 
Class org.apache.openjpa.jdbc.schema.LazySchemaFactoryclass LazySchemaFactory extends SchemaGroup implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_fksboolean _fks 
- 
_indexesboolean _indexes 
- 
_pksboolean _pks 
 
- 
 
- 
Class org.apache.openjpa.jdbc.schema.LocalConstraintclass LocalConstraint extends Constraint implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.jdbc.schema.NameSetclass NameSet extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_namesSet<DBIdentifier> _names 
 
- 
 
- 
Class org.apache.openjpa.jdbc.schema.PrimaryKeyclass PrimaryKey extends LocalConstraint implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_logicalboolean _logical 
 
- 
 
- 
Class org.apache.openjpa.jdbc.schema.Schemaclass Schema extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_groupSchemaGroup _group 
- 
_nameDBIdentifier _name 
- 
_seqMapMap<DBIdentifier, Sequence> _seqMap 
- 
_seqsSequence[] _seqs 
- 
_tableMapMap<DBIdentifier, Table> _tableMap 
- 
_tablesTable[] _tables 
 
- 
 
- 
Class org.apache.openjpa.jdbc.schema.SchemaGenerator.Eventclass Event extends EventObject implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_totalint _total 
 
- 
 
- 
Class org.apache.openjpa.jdbc.schema.SchemaGroupclass SchemaGroup extends NameSet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_schemaMapMap<DBIdentifier, Schema> _schemaMap 
- 
_schemasSchema[] _schemas 
 
- 
 
- 
Class org.apache.openjpa.jdbc.schema.Sequenceclass Sequence extends org.apache.openjpa.jdbc.schema.ReferenceCounter implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_cacheint _cache 
- 
_colNumint _colNum 
- 
_fullPathQualifiedDBIdentifier _fullPath 
- 
_incrementint _increment 
- 
_initialint _initial 
- 
_lineNumint _lineNum 
- 
_nameDBIdentifier _name 
- 
_schemaSchema _schema 
- 
_schemaNameDBIdentifier _schemaName 
- 
_sourceFile _source 
- 
_srcTypeint _srcType 
 
- 
 
- 
Class org.apache.openjpa.jdbc.schema.Tableclass Table extends NameSet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_autoAssignColumn[] _autoAssign 
- 
_colMapMap<DBIdentifier, Column> _colMap 
- 
_colNumint _colNum 
- 
_colsColumn[] _cols 
- 
_commentString _comment 
- 
_fkListCollection<ForeignKey> _fkList 
- 
_fksForeignKey[] _fks 
- 
_fullPathQualifiedDBIdentifier _fullPath 
- 
_idxMapMap<DBIdentifier, Index> _idxMap 
- 
_idxsIndex[] _idxs 
- 
_isAssociationboolean _isAssociation 
- 
_lineNumint _lineNum 
- 
_nameDBIdentifier _name 
- 
_pkPrimaryKey _pk 
- 
_relsColumn[] _rels 
- 
_schemaSchema _schema 
- 
_schemaNameDBIdentifier _schemaName 
- 
_sourceFile _source 
- 
_srcTypeint _srcType 
- 
_unqListCollection<Unique> _unqList 
- 
_unqsUnique[] _unqs 
 
- 
 
- 
Class org.apache.openjpa.jdbc.schema.Uniqueclass Unique extends LocalConstraint implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.openjpa.jdbc.sql- 
Class org.apache.openjpa.jdbc.sql.SQLBufferclass SQLBuffer extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_colsList _cols 
- 
_dictDBDictionary _dict 
- 
_paramsList _params 
- 
_sqlStringBuilder _sql 
- 
_subselsList _subsels 
- 
_userIndexList _userIndex 
- 
_userParamsList _userParams 
 
- 
 
 
- 
- 
Package org.apache.openjpa.kernel- 
Class org.apache.openjpa.kernel.AbstractBrokerFactoryclass AbstractBrokerFactory extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readResolveReplaces the factory with this JVMs pooled version if it exists. Also freezes the factory.- Throws:
- ObjectStreamException
 
 
- 
- 
Serialized Fields- 
_confOpenJPAConfiguration _conf 
- 
_lockReentrantLock _lock 
- 
_poolKeyObject _poolKey 
- 
_userObjectsMap<Object, Object> _userObjects 
 
- 
 
- 
Class org.apache.openjpa.kernel.AbstractPCDataclass AbstractPCData extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.kernel.AbstractStoreQueryclass AbstractStoreQuery extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
ctxQueryContext ctx 
 
- 
 
- 
Class org.apache.openjpa.kernel.BrokerImplclass BrokerImpl extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- ClassNotFoundException
- IOException
 
- 
writeObject- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
_allowReferenceToSiblingContextboolean _allowReferenceToSiblingContext 
- 
_autoClearint _autoClear 
- 
_autoDetachint _autoDetach 
- 
_cacheorg.apache.openjpa.kernel.ManagedCache _cache 
- 
_cacheFinderQueryboolean _cacheFinderQuery 
- 
_cachePreparedQueryboolean _cachePreparedQuery 
- 
_connectionFactory2NameString _connectionFactory2Name 
- 
_connectionFactoryNameString _connectionFactoryName 
- 
_connRetainModeint _connRetainMode 
- 
_deletedClssSet<Class<?>> _deletedClss 
- 
_derefAdditionsSet<StateManagerImpl> _derefAdditions 
- 
_derefCacheSet<StateManagerImpl> _derefCache 
- 
_detachedNewboolean _detachedNew 
- 
_detachStateint _detachState 
- 
_evictDataCacheboolean _evictDataCache 
- 
_fcFetchConfiguration _fc 
- 
_fcsLinkedList<FetchConfiguration> _fcs 
- 
_flagsint _flags 
- 
_ignoreChangesboolean _ignoreChanges 
- 
_largeTransactionboolean _largeTransaction 
- 
_lifeCallbackModeint _lifeCallbackMode 
- 
_lifeEventManagerLifecycleEventManager _lifeEventManager 
- 
_managedboolean _managed 
- 
_multithreadedboolean _multithreaded 
- 
_nontransReadboolean _nontransRead 
- 
_nontransWriteboolean _nontransWrite 
- 
_optimisticboolean _optimistic 
- 
_orderDirtyboolean _orderDirty 
- 
_passString _pass 
- 
_pendingSet<StateManagerImpl> _pending 
- 
_persistedClssSet<Class<?>> _persistedClss 
- 
_populateDataCacheboolean _populateDataCache 
- 
_postLoadOnMergeboolean _postLoadOnMerge 
- 
_printParametersboolean _printParameters 
- 
_restoreStateint _restoreState 
- 
_retainStateboolean _retainState 
- 
_savepointCacheSet<StateManagerImpl> _savepointCache 
- 
_savepointsLinkedMap _savepoints 
- 
_suppressBatchOLELoggingboolean _suppressBatchOLELogging 
- 
_syncjakarta.transaction.Synchronization _sync 
- 
_syncManagedboolean _syncManaged 
- 
_transAdditionsSet<StateManagerImpl> _transAdditions 
- 
_transCacheorg.apache.openjpa.kernel.BrokerImpl.TransactionalCache _transCache 
- 
_transCallbackModeint _transCallbackMode 
- 
_transEventManagerTransactionEventManager _transEventManager 
- 
_updatedClssSet<Class<?>> _updatedClss 
- 
_userString _user 
- 
_userObjectsMap<Object, Object> _userObjects 
- 
findAllDepthint findAllDepth 
 
- 
 
- 
Class org.apache.openjpa.kernel.BrokerImpl.StateManagerIdclass StateManagerId extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_bhashint _bhash 
- 
_idlong _id 
 
- 
 
- 
Class org.apache.openjpa.kernel.DelegatingBrokerFactoryclass DelegatingBrokerFactory extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_delDelegatingBrokerFactory _del 
- 
_factoryBrokerFactory _factory 
- 
_transRuntimeExceptionTranslator _trans 
 
- 
 
- 
Class org.apache.openjpa.kernel.DelegatingFetchConfigurationclass DelegatingFetchConfiguration extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_delDelegatingFetchConfiguration _del 
- 
_fetchFetchConfiguration _fetch 
- 
_transRuntimeExceptionTranslator _trans 
 
- 
 
- 
Class org.apache.openjpa.kernel.DelegatingQueryclass DelegatingQuery extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_delDelegatingQuery _del 
- 
_queryQuery _query 
 
- 
 
- 
Class org.apache.openjpa.kernel.DelegatingResultListclass DelegatingResultList extends Object implements Serializable- 
Serialization Methods- 
writeReplaceWrites delegate, which may in turn write a normal list.- Throws:
- ObjectStreamException
 
 
- 
- 
Serialized Fields- 
_delResultList<T> _del 
- 
_transRuntimeExceptionTranslator _trans 
 
- 
 
- 
- 
Class org.apache.openjpa.kernel.DetachedStateManagerclass DetachedStateManager extends org.apache.openjpa.kernel.AttachStrategy implements Serializable- serialVersionUID:
- 4112223665584731100L
 - 
Serialized Fields- 
_accessboolean _access 
- 
_dirtyBitSet _dirty 
- 
_embeddedboolean _embedded 
- 
_loadedBitSet _loaded 
- 
_lockReentrantLock _lock 
- 
_oidObject _oid 
- 
_pcPersistenceCapable _pc 
- 
_useDSFForUnproxyboolean _useDSFForUnproxy 
- 
_versionObject _version 
 
- 
 
- 
Class org.apache.openjpa.kernel.DistinctResultListclass DistinctResultList extends Object implements Serializable- serialVersionUID:
- -6140119764940777922L
 - 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
- 
Serialized Fields- 
_delArrayList<E> _del 
- 
_transRuntimeExceptionTranslator _trans 
 
- 
 
- 
Class org.apache.openjpa.kernel.ExpressionStoreQueryclass ExpressionStoreQuery extends AbstractStoreQuery implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_parserExpressionParser _parser 
 
- 
 
- 
Class org.apache.openjpa.kernel.ExpressionStoreQuery.DataStoreExecutorclass DataStoreExecutor extends ExpressionStoreQuery.AbstractExpressionExecutor implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_expsQueryExpressions[] _exps 
- 
_factsExpressionFactory[] _facts 
- 
_inMemOrderingValue[] _inMemOrdering 
- 
_metaClassMetaData _meta 
- 
_metasClassMetaData[] _metas 
- 
_parserExpressionParser _parser 
- 
_projTypesClass[] _projTypes 
- 
_subsboolean _subs 
 
- 
 
- 
Class org.apache.openjpa.kernel.ExpressionStoreQuery.InMemoryExecutorclass InMemoryExecutor extends ExpressionStoreQuery.AbstractExpressionExecutor implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_expsQueryExpressions[] _exps 
- 
_factoryInMemoryExpressionFactory _factory 
- 
_metaClassMetaData _meta 
- 
_projTypesClass[] _projTypes 
- 
_subsboolean _subs 
 
- 
 
- 
Class org.apache.openjpa.kernel.FetchConfigurationImplclass FetchConfigurationImpl extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_availableDepthint _availableDepth 
- 
_availableRecursionint _availableRecursion 
- 
_directRelationOwnerString _directRelationOwner 
- 
_fromFieldString _fromField 
- 
_fromTypeClass<?> _fromType 
- 
_loadboolean _load 
- 
_parentFetchConfigurationImpl _parent 
- 
_stateFetchConfigurationImpl.ConfigurationState _state 
 
- 
 
- 
Class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationStateclass ConfigurationState extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
cacheNonDefaultFetchPlanQueriesboolean cacheNonDefaultFetchPlanQueries 
- 
cacheRetrieveModeDataCacheRetrieveMode cacheRetrieveMode 
- 
cacheStoreModeDataCacheStoreMode cacheStoreMode 
- 
extendedPathLookupboolean extendedPathLookup 
- 
fetchBatchSizeint fetchBatchSize 
- 
fetchGroupContainsAllboolean fetchGroupContainsAll 
- 
fetchGroupContainsDefaultboolean fetchGroupContainsDefault 
- 
fetchGroupIsPUDefaultboolean fetchGroupIsPUDefault 
- 
fetchGroupsSet<String> fetchGroups 
- 
fieldsSet<String> fields 
- 
flushQueryint flushQuery 
- 
hintsMap<String, Object> hints 
- 
lockScopeint lockScope 
- 
lockTimeoutint lockTimeout 
- 
maxFetchDepthint maxFetchDepth 
- 
queryCacheboolean queryCache 
- 
queryTimeoutint queryTimeout 
- 
readLockLevelint readLockLevel 
- 
rootClassesSet<Class<?>> rootClasses 
- 
rootInstancesSet<Object> rootInstances 
- 
writeLockLevelint writeLockLevel 
 
- 
 
- 
Class org.apache.openjpa.kernel.FinalizingBrokerImplclass FinalizingBrokerImpl extends BrokerImpl implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.kernel.MethodStoreQueryclass MethodStoreQuery extends AbstractStoreQuery implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_paramsOrderedMap<Object, Class<?>> _params 
 
- 
 
- 
Class org.apache.openjpa.kernel.OpenJPASavepointclass OpenJPASavepoint extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_brokerBroker _broker 
- 
_copyboolean _copy 
- 
_nameString _name 
- 
_savedMap<StateManagerImpl, org.apache.openjpa.kernel.SavepointFieldManager> _saved 
 
- 
 
- 
Class org.apache.openjpa.kernel.PCDataImplclass PCDataImpl extends AbstractPCData implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.kernel.PCStateclass PCState extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readResolve- Throws:
- ObjectStreamException
 
 
- 
 
- 
Class org.apache.openjpa.kernel.PNonTransDeletedStateclass PNonTransDeletedState extends PCState implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.kernel.QueryImplclass QueryImpl extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_aggListenersMap<String, AggregateListener> _aggListeners 
- 
_classClass<?> _class 
- 
_fcFetchConfiguration _fc 
- 
_filtListenersMap<String, FilterListener> _filtListeners 
- 
_ignoreChangesboolean _ignoreChanges 
- 
_languageString _language 
- 
_lockReentrantLock _lock 
- 
_paramsString _params 
- 
_printParametersboolean _printParameters 
- 
_queryString _query 
- 
_readOnlyboolean _readOnly 
- 
_resultClassClass<?> _resultClass 
- 
_resultMappingNameString _resultMappingName 
- 
_resultMappingScopeClass<?> _resultMappingScope 
- 
_storeQueryStoreQuery _storeQuery 
- 
_subclassesboolean _subclasses 
- 
_uniqueBoolean _unique 
 
- 
 
- 
Class org.apache.openjpa.kernel.QueryImpl.Compilationclass Compilation extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
datastoreStoreQuery.Executor datastore 
- 
memoryStoreQuery.Executor memory 
- 
storeDataObject storeData 
 
- 
 
- 
Class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultListclass RemoveOnCloseResultList extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
writeReplace
 
- 
- 
Serialized Fields- 
_resResultList _res 
 
- 
 
- 
Class org.apache.openjpa.kernel.QueryStatistics.Defaultclass Default extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.kernel.QueryStatistics.Noneclass None extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.kernel.ResultShapeclass ResultShape extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
aliasString alias 
- 
childrenList<ResultShape<?>> children 
- 
clsClass<T> cls 
- 
isNestingboolean isNesting 
- 
isPrimitiveboolean isPrimitive 
- 
parentsSet<ResultShape<?>> parents 
- 
strategyFillStrategy<T> strategy 
 
- 
 
- 
Class org.apache.openjpa.kernel.SaveFieldManagerclass SaveFieldManager extends org.apache.openjpa.kernel.ClearFieldManager implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
_copyFieldint[] _copyField 
- 
_fieldObject _field 
- 
_savedBitSet _saved 
- 
_smStateManagerImpl _sm 
- 
_unloadedBitSet _unloaded 
 
- 
 
- 
Class org.apache.openjpa.kernel.StateManagerImplclass StateManagerImpl extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
_datePrecisionint _datePrecision 
- 
_delayedBitSet _delayed 
- 
_dirtyBitSet _dirty 
- 
_fieldImplObject[] _fieldImpl 
- 
_flagsint _flags 
- 
_flushBitSet _flush 
- 
_fmFieldManager _fm 
- 
_idObject _id 
- 
_implObject _impl 
- 
_loadedBitSet _loaded 
- 
_loadVersionObject _loadVersion 
- 
_lockObject _lock 
- 
_mappedByIdFieldsList<FieldMetaData> _mappedByIdFields 
- 
_oidObject _oid 
- 
_ownerStateManagerImpl _owner 
- 
_ownerIdObject _ownerId 
- 
_ownerIndexint _ownerIndex 
- 
_readLockLevelint _readLockLevel 
- 
_savedSaveFieldManager _saved 
- 
_singleorg.apache.openjpa.kernel.SingleFieldManager _single 
- 
_statePCState _state 
- 
_versionObject _version 
- 
_writeLockLevelint _writeLockLevel 
- 
postLoadCallbackboolean postLoadCallback set to falseto prevent the postLoad method from sending lifecycle callback events.Callbacks are enabled by default</> 
 
- 
 
 
- 
- 
Package org.apache.openjpa.kernel.exps- 
Class org.apache.openjpa.kernel.exps.CandidatePathclass CandidatePath extends Val implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_actionsLinkedList _actions 
- 
_correlationVarString _correlationVar 
 
- 
 
- 
Class org.apache.openjpa.kernel.exps.Coalesceclass Coalesce extends Val implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_valVal[] _val 
 
- 
 
- 
Class org.apache.openjpa.kernel.exps.Contextclass Context extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
aliasCountint aliasCount 
- 
cloneFromContext cloneFrom 
- 
fromExpression from 
- 
metaClassMetaData meta 
- 
parentContext parent 
- 
parsedJPQLExpressionBuilder.ParsedJPQL parsed 
- 
schemaAliasString schemaAlias 
- 
schemasMap<String, ClassMetaData> schemas 
- 
selectObject select 
- 
subquerySubquery subquery 
- 
subselsList<Context> subsels 
- 
variablesMap<String, Value> variables 
 
- 
 
- 
Class org.apache.openjpa.kernel.exps.Expclass Exp extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.kernel.exps.NullIfclass NullIf extends Val implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.kernel.exps.QueryExpressionsclass QueryExpressions extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_aggregateBoolean _aggregate 
- 
_contextsStack<Context> _contexts 
- 
accessPathClassMetaData[] accessPath 
- 
aliasString alias 
- 
ascendingboolean[] ascending 
- 
distinctint distinct 
- 
fetchInnerPathsString[] fetchInnerPaths 
- 
fetchPathsString[] fetchPaths 
- 
filterExpression filter 
- 
groupingValue[] grouping 
- 
groupingClausesString[] groupingClauses 
- 
hasInExpressionboolean hasInExpression 
- 
havingExpression having 
- 
operationint operation 
- 
orderingValue[] ordering 
- 
orderingAliasesString[] orderingAliases 
- 
orderingClausesString[] orderingClauses 
- 
parameterTypesOrderedMap<Object, Class<?>> parameterTypes 
- 
projectionAliasesString[] projectionAliases 
- 
projectionClausesString[] projectionClauses 
- 
projectionsValue[] projections 
- 
rangeValue[] range 
- 
resultClassClass<?> resultClass 
- 
shapeResultShape<?> shape 
- 
stateObject state 
- 
updatesMap<Path, Value> updates Map ofFieldMetaData,Valuefor update statements.
 
- 
 
- 
Class org.apache.openjpa.kernel.exps.SimpleCaseclass SimpleCase extends Val implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.kernel.exps.StringContainsclass StringContains extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.kernel.exps.Valclass Val extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_aliasString _alias 
- 
_metaClassMetaData _meta 
 
- 
 
- 
Class org.apache.openjpa.kernel.exps.WhenConditionclass WhenCondition extends Exp implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.kernel.exps.WhenScalarclass WhenScalar extends Exp implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.kernel.exps.WildcardMatchclass WildcardMatch extends Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.openjpa.kernel.jpql- 
Class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNodeclass JPQLNode extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
childrenJPQLExpressionBuilder.JPQLNode[] children 
- 
idint id 
- 
inEnumPathboolean inEnumPath 
- 
notboolean not 
- 
parentJPQLExpressionBuilder.JPQLNode parent 
- 
parserJPQL parser 
- 
textString text 
 
- 
 
- 
Class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.ParsedJPQLclass ParsedJPQL extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.kernel.jpql.JPQLParserclass JPQLParser extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.openjpa.kernel.jpql.ParseExceptionclass ParseException extends UserException implements Serializable
- 
Class org.apache.openjpa.kernel.jpql.SimpleNodeclass SimpleNode extends JPQLExpressionBuilder.JPQLNode implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.kernel.jpql.Tokenclass Token extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
beginColumnint beginColumn The column number of the first character of this Token.
- 
beginLineint beginLine The line number of the first character of this Token.
- 
endColumnint endColumn The column number of the last character of this Token.
- 
endLineint endLine The line number of the last character of this Token.
- 
imageString image The string image of the token.
- 
kindint kind An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.
- 
nextToken next A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.
- 
specialTokenToken specialToken This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
 
- 
 
- 
Error org.apache.openjpa.kernel.jpql.TokenMgrErrorclass TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
errorCodeint errorCode Indicates the reason why the exception is thrown. It will have one of the above 4 values.
 
- 
 
 
- 
- 
Package org.apache.openjpa.lib.conf- 
Exception org.apache.openjpa.lib.conf.BootstrapExceptionclass BootstrapException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_fatalboolean _fatal 
 
- 
 
- 
Class org.apache.openjpa.lib.conf.ConfigurationImplclass ConfigurationImpl extends Object implements Externalizable- 
Serialization Methods- 
readExternalImplementation of theExternalizableinterface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput).- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternalImplementation of theExternalizableinterface to write the properties returned byConfigurationImpl.toProperties(boolean).- Throws:
- IOException
 
 
- 
 
- 
 
- 
- 
Package org.apache.openjpa.lib.identifier- 
Class org.apache.openjpa.lib.identifier.IdentifierImplclass IdentifierImpl extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_nameString _name 
- 
nameDelimitedboolean nameDelimited 
 
- 
 
 
- 
- 
Package org.apache.openjpa.lib.jdbc- 
Class org.apache.openjpa.lib.jdbc.JDBCEventclass JDBCEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.lib.jdbc.JDBCEventConnectionDecoratorclass JDBCEventConnectionDecorator extends AbstractConcurrentEventManager implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.openjpa.lib.jdbc.ReportingSQLExceptionclass ReportingSQLException extends SQLException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_sqlString _sql 
- 
_sqleSQLException _sqle 
- 
indexOfFirstFailedObjectint indexOfFirstFailedObject 
 
- 
 
 
- 
- 
Package org.apache.openjpa.lib.rop- 
Class org.apache.openjpa.lib.rop.AbstractNonSequentialResultListclass AbstractNonSequentialResultList extends AbstractResultList implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.lib.rop.AbstractResultListclass AbstractResultList extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.lib.rop.AbstractSequentialResultListclass AbstractSequentialResultList extends AbstractResultList implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.lib.rop.EagerResultListclass EagerResultList extends ListResultList implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.lib.rop.LazyForwardResultListclass LazyForwardResultList extends AbstractSequentialResultList implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
- 
Serialized Fields- 
_listList _list 
- 
_ropResultObjectProvider _rop 
- 
_sizeint _size 
- 
_stateint _state 
 
- 
 
- 
- 
Class org.apache.openjpa.lib.rop.ListResultListclass ListResultList extends AbstractResultList implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
writeReplace
 
- 
- 
Serialized Fields- 
_closedboolean _closed 
- 
_listList _list 
 
- 
 
- 
Class org.apache.openjpa.lib.rop.RandomAccessResultListclass RandomAccessResultList extends AbstractNonSequentialResultList implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
- 
Serialized Fields- 
_fullObject[] _full 
- 
_requestslong _requests 
- 
_ropResultObjectProvider _rop 
- 
_rowsMap _rows 
- 
_sizeint _size 
- 
_stateint _state 
 
- 
 
- 
- 
Class org.apache.openjpa.lib.rop.SimpleResultListclass SimpleResultList extends AbstractNonSequentialResultList implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
- 
Serialized Fields- 
_closedboolean _closed 
- 
_sizeint _size 
 
- 
 
- 
- 
Class org.apache.openjpa.lib.rop.SoftRandomAccessResultListclass SoftRandomAccessResultList extends RandomAccessResultList implements Serializable
- 
Class org.apache.openjpa.lib.rop.WindowResultListclass WindowResultList extends AbstractNonSequentialResultList implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
- 
Serialized Fields- 
_posint _pos 
- 
_randomboolean _random 
- 
_ropResultObjectProvider _rop 
- 
_sizeint _size 
- 
_stateint _state 
- 
_windowObject[] _window 
 
- 
 
- 
 
- 
- 
Package org.apache.openjpa.lib.util- 
Class org.apache.openjpa.lib.util.FormatPreservingPropertiesclass FormatPreservingProperties extends Properties implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
addWhitespaceAfterDelimiterboolean addWhitespaceAfterDelimiter 
- 
allowDuplicatesboolean allowDuplicates 
- 
defaultEntryDelimiterchar defaultEntryDelimiter 
- 
insertTimestampboolean insertTimestamp 
- 
modifiedKeysHashSet modifiedKeys 
- 
newKeysLinkedHashSet newKeys 
- 
sourceorg.apache.openjpa.lib.util.FormatPreservingProperties.PropertySource source 
 
- 
 
- 
Exception org.apache.openjpa.lib.util.FormatPreservingProperties.DuplicateKeyExceptionclass DuplicateKeyException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.lib.util.LRUMapclass LRUMap extends LRUMap implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_maxint _max 
 
- 
 
- 
Class org.apache.openjpa.lib.util.Optionsclass Options extends TypedProperties implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.lib.util.OrderedMapclass OrderedMap extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_delLinkedHashMap<K, V> _del 
 
- 
 
- 
Exception org.apache.openjpa.lib.util.ParseExceptionclass ParseException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.lib.util.ReferenceHashMapclass ReferenceHashMap extends ReferenceMap implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_maxSizeint _maxSize 
 
- 
 
- 
Class org.apache.openjpa.lib.util.ReferenceHashSetclass ReferenceHashSet extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_setSet _set 
 
- 
 
- 
Class org.apache.openjpa.lib.util.TypedPropertiesclass TypedProperties extends Properties implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.openjpa.lib.util.collections- 
Class org.apache.openjpa.lib.util.collections.AbstractCollectionDecoratorclass AbstractCollectionDecorator extends Object implements Serializable- serialVersionUID:
- 6249888059822088500L
 - 
Serialized Fields- 
collectionCollection<E> collection The collection being decorated
 
- 
 
- 
Class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.EntrySet- serialVersionUID:
- 4040410962603292348L
 
- 
Class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.KeySet- serialVersionUID:
- -7107935777385040694L
 
- 
Class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.Values- serialVersionUID:
- 4023777119829639864L
 
- 
Class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View- serialVersionUID:
- 4621510560119690639L
 - 
Serialized Fields- 
parentAbstractDualBidiMap<K, V> parent The parent map
 
- 
 
- 
Class org.apache.openjpa.lib.util.collections.AbstractListDecorator- serialVersionUID:
- 4500739654952315623L
 
- 
Class org.apache.openjpa.lib.util.collections.AbstractSerializableListDecorator- serialVersionUID:
- 2684959196747496299L
 - 
Serialization Methods- 
readObjectRead the list in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream can not be loaded
 
- 
writeObjectWrite the list out using a custom routine.- Parameters:
- out- the output stream
- Throws:
- IOException- if an error occurs while writing to the stream
 
 
- 
 
- 
Class org.apache.openjpa.lib.util.collections.AbstractSerializableSetDecorator- serialVersionUID:
- 1229469966212206107L
 - 
Serialization Methods- 
readObjectRead the set in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream can not be loaded
 
- 
writeObjectWrite the set out using a custom routine.- Parameters:
- out- the output stream
- Throws:
- IOException- if an error occurs while writing to the stream
 
 
- 
 
- 
Class org.apache.openjpa.lib.util.collections.AbstractSetDecorator- serialVersionUID:
- -4678668309576958546L
 
- 
Class org.apache.openjpa.lib.util.collections.ComparableComparatorclass ComparableComparator extends Object implements Serializable- serialVersionUID:
- -291439688585137865L
 
- 
Class org.apache.openjpa.lib.util.collections.ComparatorChainclass ComparatorChain extends Object implements Serializable- serialVersionUID:
- -721644942746081630L
 - 
Serialized Fields- 
comparatorChainList<Comparator<E>> comparatorChain The list of comparators in the chain.
- 
isLockedboolean isLocked Whether the chain has been "locked".
- 
orderingBitsBitSet orderingBits Order - false (clear) = ascend; true (set) = descend.
 
- 
 
- 
Class org.apache.openjpa.lib.util.collections.DualHashBidiMap- serialVersionUID:
- 721969328361808L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
Class org.apache.openjpa.lib.util.collections.DualTreeBidiMap- serialVersionUID:
- 721969328361809L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
comparatorComparator<? super K> comparator The key comparator to use
- 
valueComparatorComparator<? super V> valueComparator The value comparator to use
 
- 
 
- 
Class org.apache.openjpa.lib.util.collections.LinkedMap- serialVersionUID:
- 9077234323521161066L
 - 
Serialization Methods- 
readObjectRead the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream can not be loaded
 
- 
writeObjectWrite the map out using a custom routine.- Parameters:
- out- the output stream
- Throws:
- IOException- if an error occurs while writing to the stream
 
 
- 
 
- 
Class org.apache.openjpa.lib.util.collections.LRUMap- serialVersionUID:
- -612114643488955218L
 - 
Serialization Methods- 
readObjectRead the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream can not be loaded
 
- 
writeObjectWrite the map out using a custom routine.- Parameters:
- out- the output stream
- Throws:
- IOException- if an error occurs while writing to the stream
 
 
- 
- 
Serialized Fields- 
scanUntilRemovableboolean scanUntilRemovable Scan behaviour
 
- 
 
- 
Class org.apache.openjpa.lib.util.collections.MapBackedSetclass MapBackedSet extends Object implements Serializable- serialVersionUID:
- 6723912213766056587L
 
- 
Class org.apache.openjpa.lib.util.collections.ReferenceIdentityMap- serialVersionUID:
- -1266190134568365852L
 - 
Serialization Methods- 
readObjectRead the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream can not be loaded
 
- 
writeObjectWrite the map out using a custom routine.- Parameters:
- out- the output stream
- Throws:
- IOException- if an error occurs while writing to the stream
 
 
- 
 
- 
Class org.apache.openjpa.lib.util.collections.ReferenceMap- serialVersionUID:
- 1555089888138299607L
 - 
Serialization Methods- 
readObjectRead the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream can not be loaded
 
- 
writeObjectWrite the map out using a custom routine.- Parameters:
- out- the output stream
- Throws:
- IOException- if an error occurs while writing to the stream
 
 
- 
 
- 
Class org.apache.openjpa.lib.util.collections.TreeBidiMapclass TreeBidiMap extends Object implements Serializable- serialVersionUID:
- 721969328361807L
 - 
Serialization Methods- 
readObjectReads the content of the stream.- Parameters:
- stream- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream can not be loaded
 
- 
writeObjectWrites the content to the stream for serialization.- Parameters:
- stream- the output stream
- Throws:
- IOException- if an error occurs while writing to the stream
 
 
- 
 
- 
Class org.apache.openjpa.lib.util.collections.UnmodifiableCollection- serialVersionUID:
- -239892006883819945L
 
- 
Class org.apache.openjpa.lib.util.collections.UnmodifiableEntrySet- serialVersionUID:
- 1678353579659253473L
 
- 
Class org.apache.openjpa.lib.util.collections.UnmodifiableList- serialVersionUID:
- 6595182819922443652L
 
- 
Class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMap- serialVersionUID:
- 8136428161720526266L
 - 
Serialization Methods- 
readObjectRead the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream can not be loaded
- Since:
- 3.1
 
- 
writeObjectWrite the map out using a custom routine.- Parameters:
- out- the output stream
- Throws:
- IOException- if an error occurs while writing to the stream
- Since:
- 3.1
 
 
- 
 
- 
Class org.apache.openjpa.lib.util.collections.UnmodifiableSet- serialVersionUID:
- 6499119872185240161L
 
 
- 
- 
Package org.apache.openjpa.lib.util.concurrent- 
Class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManagerclass AbstractConcurrentEventManager extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_failFastboolean _failFast 
- 
_listenersCollection _listeners 
 
- 
 
- 
Class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMapclass ConcurrentHashMap extends AbstractMap implements Serializable- serialVersionUID:
- -6452706556724125778L
 - 
Serialization Methods- 
readObjectReconstitute the ConcurrentHashMap instance from a stream(i.e., deserialize it).- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObjectSave the state of the ConcurrentHashMap instance to a stream (i.e., serialize it).- Serial Data:
- The capacity of the ConcurrentHashMap(the length of the bucket array) is emitted(int), followed by the size of the ConcurrentHashMap(the number of key-value mappings), followed by the key (Object) and value(Object) for each key-value mapping represented by the ConcurrentHashMap The key-value mappings are emitted in the order that they are returned by entrySet().iterator().
- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
loadFactorfloat loadFactor The load factor for the hash table.
- 
maxSizeint maxSize Maximum entries.
- 
randomEntryint randomEntry Spread "random" removes and iteration.
- 
thresholdint threshold The next size value at which to resize(capacity * load factor).
 
- 
 
- 
Class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSetclass ConcurrentReferenceHashSet extends Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.openjpa.meta- 
Class org.apache.openjpa.meta.ClassMetaDataclass ClassMetaData extends Extensions implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_abstractboolean _abstract 
- 
_accessTypeint _accessType 
- 
_aliasString _alias 
- 
_allDFGFieldsFieldMetaData[] _allDFGFields 
- 
_allFieldsFieldMetaData[] _allFields 
- 
_allListingFieldsFieldMetaData[] _allListingFields 
- 
_allLrsFieldsFieldMetaData[] _allLrsFields 
- 
_allPKFieldsFieldMetaData[] _allPKFields 
- 
_allProxyFieldsFieldMetaData[] _allProxyFields 
- 
_cacheEnabledBoolean _cacheEnabled 
- 
_cacheNameString _cacheName 
- 
_cacheTimeoutint _cacheTimeout 
- 
_colNumint _colNum 
- 
_commentsString[] _comments 
- 
_customFGsFetchGroup[] _customFGs 
- 
_dataCacheEnabledboolean _dataCacheEnabled 
- 
_definedFieldsFieldMetaData[] _definedFields 
- 
_defSupFieldsboolean _defSupFields 
- 
_detachableBoolean _detachable 
- 
_detachStateString _detachState 
- 
_embeddableboolean _embeddable 
- 
_embeddedBoolean _embedded 
- 
_extentBoolean _extent 
- 
_fgMapMap<String, FetchGroup> _fgMap 
- 
_fgsFetchGroup[] _fgs 
- 
_fieldDataTableint[] _fieldDataTable 
- 
_fieldMapMap<String, FieldMetaData> _fieldMap 
- 
_fieldsFieldMetaData[] _fields 
- 
_hasAbstractPKFieldBoolean _hasAbstractPKField 
- 
_hashCodeint _hashCode 
- 
_hasPKFieldsFromAbstractClassBoolean _hasPKFieldsFromAbstractClass 
- 
_idClassClass<?> _idClass 
- 
_identityInteger _identity 
- 
_idStrategyint _idStrategy 
- 
_ifaceMapMap<Class<?>, Map<String, String>> _ifaceMap 
- 
_implClass<?> _impl 
- 
_interceptingboolean _intercepting 
- 
_interfaceBoolean _interface 
- 
_interfacesList<Class<?>> _interfaces 
- 
_lifeMetaLifecycleMetaData _lifeMeta 
- 
_lineNumint _lineNum 
- 
_listIndexint _listIndex 
- 
_listingFieldsFieldMetaData[] _listingFields 
- 
_mappedByIdFieldsList<FieldMetaData> _mappedByIdFields 
- 
_mappedByIdFieldsSetboolean _mappedByIdFieldsSet 
- 
_mapSubMetasClassMetaData[] _mapSubMetas 
- 
_objectIdClass<?> _objectId 
- 
_objectIdSharedBoolean _objectIdShared 
- 
_openjpaIdBoolean _openjpaId 
- 
_ownerValueMetaData _owner 
- 
_pkAndNonPersistentManagedFmdIndexesint[] _pkAndNonPersistentManagedFmdIndexes 
- 
_reposMetaDataRepository _repos 
- 
_resModeint _resMode 
- 
_seqMetaSequenceMetaData _seqMeta 
- 
_seqNameString _seqName 
- 
_srcFileFile _srcFile 
- 
_srcModeint _srcMode 
- 
_srcNameString _srcName 
- 
_srcTypeint _srcType 
- 
_staticFieldsCollection<String> _staticFields 
- 
_subMetasClassMetaData[] _subMetas 
- 
_subsClass<?>[] _subs 
- 
_superClass<?> _super 
- 
_superMetaClassMetaData _superMeta 
- 
_supFieldMapMap<String, FieldMetaData> _supFieldMap 
- 
_typeClass<?> _type 
- 
_typeStringString _typeString 
- 
_unmgdFieldsFieldMetaData[] _unmgdFields 
- 
_useIdClassFromParentBoolean _useIdClassFromParent 
- 
_useSchemaElementboolean _useSchemaElement 
- 
_versionIdxint _versionIdx 
- 
inverseManagedFieldsBoolean inverseManagedFields 
 
- 
 
- 
Class org.apache.openjpa.meta.Extensionsclass Extensions extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.meta.FetchGroupclass FetchGroup extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_containedBySet<String> _containedBy 
- 
_depthsMap<FieldMetaData, Number> _depths 
- 
_includesList<String> _includes 
- 
_metaClassMetaData _meta 
- 
_nameString _name 
- 
_postLoadBoolean _postLoad 
- 
_readOnlyboolean _readOnly 
 
- 
 
- 
Class org.apache.openjpa.meta.FieldMetaDataclass FieldMetaData extends Extensions implements Serializable- serialVersionUID:
- -566180883009883198L
 - 
Serialized Fields- 
_accessint _access 
- 
_associationTypeint _associationType 
- 
_backingMemberFieldMetaData.MemberProvider _backingMember 
- 
_commentsString[] _comments 
- 
_converterClass _converter 
- 
_decClass<?> _dec 
- 
_decIndexint _decIndex 
- 
_decMetaClassMetaData _decMeta 
- 
_delayCapableBoolean _delayCapable 
- 
_dfgint _dfg 
- 
_elemValueMetaData _elem 
- 
_embedFullNameString _embedFullName 
- 
_enumFieldBoolean _enumField 
- 
_explicitboolean _explicit 
- 
_extNameString _extName 
- 
_extStringString _extString 
- 
_extValuesMap _extValues 
- 
_factNameString _factName 
- 
_fgsString[] _fgs 
- 
_fgSetSet<String> _fgSet 
- 
_fieldValuesMap _fieldValues 
- 
_fullNameString _fullName 
- 
_generatedboolean _generated 
- 
_implDataBoolean _implData 
- 
_indexint _index 
- 
_initializerObject _initializer 
- 
_intermediateboolean _intermediate 
- 
_inverseString _inverse 
- 
_inversesFieldMetaData[] _inverses 
- 
_isElementCollectionboolean _isElementCollection 
- 
_keyValueMetaData _key 
- 
_lfgString _lfg 
- 
_listIndexint _listIndex 
- 
_lobFieldBoolean _lobField 
- 
_lrsBoolean _lrs 
- 
_manageint _manage 
- 
_mappedByString _mappedBy 
- 
_mappedByIdValueString _mappedByIdValue 
- 
_mappedByMetaFieldMetaData _mappedByMeta 
- 
_nameString _name 
- 
_nullValueint _nullValue 
- 
_orderDecString _orderDec 
- 
_ordersOrder[] _orders 
- 
_ownerClassMetaData _owner 
- 
_persistentCollectionboolean _persistentCollection 
- 
_pkIndexint _pkIndex 
- 
_primKeyboolean _primKey 
- 
_proxyClassClass<?> _proxyClass 
- 
_relationTypeClass<?> _relationType 
- 
_resModeint _resMode 
- 
_seqMetaSequenceMetaData _seqMeta 
- 
_seqNameString _seqName 
- 
_serializableFieldBoolean _serializableField 
- 
_streamBoolean _stream 
- 
_transientboolean _transient 
- 
_upStrategyint _upStrategy 
- 
_usedInOrderByboolean _usedInOrderBy 
- 
_useSchemaElementboolean _useSchemaElement 
- 
_valValueMetaData _val 
- 
_valStrategyint _valStrategy 
- 
_versionBoolean _version 
 
- 
 
- 
Class org.apache.openjpa.meta.FieldMetaData.MemberProviderclass MemberProvider extends Object implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
- 
Class org.apache.openjpa.meta.InheritanceComparatorclass InheritanceComparator extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_baseClass _base 
 
- 
 
- 
Class org.apache.openjpa.meta.LifecycleMetaDataclass LifecycleMetaData extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_activatedboolean _activated 
- 
_allLifecycleCallbacks[][] _all 
- 
_declaredLifecycleCallbacks[][] _declared 
- 
_highint[] _high 
- 
_ignoreSupsint _ignoreSups 
- 
_ignoreSystemboolean _ignoreSystem 
- 
_metaClassMetaData _meta 
- 
_resolvedboolean _resolved 
- 
_superLifecycleCallbacks[][] _super 
- 
_superHighint[] _superHigh 
 
- 
 
- 
Class org.apache.openjpa.meta.MetaDataInheritanceComparatorclass MetaDataInheritanceComparator extends InheritanceComparator implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.meta.MetaDataRepositoryclass MetaDataRepository extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_aliasesMap<String, List<Class<?>>> _aliases 
- 
_errsList<RuntimeException> _errs 
- 
_filterRegisteredClassesboolean _filterRegisteredClasses 
- 
_ifacesMap<Class<?>, Class<?>> _ifaces 
- 
_implsMap<Class<?>, Collection<Class<?>>> _impls 
- 
_listenersLifecycleEventManager.ListenerList _listeners 
- 
_lockingboolean _locking 
- 
_logEnhancementLevelboolean _logEnhancementLevel 
- 
_mappingList<ClassMetaData> _mapping 
- 
_metamodelMap<Class<?>, Class<?>> _metamodel 
- 
_metasMap<Class<?>, ClassMetaData> _metas 
- 
_metaStringMapMap<String, ClassMetaData> _metaStringMap 
- 
_nonMappedMap<Class<?>, NonPersistentMetaData> _nonMapped 
- 
_oidsMap<Class<?>, Class<?>> _oids 
- 
_pawaresMap<Class<?>, NonPersistentMetaData> _pawares 
- 
_preloadboolean _preload 
- 
_preloadCompleteboolean _preloadComplete 
- 
_queriesMap<String, QueryMetaData> _queries 
- 
_registeredCollection<Class<?>> _registered 
- 
_resModeint _resMode 
- 
_resolvingList<ClassMetaData> _resolving 
- 
_seqsMap<String, SequenceMetaData> _seqs 
- 
_sourceModeint _sourceMode 
- 
_subsMap<Class<?>, Collection<Class<?>>> _subs 
- 
_sysSeqSequenceMetaData _sysSeq 
- 
_systemListenersActivatedboolean _systemListenersActivated 
- 
_typesWithoutEnhancementCollection<Class<?>> _typesWithoutEnhancement 
- 
_validateint _validate 
- 
_xmlmetasMap<Class<?>, XMLMetaData> _xmlmetas 
- 
EMPTY_FIELDSFieldMetaData[] EMPTY_FIELDS 
- 
EMPTY_METASClassMetaData[] EMPTY_METAS 
- 
EMPTY_ORDERSOrder[] EMPTY_ORDERS 
- 
EMPTY_XMLMETASXMLMetaData[] EMPTY_XMLMETAS 
 
- 
 
- 
Class org.apache.openjpa.meta.MultiQueryMetaDataclass MultiQueryMetaData extends QueryMetaData implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_isTemporaryboolean _isTemporary 
- 
_paramsList<MultiQueryMetaData.Parameter> _params 
- 
_partsList<QueryMetaData> _parts 
- 
_procedureNameString _procedureName 
 
- 
 
- 
Class org.apache.openjpa.meta.NonPersistentMetaDataclass NonPersistentMetaData extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_classClass _class 
- 
_colNumint _colNum 
- 
_commentsString[] _comments 
- 
_lineNumint _lineNum 
- 
_listIndexint _listIndex 
- 
_reposMetaDataRepository _repos 
- 
_srcFileFile _srcFile 
- 
_srcTypeint _srcType 
- 
_typeint _type 
 
- 
 
- 
Class org.apache.openjpa.meta.QueryMetaDataclass QueryMetaData extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_candidateClass _candidate 
- 
_classClass _class 
- 
_colNumint _colNum 
- 
_commentsString[] _comments 
- 
_convertPositionalParametersToNamedboolean _convertPositionalParametersToNamed 
- 
_fileFile _file 
- 
_hintKeysList _hintKeys 
- 
_hintValsList _hintVals 
- 
_languageString _language 
- 
_lineNumint _lineNum 
- 
_modeint _mode 
- 
_nameString _name 
- 
_paramTypesOrderedMap<Object, Class<?>> _paramTypes 
- 
_queryString _query 
- 
_readOnlyBoolean _readOnly 
- 
_resClass _res 
- 
_resultSetMappingNameString _resultSetMappingName 
- 
_scopeObject _scope 
- 
_srcNameString _srcName 
- 
_srcTypeint _srcType 
 
- 
 
- 
Class org.apache.openjpa.meta.SequenceMetaDataclass SequenceMetaData extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_allocateint _allocate 
- 
_catalogString _catalog 
- 
_colNumint _colNum 
- 
_commentsString[] _comments 
- 
_factorySequenceMetaData.SequenceFactory _factory 
- 
_incrementint _increment 
- 
_initialint _initial 
- 
_lineNumint _lineNum 
- 
_nameString _name 
- 
_pluginString _plugin 
- 
_reposMetaDataRepository _repos 
- 
_schemaString _schema 
- 
_scopeObject _scope 
- 
_sequenceString _sequence 
- 
_sourceFile _source 
- 
_srcTypeint _srcType 
- 
_typeint _type 
 
- 
 
- 
Class org.apache.openjpa.meta.ValueMetaDataImplclass ValueMetaDataImpl extends Object implements Serializable- serialVersionUID:
- 6766697443293395831L
 - 
Serialized Fields- 
_attachint _attach 
- 
_checkPUDefaultCascadePersistboolean _checkPUDefaultCascadePersist 
- 
_codeint _code 
- 
_decCodeint _decCode 
- 
_decTypeClass _decType 
- 
_decTypeMetaClassMetaData _decTypeMeta 
- 
_deleteint _delete 
- 
_detachint _detach 
- 
_embeddedBoolean _embedded 
- 
_embeddedMetaClassMetaData _embeddedMeta 
- 
_mappedByString _mappedBy 
- 
_mappedByMetaFieldMetaData _mappedByMeta 
- 
_ownerFieldMetaData _owner 
- 
_persistint _persist 
- 
_refreshint _refresh 
- 
_resModeint _resMode 
- 
_serializedboolean _serialized 
- 
_typeClass _type 
- 
_typeMetaClassMetaData _typeMeta 
- 
_typeOverrideClass _typeOverride 
 
- 
 
- 
Class org.apache.openjpa.meta.XMLClassMetaDataclass XMLClassMetaData extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.meta.XMLFieldMetaDataclass XMLFieldMetaData extends Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.openjpa.persistence- 
Class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer.SerializationComparatorclass SerializationComparator extends MetaDataInheritanceComparator implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.openjpa.persistence.ArgumentExceptionclass ArgumentException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
Exception org.apache.openjpa.persistence.EntityExistsExceptionclass EntityExistsException extends jakarta.persistence.EntityExistsException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
Class org.apache.openjpa.persistence.EntityManagerFactoryImplclass EntityManagerFactoryImpl extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_factoryDelegatingBrokerFactory _factory 
 
- 
 
- 
Class org.apache.openjpa.persistence.EntityManagerImplclass EntityManagerImpl extends Object implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
- 
Exception org.apache.openjpa.persistence.EntityNotFoundExceptionclass EntityNotFoundException extends jakarta.persistence.EntityNotFoundException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
Exception org.apache.openjpa.persistence.InvalidStateExceptionclass InvalidStateException extends IllegalStateException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
Exception org.apache.openjpa.persistence.LockTimeoutExceptionclass LockTimeoutException extends jakarta.persistence.LockTimeoutException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
Exception org.apache.openjpa.persistence.NonUniqueResultExceptionclass NonUniqueResultException extends jakarta.persistence.NonUniqueResultException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
Exception org.apache.openjpa.persistence.NoResultExceptionclass NoResultException extends jakarta.persistence.NoResultException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
Exception org.apache.openjpa.persistence.OptimisticLockExceptionclass OptimisticLockException extends jakarta.persistence.OptimisticLockException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
Exception org.apache.openjpa.persistence.PersistenceExceptionclass PersistenceException extends jakarta.persistence.PersistenceException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
Exception org.apache.openjpa.persistence.PessimisticLockExceptionclass PessimisticLockException extends jakarta.persistence.PessimisticLockException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
Class org.apache.openjpa.persistence.QueryImpl- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_hintHandlerHintHandler _hintHandler 
- 
_idString _id 
- 
_queryDelegatingQuery _query 
 
- 
 
- 
Exception org.apache.openjpa.persistence.QueryTimeoutExceptionclass QueryTimeoutException extends jakarta.persistence.QueryTimeoutException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
Exception org.apache.openjpa.persistence.RollbackExceptionclass RollbackException extends jakarta.persistence.RollbackException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
Exception org.apache.openjpa.persistence.TransactionRequiredExceptionclass TransactionRequiredException extends jakarta.persistence.TransactionRequiredException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
Class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer.SerializationComparatorclass SerializationComparator extends MetaDataInheritanceComparator implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.openjpa.persistence.criteria- 
Class org.apache.openjpa.persistence.criteria.CriteriaBuilderImplclass CriteriaBuilderImpl extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_modelMetamodelImpl _model 
 
- 
 
 
- 
- 
Package org.apache.openjpa.persistence.jdbc- 
Class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer.MappingSerializationComparatorclass MappingSerializationComparator extends AnnotationPersistenceMetaDataSerializer.SerializationComparator implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer.MappingSerializationComparatorclass MappingSerializationComparator extends XMLPersistenceMetaDataSerializer.SerializationComparator implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.openjpa.persistence.jest- 
Class org.apache.openjpa.persistence.jest.JESTServletclass JESTServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_debugboolean _debug 
- 
_emfOpenJPAEntityManagerFactory _emf 
- 
_unitString _unit 
 
- 
 
- 
Exception org.apache.openjpa.persistence.jest.ProcessingExceptionclass ProcessingException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_errorCodeint _errorCode 
- 
ctxJPAServletContext ctx 
 
- 
 
 
- 
- 
Package org.apache.openjpa.persistence.query- 
Class org.apache.openjpa.persistence.query.AbsExpressionclass AbsExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.AbstractDomainObjectclass AbstractDomainObject extends org.apache.openjpa.persistence.query.AbstractPath implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.AndPredicateclass AndPredicate extends LogicalPredicate implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.ArrayExpressionclass ArrayExpression extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_valuesObject[] _values 
 
- 
 
- 
Class org.apache.openjpa.persistence.query.AverageExpressionclass AverageExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.BetweenExpressionclass BetweenExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.BinaryOperatorExpressionclass BinaryOperatorExpression extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_e1Expression _e1 
- 
_e2Expression _e2 
- 
_opBinaryFunctionalOperator _op 
 
- 
 
- 
Class org.apache.openjpa.persistence.query.CaseExpressionImplclass CaseExpressionImpl extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_caseOperandObject _caseOperand 
- 
_whensLinkedList<WhenClause> _whens 
 
- 
 
- 
Class org.apache.openjpa.persistence.query.ConcatExpressionclass ConcatExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.CountExpressionclass CountExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.CurrentTimeExpressionclass CurrentTimeExpression extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_typeClass _type 
 
- 
 
- 
Class org.apache.openjpa.persistence.query.DistinctExpressionclass DistinctExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.DividedByExpressionclass DividedByExpression extends BinaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.ElseExpressionclass ElseExpression extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_caseClauseCaseExpressionImpl _caseClause 
- 
_elseClauseExpression _elseClause 
 
- 
 
- 
Class org.apache.openjpa.persistence.query.EntryExpressionclass EntryExpression extends OperatorPath implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.EqualExpressionclass EqualExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.ExistsExpressionclass ExistsExpression extends org.apache.openjpa.persistence.query.UnaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.FetchPathclass FetchPath extends AbstractDomainObject implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.GreaterEqualExpressionclass GreaterEqualExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.GreaterThanExpressionclass GreaterThanExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.IndexExpressionclass IndexExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.InExpressionclass InExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.IsEmptyExpressionclass IsEmptyExpression extends org.apache.openjpa.persistence.query.UnaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.IsNullExpressionclass IsNullExpression extends org.apache.openjpa.persistence.query.UnaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.JoinPathclass JoinPath extends AbstractDomainObject implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.KeyExpressionclass KeyExpression extends OperatorPath implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.LengthExpressionclass LengthExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.LessEqualExpressionclass LessEqualExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.LessThanExpressionclass LessThanExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.LikeExpressionclass LikeExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_echarObject _echar 
- 
_escapedboolean _escaped 
 
- 
 
- 
Class org.apache.openjpa.persistence.query.LiteralExpressionclass LiteralExpression extends org.apache.openjpa.persistence.query.ConstantExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.LocateExpressionclass LocateExpression extends BinaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_startExpression _start 
 
- 
 
- 
Class org.apache.openjpa.persistence.query.LogicalPredicateclass LogicalPredicate extends org.apache.openjpa.persistence.query.AbstractVisitable implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_nopConditionalOperator _nop 
- 
_opConditionalOperator _op 
- 
_p1Predicate _p1 
- 
_p2Predicate _p2 
 
- 
 
- 
Class org.apache.openjpa.persistence.query.LowerExpressionclass LowerExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.MaxExpressionclass MaxExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.MemberOfExpressionclass MemberOfExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.MinExpressionclass MinExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.MinusExpressionclass MinusExpression extends BinaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.NewInstanceclass NewInstance extends org.apache.openjpa.persistence.query.AbstractVisitable implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_argsList<SelectItem> _args 
- 
_clsClass _cls 
 
- 
 
- 
Class org.apache.openjpa.persistence.query.NotEqualExpressionclass NotEqualExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.OperatorPathclass OperatorPath extends AbstractDomainObject implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.OrderableItemclass OrderableItem extends org.apache.openjpa.persistence.query.AbstractVisitable implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_ascBoolean _asc 
- 
_eorg.apache.openjpa.persistence.query.ExpressionImpl _e 
 
- 
 
- 
Class org.apache.openjpa.persistence.query.OrPredicateclass OrPredicate extends LogicalPredicate implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.ParameterExpressionclass ParameterExpression extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_nameString _name 
 
- 
 
- 
Class org.apache.openjpa.persistence.query.PlusExpressionclass PlusExpression extends BinaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.QueryDefinitionImplclass QueryDefinitionImpl extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_builderQueryBuilderImpl _builder 
- 
_distinctboolean _distinct 
- 
_domainsList<AbstractDomainObject> _domains 
- 
_groupBysList<PathExpression> _groupBys 
- 
_havingPredicate _having 
- 
_orderBysList<OrderableItem> _orderBys 
- 
_projectionsList<SelectItem> _projections 
- 
_wherePredicate _where 
 
- 
 
- 
Class org.apache.openjpa.persistence.query.RangeExpressionclass RangeExpression extends BinaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.RootPathclass RootPath extends AbstractDomainObject implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.SizeExpressionclass SizeExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.SquareRootExpressionclass SquareRootExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.SubStringExpressionclass SubStringExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_lengthExpression _length 
- 
_startExpression _start 
 
- 
 
- 
Class org.apache.openjpa.persistence.query.SumExpressionclass SumExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.TimesExpressionclass TimesExpression extends BinaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.TrimExpressionclass TrimExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_trimCharExpression _trimChar 
- 
_trimSpecTrimSpec _trimSpec 
 
- 
 
- 
Class org.apache.openjpa.persistence.query.TypeExpressionclass TypeExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.UnaryMinusExpressionclass UnaryMinusExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.UpperExpressionclass UpperExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.ValueExpressionclass ValueExpression extends OperatorPath implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.persistence.query.VarArgsExpressionclass VarArgsExpression extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_valuesExpression[] _values 
 
- 
 
 
- 
- 
Package org.apache.openjpa.slice- 
Class org.apache.openjpa.slice.DistributedBrokerImplclass DistributedBrokerImpl extends FinalizingBrokerImpl implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_lockReentrantSliceLock _lock 
 
- 
 
- 
Class org.apache.openjpa.slice.DistributedQueryImplclass DistributedQueryImpl extends QueryImpl implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_confDistributedConfiguration _conf 
- 
_lockReentrantSliceLock _lock 
 
- 
 
- 
Class org.apache.openjpa.slice.ReentrantSliceLockclass ReentrantSliceLock extends ReentrantLock implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.slice.Sliceclass Slice extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
nameString name 
 
- 
 
- 
Class org.apache.openjpa.slice.SliceInfoclass SliceInfo extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_isReplicatedboolean _isReplicated 
- 
_slicesString[] _slices 
 
- 
 
 
- 
- 
Package org.apache.openjpa.slice.jdbc- 
Class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactoryclass DistributedJDBCBrokerFactory extends JDBCBrokerFactory implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImplclass DistributedJDBCConfigurationImpl extends JDBCConfigurationImpl implements Externalizable- 
Serialization Methods- 
readExternalImplementation of theExternalizableinterface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput).- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternalImplementation of theExternalizableinterface to write the properties returned byConfigurationImpl.toProperties(boolean).- Throws:
- IOException
 
 
- 
 
- 
- 
Class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.ParallelExecutorclass ParallelExecutor extends ExpressionStoreQuery.DataStoreExecutor implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
executorsList<StoreQuery.Executor> executors 
- 
ownerorg.apache.openjpa.slice.jdbc.DistributedStoreQuery owner 
 
- 
 
- 
Class org.apache.openjpa.slice.jdbc.TargetFetchConfigurationclass TargetFetchConfiguration extends JDBCFetchConfigurationImpl implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_explicitTargetboolean _explicitTarget 
 
- 
 
 
- 
- 
Package org.apache.openjpa.util- 
Class org.apache.openjpa.util.BigDecimalIdclass BigDecimalId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
keyBigDecimal key 
 
- 
 
- 
Class org.apache.openjpa.util.BigIntegerIdclass BigIntegerId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
keyBigInteger key 
 
- 
 
- 
Class org.apache.openjpa.util.BooleanIdclass BooleanId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
keyboolean key 
 
- 
 
- 
Class org.apache.openjpa.util.ByteIdclass ByteId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
keybyte key 
 
- 
 
- 
Exception org.apache.openjpa.util.CallbackExceptionclass CallbackException extends UserException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.util.CharIdclass CharId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
keychar key 
 
- 
 
- 
Class org.apache.openjpa.util.DateIdclass DateId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
keyDate key 
 
- 
 
- 
Class org.apache.openjpa.util.DoubleIdclass DoubleId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
keydouble key 
 
- 
 
- 
Class org.apache.openjpa.util.FloatIdclass FloatId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
keyfloat key 
 
- 
 
- 
Exception org.apache.openjpa.util.GeneralExceptionclass GeneralException extends OpenJPAException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.util.Idclass Id extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_idlong _id 
 
- 
 
- 
Exception org.apache.openjpa.util.InternalExceptionclass InternalException extends OpenJPAException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.util.IntIdclass IntId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
keyint key 
 
- 
 
- 
Exception org.apache.openjpa.util.InvalidStateExceptionclass InvalidStateException extends UserException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.util.java$sql$Date$proxyclass java$sql$Date$proxy extends Date implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$sql$Time$proxyclass java$sql$Time$proxy extends Time implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$sql$Timestamp$proxyclass java$sql$Timestamp$proxy extends Timestamp implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$util$ArrayList$proxyclass java$util$ArrayList$proxy extends ArrayList implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$util$Date$proxyclass java$util$Date$proxy extends Date implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$util$EnumMap$proxyclass java$util$EnumMap$proxy extends EnumMap implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$util$GregorianCalendar$proxyclass java$util$GregorianCalendar$proxy extends GregorianCalendar implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$util$HashMap$proxyclass java$util$HashMap$proxy extends HashMap implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$util$HashSet$proxyclass java$util$HashSet$proxy extends HashSet implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$util$Hashtable$proxyclass java$util$Hashtable$proxy extends Hashtable implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$util$IdentityHashMap$proxyclass java$util$IdentityHashMap$proxy extends IdentityHashMap implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$util$LinkedHashMap$proxyclass java$util$LinkedHashMap$proxy extends LinkedHashMap implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$util$LinkedHashSet$proxyclass java$util$LinkedHashSet$proxy extends LinkedHashSet implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$util$LinkedList$proxyclass java$util$LinkedList$proxy extends LinkedList implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$util$PriorityQueue$proxyclass java$util$PriorityQueue$proxy extends PriorityQueue implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$util$Properties$proxyclass java$util$Properties$proxy extends Properties implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$util$TreeMap$proxyclass java$util$TreeMap$proxy extends TreeMap implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$util$TreeSet$proxyclass java$util$TreeSet$proxy extends TreeSet implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.java$util$Vector$proxyclass java$util$Vector$proxy extends Vector implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Exception org.apache.openjpa.util.LockExceptionclass LockException extends StoreException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
lockLevelint lockLevel 
- 
timeoutint timeout 
 
- 
 
- 
Class org.apache.openjpa.util.LongIdclass LongId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
keylong key 
 
- 
 
- 
Exception org.apache.openjpa.util.MetaDataExceptionclass MetaDataException extends UserException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.openjpa.util.NonUniqueResultExceptionclass NonUniqueResultException extends InvalidStateException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.openjpa.util.NoResultExceptionclass NoResultException extends InvalidStateException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.openjpa.util.NoTransactionExceptionclass NoTransactionException extends InvalidStateException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.openjpa.util.ObjectExistsExceptionclass ObjectExistsException extends StoreException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.util.ObjectIdclass ObjectId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_keyObject _key 
 
- 
 
- 
Exception org.apache.openjpa.util.ObjectNotFoundExceptionclass ObjectNotFoundException extends StoreException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.openjpa.util.OpenJPAExceptionclass OpenJPAException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
Class org.apache.openjpa.util.OpenJPAIdclass OpenJPAId extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_typeHashint _typeHash 
- 
subsboolean subs 
- 
typeClass type 
 
- 
 
- 
Exception org.apache.openjpa.util.OptimisticExceptionclass OptimisticException extends StoreException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.openjpa.util.QueryExceptionclass QueryException extends StoreException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
timeoutint timeout 
 
- 
 
- 
Exception org.apache.openjpa.util.ReferentialIntegrityExceptionclass ReferentialIntegrityException extends StoreException implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
_ivint _iv 
 
- 
 
- 
Class org.apache.openjpa.util.ShortIdclass ShortId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
keyshort key 
 
- 
 
- 
Exception org.apache.openjpa.util.StoreExceptionclass StoreException extends OpenJPAException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.openjpa.util.StringIdclass StringId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
keyString key 
 
- 
 
- 
Exception org.apache.openjpa.util.UnsupportedExceptionclass UnsupportedException extends OpenJPAException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.openjpa.util.UserExceptionclass UserException extends OpenJPAException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.openjpa.util.WrappedExceptionclass WrappedException extends OpenJPAException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.openjpa.util.proxy- 
Class org.apache.openjpa.util.proxy.DelayedArrayListProxyclass DelayedArrayListProxy extends ArrayList implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.proxy.DelayedHashSetProxyclass DelayedHashSetProxy extends HashSet implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxyclass DelayedLinkedHashSetProxy extends LinkedHashSet implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.proxy.DelayedLinkedListProxyclass DelayedLinkedListProxy extends LinkedList implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxyclass DelayedPriorityQueueProxy extends PriorityQueue implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.proxy.DelayedTreeSetProxyclass DelayedTreeSetProxy extends TreeSet implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.apache.openjpa.util.proxy.DelayedVectorProxyclass DelayedVectorProxy extends Vector implements Serializable- 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
 
- 
 
- 
- 
Package org.apache.openjpa.validation- 
Class org.apache.openjpa.validation.ValidatingLifecycleEventManagerclass ValidatingLifecycleEventManager extends LifecycleEventManager implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_confOpenJPAConfiguration _conf 
- 
_validationEnabledboolean _validationEnabled 
- 
_validatorValidator _validator 
 
- 
 
- 
Exception org.apache.openjpa.validation.ValidationExceptionclass ValidationException extends WrappedException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.openjpa.xmlstore- 
Class org.apache.openjpa.xmlstore.XMLConfigurationclass XMLConfiguration extends OpenJPAConfigurationImpl implements Externalizable- 
Serialization Methods- 
readExternalImplementation of theExternalizableinterface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput).- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternalImplementation of theExternalizableinterface to write the properties returned byConfigurationImpl.toProperties(boolean).- Throws:
- IOException
 
 
- 
 
- 
 
-