Serialized Form
-
Package org.apache.openjpa.abstractstore
-
Class org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory
class AbstractStoreBrokerFactory extends AbstractBrokerFactory implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.conf
-
Class org.apache.openjpa.conf.CallbackOptions
class CallbackOptions extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_allowsDuplicateListener
boolean _allowsDuplicateListener
-
_allowsMultipleMethodsForSameCallback
boolean _allowsMultipleMethodsForSameCallback
-
_isPostPersistCallbackImmediate
boolean _isPostPersistCallbackImmediate
-
-
Class org.apache.openjpa.conf.OpenJPAConfigurationImpl
class OpenJPAConfigurationImpl extends ConfigurationImpl implements Externalizable-
Serialization Methods
-
readExternal
Implementation of theExternalizable
interface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput)
.- Throws:
IOException
ClassNotFoundException
-
writeExternal
Implementation of theExternalizable
interface to write the properties returned byConfigurationImpl.toProperties(boolean)
.- Throws:
IOException
-
-
-
-
Package org.apache.openjpa.datacache
-
Class org.apache.openjpa.datacache.AbstractDataCache
class AbstractDataCache extends AbstractConcurrentEventManager implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_closed
boolean _closed
-
_evictOnBulkUpdate
boolean _evictOnBulkUpdate
-
_excludedTypes
Set<String> _excludedTypes
-
_includedTypes
Set<String> _includedTypes
-
_name
String _name
-
_schedule
String _schedule
-
_stats
CacheStatisticsSPI _stats
-
conf
OpenJPAConfiguration conf
The configuration set by the system. -
log
Log log
The log to use.
-
-
Class org.apache.openjpa.datacache.AbstractQueryCache
class AbstractQueryCache extends AbstractConcurrentEventManager implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_closed
boolean _closed
-
_name
String _name
-
_stats
QueryStatistics<QueryKey> _stats
-
_statsEnabled
boolean _statsEnabled
-
conf
OpenJPAConfiguration conf
The configuration set by the system. -
entityTimestampMap
ConcurrentHashMap<String,
Long> entityTimestampMap -
evictPolicy
AbstractQueryCache.EvictPolicy evictPolicy
-
log
Log log
The log to use.
-
-
Class org.apache.openjpa.datacache.AbstractQueryCache.Default
class Default extends Object implements Serializable- serialVersionUID:
- -7889619105916307055L
-
Class org.apache.openjpa.datacache.CacheStatisticsImpl
class CacheStatisticsImpl extends Object implements Serializable- serialVersionUID:
- 9014495759588003166L
-
Class org.apache.openjpa.datacache.ConcurrentDataCache
class ConcurrentDataCache extends AbstractDataCache implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cache
CacheMap _cache
-
_cacheSize
int _cacheSize
-
_lru
boolean _lru
-
_softRefs
int _softRefs
-
-
Class org.apache.openjpa.datacache.ConcurrentQueryCache
class ConcurrentQueryCache extends AbstractQueryCache implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cache
CacheMap _cache
-
_cacheSize
int _cacheSize
-
_lru
boolean _lru
-
_softRefs
int _softRefs
-
-
Class org.apache.openjpa.datacache.DataCachePCDataImpl
class DataCachePCDataImpl extends PCDataImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_exp
long _exp
-
-
Class org.apache.openjpa.datacache.ExpirationEvent
class ExpirationEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_expired
boolean _expired
-
_key
Object _key
-
-
Class org.apache.openjpa.datacache.PartitionedDataCache
class PartitionedDataCache extends ConcurrentDataCache implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.datacache.QueryCacheStoreQuery
class QueryCacheStoreQuery extends Object implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_cache
QueryCache _cache
-
_query
StoreQuery _query
-
_repos
MetaDataRepository _repos
-
_sctx
StoreContext _sctx
-
-
-
Class org.apache.openjpa.datacache.QueryCacheStoreQuery.CachedList
-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_fc
FetchConfiguration _fc
-
_proj
boolean _proj
-
_res
QueryResult _res
-
_sctx
StoreContext _sctx
-
-
-
Class org.apache.openjpa.datacache.QueryKey
class QueryKey extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class org.apache.openjpa.datacache.QueryResult
- serialVersionUID:
- 1L
-
Serialized Fields
-
_ex
long _ex
-
_timestamp
long _timestamp
-
-
Class org.apache.openjpa.datacache.TypesChangedEvent
class TypesChangedEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_types
Collection _types
-
-
-
Package org.apache.openjpa.enhance
-
Class org.apache.openjpa.enhance.ReflectingPersistenceCapable
class ReflectingPersistenceCapable extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
o
Object o
-
serializationUserVisible
boolean serializationUserVisible
-
sm
StateManager sm
-
-
-
Package org.apache.openjpa.event
-
Class org.apache.openjpa.event.BeanLifecycleCallbacks
class BeanLifecycleCallbacks extends MethodLifecycleCallbacks implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class org.apache.openjpa.event.BrokerFactoryEvent
class BrokerFactoryEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventType
int eventType
-
-
Class org.apache.openjpa.event.BrokerFactoryEventManager
class BrokerFactoryEventManager extends AbstractConcurrentEventManager implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_conf
Configuration _conf
-
-
Class org.apache.openjpa.event.LifecycleEvent
class LifecycleEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_related
Object _related
-
_type
int _type
-
-
Class org.apache.openjpa.event.LifecycleEventManager
class LifecycleEventManager extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_activated
boolean _activated
-
_addListeners
List<Object> _addListeners
-
_classListeners
Map<Class<?>,
LifecycleEventManager.ListenerList> _classListeners -
_exceps
List<Exception> _exceps
-
_fail
boolean _fail
-
_failFast
boolean _failFast
-
_firing
boolean _firing
-
_listeners
LifecycleEventManager.ListenerList _listeners
-
_remListeners
List<Object> _remListeners
-
-
Class org.apache.openjpa.event.LifecycleEventManager.ListenerList
- serialVersionUID:
- 1L
-
Serialized Fields
-
_types
int _types
-
-
Class org.apache.openjpa.event.MethodLifecycleCallbacks
class MethodLifecycleCallbacks extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class org.apache.openjpa.event.RemoteCommitEvent
class RemoteCommitEvent extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
-
writeExternal
- Throws:
IOException
-
-
-
Class org.apache.openjpa.event.RemoteCommitEventManager
class RemoteCommitEventManager extends AbstractConcurrentEventManager implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_provider
RemoteCommitProvider _provider
-
_transmitPersIds
boolean _transmitPersIds
-
-
Class org.apache.openjpa.event.TransactionEvent
class TransactionEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_type
int _type
-
-
Class org.apache.openjpa.event.TransactionEventManager
class TransactionEventManager extends AbstractConcurrentEventManager implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_begin
int _begin
-
_end
int _end
-
_flush
int _flush
-
-
-
Package org.apache.openjpa.jdbc.conf
-
Class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
class JDBCConfigurationImpl extends OpenJPAConfigurationImpl implements Externalizable-
Serialization Methods
-
readExternal
Implementation of theExternalizable
interface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput)
.- Throws:
IOException
ClassNotFoundException
-
writeExternal
Implementation of theExternalizable
interface to write the properties returned byConfigurationImpl.toProperties(boolean)
.- Throws:
IOException
-
-
-
-
Package org.apache.openjpa.jdbc.identifier
-
Class org.apache.openjpa.jdbc.identifier.DBIdentifier
class DBIdentifier extends IdentifierImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_ignoreCase
boolean _ignoreCase
-
_type
DBIdentifier.DBIdentifierType _type
-
-
Class org.apache.openjpa.jdbc.identifier.QualifiedDBIdentifier
class QualifiedDBIdentifier extends DBIdentifier implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_objectTableName
DBIdentifier _objectTableName
-
_schemaName
DBIdentifier _schemaName
-
-
-
Package org.apache.openjpa.jdbc.kernel
-
Class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager.ConnectionSavepoint
class ConnectionSavepoint extends OpenJPASavepoint implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
_savepoint
Object _savepoint
-
-
Class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
class DelegatingJDBCFetchConfiguration extends DelegatingFetchConfiguration implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory
class JDBCBrokerFactory extends AbstractBrokerFactory implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_synchronizedMappings
boolean _synchronizedMappings
-
-
Class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
class JDBCFetchConfigurationImpl extends FetchConfigurationImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_state
JDBCFetchConfigurationImpl.JDBCConfigurationState _state
-
-
Class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl.JDBCConfigurationState
class JDBCConfigurationState extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
class JDBCStoreQuery extends ExpressionStoreQuery implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.PreparedSQLStoreQuery
class PreparedSQLStoreQuery extends SQLStoreQuery implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cached
PreparedQueryImpl _cached
-
-
Class org.apache.openjpa.jdbc.kernel.SQLStoreQuery
class SQLStoreQuery extends AbstractStoreQuery implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.StoredProcedureQuery
class StoredProcedureQuery extends AbstractStoreQuery implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_meta
MultiQueryMetaData _meta
-
_proc
StoredProcedure _proc
-
_store
JDBCStore _store
-
-
Class org.apache.openjpa.jdbc.kernel.TableJDBCSeq.Status
class Status extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
max
long max
-
seq
long seq
-
-
-
Package org.apache.openjpa.jdbc.kernel.exps
-
Class org.apache.openjpa.jdbc.kernel.exps.Abs
class Abs extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.Args
class Args extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_args
Val[] _args
-
_meta
ClassMetaData _meta
-
-
Class org.apache.openjpa.jdbc.kernel.exps.CoalesceExpression
class CoalesceExpression extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cast
Class _cast
-
_meta
ClassMetaData _meta
-
_vals
Val[] _vals
-
other
Value other
-
otherState
ExpState otherState
-
-
Class org.apache.openjpa.jdbc.kernel.exps.CollectionParam
class CollectionParam extends org.apache.openjpa.jdbc.kernel.exps.Const implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.Concat
class Concat extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_meta
ClassMetaData _meta
-
_val1
Val _val1
-
_val2
Val _val2
-
-
Class org.apache.openjpa.jdbc.kernel.exps.DatastoreFunction
class DatastoreFunction extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_functionName
String _functionName
-
-
Class org.apache.openjpa.jdbc.kernel.exps.GeneralCaseExpression
class GeneralCaseExpression extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cast
Class _cast
-
_exp
org.apache.openjpa.jdbc.kernel.exps.Exp[] _exp
-
_meta
ClassMetaData _meta
-
_val
Val _val
-
other
Value other
-
otherState
ExpState otherState
-
-
Class org.apache.openjpa.jdbc.kernel.exps.GetColumn
class GetColumn extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.IndexOf
class IndexOf extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cast
Class _cast
-
_meta
ClassMetaData _meta
-
_val1
Val _val1
-
_val2
Val _val2
-
-
Class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
class JDBCExpressionFactory extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cons
SelectConstructor _cons
-
_getMapValueAlias
int _getMapValueAlias
-
_isBooleanLiteralAsNumeric
boolean _isBooleanLiteralAsNumeric
-
_type
ClassMapping _type
-
-
Class org.apache.openjpa.jdbc.kernel.exps.JDBCStringContains
class JDBCStringContains extends StringContains implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.JDBCWildcardMatch
class JDBCWildcardMatch extends WildcardMatch implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.Lit
class Lit extends org.apache.openjpa.jdbc.kernel.exps.Const implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_isRaw
boolean _isRaw
-
_ptype
int _ptype
-
_val
Object _val
-
-
Class org.apache.openjpa.jdbc.kernel.exps.MapEntry
class MapEntry extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cast
Class _cast
-
_key
Val _key
-
_meta
ClassMetaData _meta
-
_type
Class _type
-
_val
Val _val
-
-
Class org.apache.openjpa.jdbc.kernel.exps.MapKey
class MapKey extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cast
Class _cast
-
_key
Val _key
-
_meta
ClassMetaData _meta
-
_type
Class _type
-
-
Class org.apache.openjpa.jdbc.kernel.exps.Math
class Math extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cast
Class _cast
-
_meta
ClassMetaData _meta
-
_op
String _op
-
_val1
Val _val1
-
_val2
Val _val2
-
-
Class org.apache.openjpa.jdbc.kernel.exps.Null
class Null extends org.apache.openjpa.jdbc.kernel.exps.Const implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.NullableAggregateUnaryOp
class NullableAggregateUnaryOp extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.NullIfExpression
class NullIfExpression extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.Param
class Param extends org.apache.openjpa.jdbc.kernel.exps.Const implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.PCPath
class PCPath extends CandidatePath implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_candidate
ClassMapping _candidate
-
_cast
Class _cast
-
_cid
boolean _cid
-
_class
ClassMapping _class
-
_key
boolean _key
-
_keyPath
boolean _keyPath
-
_schemaAlias
String _schemaAlias
-
_type
int _type
-
_varName
String _varName
-
_xmlfield
FieldMetaData _xmlfield
-
-
Class org.apache.openjpa.jdbc.kernel.exps.SelectConstructor
class SelectConstructor extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_extent
boolean _extent
-
_subselect
Select _subselect
-
-
Class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpression
class SimpleCaseExpression extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
class SQLEmbed extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.SQLExpression
class SQLExpression extends SQLEmbed implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.SQLValue
class SQLValue extends SQLEmbed implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.Sqrt
class Sqrt extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.StringLength
class StringLength extends org.apache.openjpa.jdbc.kernel.exps.StringFunction implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cast
Class _cast
-
-
Class org.apache.openjpa.jdbc.kernel.exps.SubQ
class SubQ extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_candidate
ClassMapping _candidate
-
_cons
SelectConstructor _cons
-
_exps
QueryExpressions _exps
-
_meta
ClassMetaData _meta
-
_select
Select _select
-
_subqAlias
String _subqAlias
-
_subs
boolean _subs
-
_type
Class _type
-
-
Class org.apache.openjpa.jdbc.kernel.exps.Substring
class Substring extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_meta
ClassMetaData _meta
-
_val1
Val _val1
-
_val2
Val _val2
-
-
Class org.apache.openjpa.jdbc.kernel.exps.ToLowerCase
class ToLowerCase extends org.apache.openjpa.jdbc.kernel.exps.StringFunction implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.ToUpperCase
class ToUpperCase extends org.apache.openjpa.jdbc.kernel.exps.StringFunction implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.Trim
class Trim extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_meta
ClassMetaData _meta
-
_trimChar
Val _trimChar
-
_val
Val _val
-
_where
Boolean _where
-
-
Class org.apache.openjpa.jdbc.kernel.exps.TypeLit
class TypeLit extends org.apache.openjpa.jdbc.kernel.exps.Const implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_ptype
int _ptype
-
_val
Object _val
-
-
Class org.apache.openjpa.jdbc.kernel.exps.WhenCondition
class WhenCondition extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_exp
org.apache.openjpa.jdbc.kernel.exps.Exp _exp
-
_val
Val _val
-
-
Class org.apache.openjpa.jdbc.kernel.exps.WhenScalar
class WhenScalar extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.jdbc.meta
-
Class org.apache.openjpa.jdbc.meta.ClassMapping
class ClassMapping extends ClassMetaData implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_assignMaps
ClassMapping[] _assignMaps
-
_cols
Column[] _cols
-
_discrim
Discriminator _discrim
-
_fk
ForeignKey _fk
-
_info
ClassMappingInfo _info
-
_io
ColumnIO _io
-
_joinables
Map _joinables
-
_joinSubMaps
ClassMapping[] _joinSubMaps
-
_strategy
ClassStrategy _strategy
-
_subclassMode
int _subclassMode
-
_table
Table _table
-
_version
Version _version
-
-
Class org.apache.openjpa.jdbc.meta.ClassMappingInfo
class ClassMappingInfo extends MappingInfo implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_className
String _className
-
_colNum
int _colNum
-
_comments
String[] _comments
-
_file
File _file
-
_indices
Map<DBIdentifier,
List<Index>> _indices -
_joined
boolean _joined
-
_lineNum
int _lineNum
-
_schemaName
DBIdentifier _schemaName
-
_seconds
Map<DBIdentifier,
List<Column>> _seconds -
_srcType
int _srcType
-
_subStrat
String _subStrat
-
_tableName
DBIdentifier _tableName
-
_uniques
Map<DBIdentifier,
List<Unique>> _uniques
-
-
Class org.apache.openjpa.jdbc.meta.DelegatingJoinable
class DelegatingJoinable extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cols
Column[] _cols
-
_fk
ForeignKey _fk
-
_join
Joinable _join
-
-
Class org.apache.openjpa.jdbc.meta.Discriminator
class Discriminator extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cols
Column[] _cols
-
_idx
Index _idx
-
_info
DiscriminatorMappingInfo _info
-
_io
ColumnIO _io
-
_javaType
int _javaType
-
_mapping
ClassMapping _mapping
-
_resMode
int _resMode
-
_strategy
DiscriminatorStrategy _strategy
-
_subsLoaded
boolean _subsLoaded
-
_value
Object _value
-
-
Class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
class DiscriminatorMappingInfo extends MappingInfo implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
String _value
-
-
Class org.apache.openjpa.jdbc.meta.FieldMapping
class FieldMapping extends FieldMetaData implements Serializable- serialVersionUID:
- 142185362294762433L
-
Serialized Fields
-
_bi_1To1_JT
Boolean _bi_1To1_JT
-
_bi_1ToM_Elem_FK
ForeignKey _bi_1ToM_Elem_FK
-
_bi_1ToM_Join_FK
ForeignKey _bi_1ToM_Join_FK
-
_bi_1ToM_JT_Field
FieldMapping _bi_1ToM_JT_Field
-
_bi_MTo1_JT
Boolean _bi_MTo1_JT
-
_bi_MTo1_JT_Field
FieldMapping _bi_MTo1_JT_Field
-
_bidirectionalJoinTableNonOwner
Boolean _bidirectionalJoinTableNonOwner
-
_bidirectionalJoinTableOwner
Boolean _bidirectionalJoinTableOwner
-
_elem
ValueMapping _elem
-
_fetchMode
int _fetchMode
-
_fk
ForeignKey _fk
-
_hasMapsIdCols
boolean _hasMapsIdCols
-
_idx
Index _idx
-
_info
FieldMappingInfo _info
-
_io
ColumnIO _io
-
_joinTableUniques
Unique[] _joinTableUniques
-
_key
ValueMapping _key
-
_orderCol
org.apache.openjpa.jdbc.meta.JDBCColumnOrder _orderCol
-
_outer
boolean _outer
-
_strategy
FieldStrategy _strategy
-
_uni_1To1_JT
Boolean _uni_1To1_JT
-
_uni_1ToM_FK
Boolean _uni_1ToM_FK
-
_uni_MTo1_JT
Boolean _uni_MTo1_JT
-
_unq
Unique _unq
-
_val
ValueMapping _val
-
-
Class org.apache.openjpa.jdbc.meta.FieldMappingInfo
class FieldMappingInfo extends MappingInfo implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_canOrderCol
boolean _canOrderCol
-
_comments
String[] _comments
-
_joinTableUniques
List<Unique> _joinTableUniques
-
_orderCol
Column _orderCol
-
_outer
boolean _outer
-
_tableName
DBIdentifier _tableName
-
-
Class org.apache.openjpa.jdbc.meta.MappingInfo
class MappingInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.MappingRepository
class MappingRepository extends MetaDataRepository implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_installer
StrategyInstaller _installer
-
_results
Map<Object,
QueryResultMapping> _results -
_schema
SchemaGroup _schema
-
-
Class org.apache.openjpa.jdbc.meta.MappingStrategyInstaller
class MappingStrategyInstaller extends StrategyInstaller implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.NoneStrategyInstaller
class NoneStrategyInstaller extends StrategyInstaller implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.RefreshStrategyInstaller
class RefreshStrategyInstaller extends StrategyInstaller implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.RuntimeStrategyInstaller
class RuntimeStrategyInstaller extends StrategyInstaller implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.SequenceMapping
class SequenceMapping extends SequenceMetaData implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_mapFile
File _mapFile
-
_primaryKeyColumn
DBIdentifier _primaryKeyColumn
-
_primaryKeyValue
String _primaryKeyValue
-
_sequenceColumn
DBIdentifier _sequenceColumn
-
_table
DBIdentifier _table
-
_uniqueColumns
DBIdentifier[] _uniqueColumns
-
_uniqueConstraintName
DBIdentifier _uniqueConstraintName
-
-
Class org.apache.openjpa.jdbc.meta.StrategyInstaller
class StrategyInstaller extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
repos
MappingRepository repos
-
-
Class org.apache.openjpa.jdbc.meta.ValueMappingImpl
class ValueMappingImpl extends ValueMetaDataImpl implements Serializable- serialVersionUID:
- 6440545965133775709L
-
Serialized Fields
-
_cols
Column[] _cols
-
_criteria
boolean _criteria
-
_fk
ForeignKey _fk
-
_handler
ValueHandler _handler
-
_idx
Index _idx
-
_info
ValueMappingInfo _info
-
_io
ColumnIO _io
-
_join
int _join
-
_poly
int _poly
-
_targetFKs
Map<ClassMapping,
ForeignKey> _targetFKs -
_typeArr
ClassMapping[] _typeArr
-
_unq
Unique _unq
-
-
Class org.apache.openjpa.jdbc.meta.ValueMappingInfo
class ValueMappingInfo extends MappingInfo implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.Version
class Version extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cols
Column[] _cols
-
_idx
Index _idx
-
_info
VersionMappingInfo _info
-
_io
ColumnIO _io
-
_mapping
ClassMapping _mapping
-
_resMode
int _resMode
-
_strategy
VersionStrategy _strategy
-
-
Class org.apache.openjpa.jdbc.meta.VersionMappingInfo
class VersionMappingInfo extends MappingInfo implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.jdbc.meta.strats
-
Class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
class AbstractClassStrategy extends AbstractStrategy implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cls
ClassMapping cls
The owning class mapping.
-
-
Class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
class AbstractDiscriminatorStrategy extends AbstractStrategy implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
disc
Discriminator disc
The owning discriminator. -
isFinal
boolean isFinal
Whether the owning class is final.
-
-
Class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
class AbstractFieldStrategy extends AbstractStrategy implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
field
FieldMapping field
The owning field mapping.
-
-
Class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
class AbstractStrategy extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.AbstractValueHandler
class AbstractValueHandler extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
class AbstractVersionStrategy extends AbstractStrategy implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
vers
Version vers
The owning version.
-
-
Class org.apache.openjpa.jdbc.meta.strats.BlobValueHandler
class BlobValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ByteArrayValueHandler
class ByteArrayValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.CharArrayStreamValueHandler
class CharArrayStreamValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.CharArrayValueHandler
class CharArrayValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
class ClassNameDiscriminatorStrategy extends InValueDiscriminatorStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ClobValueHandler
class ClobValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
class ColumnVersionStrategy extends AbstractVersionStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
class ContainerFieldStrategy extends AbstractFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ElementEmbedValueHandler
class ElementEmbedValueHandler extends EmbedValueHandler implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_args
Object[] _args
-
_cols
Column[] _cols
-
_nullIdx
int _nullIdx
-
_synthetic
boolean _synthetic
-
_vm
ValueMapping _vm
-
-
Class org.apache.openjpa.jdbc.meta.strats.EmbeddedClassStrategy
class EmbeddedClassStrategy extends AbstractClassStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
class EmbedFieldStrategy extends AbstractFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_synthetic
boolean _synthetic
-
-
Class org.apache.openjpa.jdbc.meta.strats.EmbedValueHandler
class EmbedValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.EnumValueHandler
class EnumValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_ordinal
boolean _ordinal
-
_vals
Enum<?>[] _vals
-
-
Class org.apache.openjpa.jdbc.meta.strats.FlatClassStrategy
class FlatClassStrategy extends AbstractClassStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
class FullClassStrategy extends AbstractClassStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.HandlerCollectionTableFieldStrategy
class HandlerCollectionTableFieldStrategy extends StoreCollectionFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
class HandlerFieldStrategy extends AbstractFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
class HandlerHandlerMapTableFieldStrategy extends MapTableFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.HandlerRelationMapTableFieldStrategy
class HandlerRelationMapTableFieldStrategy extends MapTableFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ImmutableValueHandler
class ImmutableValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
class InValueDiscriminatorStrategy extends AbstractDiscriminatorStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.LobFieldStrategy
class LobFieldStrategy extends AbstractFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fieldType
int fieldType
-
isBlob
boolean isBlob
-
-
Class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
class MapTableFieldStrategy extends ContainerFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedBlobFieldStrategy
class MaxEmbeddedBlobFieldStrategy extends org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedLobFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_maxSize
int _maxSize
-
-
Class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedByteArrayFieldStrategy
class MaxEmbeddedByteArrayFieldStrategy extends org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedLobFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_maxSize
int _maxSize
-
-
Class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedCharArrayFieldStrategy
class MaxEmbeddedCharArrayFieldStrategy extends org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedLobFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_maxSize
int _maxSize
-
-
Class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedClobFieldStrategy
class MaxEmbeddedClobFieldStrategy extends org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedLobFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_maxSize
int _maxSize
-
-
Class org.apache.openjpa.jdbc.meta.strats.MultiColumnVersionStrategy
class MultiColumnVersionStrategy extends NumberVersionStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.NanoPrecisionTimestampVersionStrategy
class NanoPrecisionTimestampVersionStrategy extends TimestampVersionStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy
class NoneClassStrategy extends AbstractClassStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.NoneDiscriminatorStrategy
class NoneDiscriminatorStrategy extends AbstractDiscriminatorStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.NoneFieldStrategy
class NoneFieldStrategy extends AbstractFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.NoneVersionStrategy
class NoneVersionStrategy extends AbstractVersionStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
class NumberVersionStrategy extends ColumnVersionStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ObjectIdClassStrategy
class ObjectIdClassStrategy extends AbstractClassStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ObjectIdValueHandler
class ObjectIdValueHandler extends EmbedValueHandler implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_args
Object[] _args
-
-
Class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
class PrimitiveFieldStrategy extends AbstractFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_stateImage
boolean _stateImage
-
-
Class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
class RelationCollectionInverseKeyFieldStrategy extends RelationToManyInverseKeyFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
class RelationCollectionTableFieldStrategy extends RelationToManyTableFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
class RelationFieldStrategy extends AbstractFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_fkOid
Boolean _fkOid
-
-
Class org.apache.openjpa.jdbc.meta.strats.RelationHandlerMapTableFieldStrategy
class RelationHandlerMapTableFieldStrategy extends MapTableFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
class RelationMapInverseKeyFieldStrategy extends RelationToManyInverseKeyFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
class RelationMapTableFieldStrategy extends RelationToManyTableFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.RelationRelationMapTableFieldStrategy
class RelationRelationMapTableFieldStrategy extends MapTableFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_keyRelationName
String _keyRelationName
-
-
Class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
class RelationToManyInverseKeyFieldStrategy extends StoreCollectionFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_orderInsert
boolean _orderInsert
-
_orderUpdate
boolean _orderUpdate
-
_uni1MFK
boolean _uni1MFK
-
-
Class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
class RelationToManyTableFieldStrategy extends StoreCollectionFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
class StateComparisonVersionStrategy extends AbstractVersionStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
class StoreCollectionFieldStrategy extends ContainerFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
class StringFieldStrategy extends AbstractFieldStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy
class SubclassJoinDiscriminatorStrategy extends AbstractDiscriminatorStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.SuperclassDiscriminatorStrategy
class SuperclassDiscriminatorStrategy extends AbstractDiscriminatorStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.SuperclassVersionStrategy
class SuperclassVersionStrategy extends AbstractVersionStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.TimestampVersionStrategy
class TimestampVersionStrategy extends ColumnVersionStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.UntypedPCValueHandler
class UntypedPCValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
class ValueMapDiscriminatorStrategy extends InValueDiscriminatorStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
class VerticalClassStrategy extends AbstractClassStrategy implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_fkOid
Boolean _fkOid
-
-
Class org.apache.openjpa.jdbc.meta.strats.XMLValueHandler
class XMLValueHandler extends AbstractValueHandler implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.jdbc.schema
-
Class org.apache.openjpa.jdbc.schema.Column
class Column extends org.apache.openjpa.jdbc.schema.ReferenceCounter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_autoAssign
boolean _autoAssign
-
_comment
String _comment
-
_constraints
Set<Constraint> _constraints
-
_decimals
int _decimals
-
_default
Object _default
-
_defaultStr
String _defaultStr
-
_flags
int _flags
-
_fullPath
QualifiedDBIdentifier _fullPath
-
_implicitRelation
boolean _implicitRelation
-
_index
int _index
-
_isUni1MFK
boolean _isUni1MFK
-
_javaType
int _javaType
-
_name
DBIdentifier _name
-
_notNull
Boolean _notNull
-
_pk
boolean _pk
-
_precision
int _precision
-
_radix
int _radix
-
_rel
boolean _rel
-
_scale
int _scale
-
_schemaName
DBIdentifier _schemaName
-
_size
int _size
-
_table
Table _table
-
_tableName
DBIdentifier _tableName
-
_target
DBIdentifier _target
-
_targetField
String _targetField
-
_type
int _type
-
_typeName
DBIdentifier _typeName
-
_versionStrategy
VersionStrategy _versionStrategy
-
_XML
boolean _XML
-
-
Class org.apache.openjpa.jdbc.schema.ColumnIO
class ColumnIO extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_unInsertable
int _unInsertable
-
_unNullInsertable
int _unNullInsertable
-
_unNullUpdatable
int _unNullUpdatable
-
_unUpdatable
int _unUpdatable
-
-
Class org.apache.openjpa.jdbc.schema.Constraint
class Constraint extends org.apache.openjpa.jdbc.schema.ReferenceCounter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_columnName
DBIdentifier _columnName
-
_deferred
boolean _deferred
-
_fullPath
QualifiedDBIdentifier _fullPath
-
_name
DBIdentifier _name
-
_schemaName
DBIdentifier _schemaName
-
_table
Table _table
-
_tableName
DBIdentifier _tableName
-
-
Class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
class DynamicSchemaFactory extends SchemaGroup implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_schema
DBIdentifier _schema
-
-
Class org.apache.openjpa.jdbc.schema.ForeignKey
class ForeignKey extends Constraint implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_autoAssign
Boolean _autoAssign
-
_constCols
Column[] _constCols
-
_constColsPK
Column[] _constColsPK
-
_consts
LinkedHashMap _consts
-
_constsPK
LinkedHashMap _constsPK
-
_constVals
Object[] _constVals
-
_constValsPK
Object[] _constValsPK
-
_delAction
int _delAction
-
_index
int _index
-
_joins
LinkedHashMap _joins
-
_joinsPK
LinkedHashMap _joinsPK
-
_locals
Column[] _locals
-
_pkColumnName
DBIdentifier _pkColumnName
-
_pks
Column[] _pks
-
_pkSchemaName
DBIdentifier _pkSchemaName
-
_pkTable
Table _pkTable
-
_pkTableName
DBIdentifier _pkTableName
-
_seq
int _seq
-
_upAction
int _upAction
-
-
Class org.apache.openjpa.jdbc.schema.Index
class Index extends LocalConstraint implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_unique
boolean _unique
-
-
Class org.apache.openjpa.jdbc.schema.LazySchemaFactory
class LazySchemaFactory extends SchemaGroup implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_fks
boolean _fks
-
_indexes
boolean _indexes
-
_pks
boolean _pks
-
-
Class org.apache.openjpa.jdbc.schema.LocalConstraint
class LocalConstraint extends Constraint implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.schema.NameSet
class NameSet extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_names
Set<DBIdentifier> _names
-
-
Class org.apache.openjpa.jdbc.schema.PrimaryKey
class PrimaryKey extends LocalConstraint implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_logical
boolean _logical
-
-
Class org.apache.openjpa.jdbc.schema.Schema
class Schema extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_group
SchemaGroup _group
-
_name
DBIdentifier _name
-
_seqMap
Map<DBIdentifier,
Sequence> _seqMap -
_seqs
Sequence[] _seqs
-
_tableMap
Map<DBIdentifier,
Table> _tableMap -
_tables
Table[] _tables
-
-
Class org.apache.openjpa.jdbc.schema.SchemaGenerator.Event
class Event extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_total
int _total
-
-
Class org.apache.openjpa.jdbc.schema.SchemaGroup
class SchemaGroup extends NameSet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_schemaMap
Map<DBIdentifier,
Schema> _schemaMap -
_schemas
Schema[] _schemas
-
-
Class org.apache.openjpa.jdbc.schema.Sequence
class Sequence extends org.apache.openjpa.jdbc.schema.ReferenceCounter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cache
int _cache
-
_colNum
int _colNum
-
_fullPath
QualifiedDBIdentifier _fullPath
-
_increment
int _increment
-
_initial
int _initial
-
_lineNum
int _lineNum
-
_name
DBIdentifier _name
-
_schema
Schema _schema
-
_schemaName
DBIdentifier _schemaName
-
_source
File _source
-
_srcType
int _srcType
-
-
Class org.apache.openjpa.jdbc.schema.Table
class Table extends NameSet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_autoAssign
Column[] _autoAssign
-
_colMap
Map<DBIdentifier,
Column> _colMap -
_colNum
int _colNum
-
_cols
Column[] _cols
-
_comment
String _comment
-
_fkList
Collection<ForeignKey> _fkList
-
_fks
ForeignKey[] _fks
-
_fullPath
QualifiedDBIdentifier _fullPath
-
_idxMap
Map<DBIdentifier,
Index> _idxMap -
_idxs
Index[] _idxs
-
_isAssociation
boolean _isAssociation
-
_lineNum
int _lineNum
-
_name
DBIdentifier _name
-
_pk
PrimaryKey _pk
-
_rels
Column[] _rels
-
_schema
Schema _schema
-
_schemaName
DBIdentifier _schemaName
-
_source
File _source
-
_srcType
int _srcType
-
_unqList
Collection<Unique> _unqList
-
_unqs
Unique[] _unqs
-
-
Class org.apache.openjpa.jdbc.schema.Unique
class Unique extends LocalConstraint implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.jdbc.sql
-
Class org.apache.openjpa.jdbc.sql.SQLBuffer
class SQLBuffer extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cols
List _cols
-
_dict
DBDictionary _dict
-
_params
List _params
-
_sql
StringBuilder _sql
-
_subsels
List _subsels
-
_userIndex
List _userIndex
-
_userParams
List _userParams
-
-
-
Package org.apache.openjpa.kernel
-
Class org.apache.openjpa.kernel.AbstractBrokerFactory
class AbstractBrokerFactory extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Replaces the factory with this JVMs pooled version if it exists. Also freezes the factory.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_conf
OpenJPAConfiguration _conf
-
_lock
ReentrantLock _lock
-
_poolKey
Object _poolKey
-
_userObjects
Map<Object,
Object> _userObjects
-
-
Class org.apache.openjpa.kernel.AbstractPCData
class AbstractPCData extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.AbstractStoreQuery
class AbstractStoreQuery extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ctx
QueryContext ctx
-
-
Class org.apache.openjpa.kernel.BrokerImpl
class BrokerImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
_allowReferenceToSiblingContext
boolean _allowReferenceToSiblingContext
-
_autoClear
int _autoClear
-
_autoDetach
int _autoDetach
-
_cache
org.apache.openjpa.kernel.ManagedCache _cache
-
_cacheFinderQuery
boolean _cacheFinderQuery
-
_cachePreparedQuery
boolean _cachePreparedQuery
-
_connectionFactory2Name
String _connectionFactory2Name
-
_connectionFactoryName
String _connectionFactoryName
-
_connRetainMode
int _connRetainMode
-
_deletedClss
Set<Class<?>> _deletedClss
-
_derefAdditions
Set<StateManagerImpl> _derefAdditions
-
_derefCache
Set<StateManagerImpl> _derefCache
-
_detachedNew
boolean _detachedNew
-
_detachState
int _detachState
-
_evictDataCache
boolean _evictDataCache
-
_fc
FetchConfiguration _fc
-
_fcs
LinkedList<FetchConfiguration> _fcs
-
_flags
int _flags
-
_ignoreChanges
boolean _ignoreChanges
-
_largeTransaction
boolean _largeTransaction
-
_lifeCallbackMode
int _lifeCallbackMode
-
_lifeEventManager
LifecycleEventManager _lifeEventManager
-
_managed
boolean _managed
-
_multithreaded
boolean _multithreaded
-
_nontransRead
boolean _nontransRead
-
_nontransWrite
boolean _nontransWrite
-
_optimistic
boolean _optimistic
-
_orderDirty
boolean _orderDirty
-
_pass
String _pass
-
_pending
Set<StateManagerImpl> _pending
-
_persistedClss
Set<Class<?>> _persistedClss
-
_populateDataCache
boolean _populateDataCache
-
_postLoadOnMerge
boolean _postLoadOnMerge
-
_printParameters
boolean _printParameters
-
_restoreState
int _restoreState
-
_retainState
boolean _retainState
-
_savepointCache
Set<StateManagerImpl> _savepointCache
-
_savepoints
LinkedMap _savepoints
-
_suppressBatchOLELogging
boolean _suppressBatchOLELogging
-
_sync
jakarta.transaction.Synchronization _sync
-
_syncManaged
boolean _syncManaged
-
_transAdditions
Set<StateManagerImpl> _transAdditions
-
_transCache
org.apache.openjpa.kernel.BrokerImpl.TransactionalCache _transCache
-
_transCallbackMode
int _transCallbackMode
-
_transEventManager
TransactionEventManager _transEventManager
-
_updatedClss
Set<Class<?>> _updatedClss
-
_user
String _user
-
_userObjects
Map<Object,
Object> _userObjects -
findAllDepth
int findAllDepth
-
-
Class org.apache.openjpa.kernel.BrokerImpl.StateManagerId
class StateManagerId extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_bhash
int _bhash
-
_id
long _id
-
-
Class org.apache.openjpa.kernel.DelegatingBrokerFactory
class DelegatingBrokerFactory extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_del
DelegatingBrokerFactory _del
-
_factory
BrokerFactory _factory
-
_trans
RuntimeExceptionTranslator _trans
-
-
Class org.apache.openjpa.kernel.DelegatingFetchConfiguration
class DelegatingFetchConfiguration extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_del
DelegatingFetchConfiguration _del
-
_fetch
FetchConfiguration _fetch
-
_trans
RuntimeExceptionTranslator _trans
-
-
Class org.apache.openjpa.kernel.DelegatingQuery
class DelegatingQuery extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_del
DelegatingQuery _del
-
_query
Query _query
-
-
Class org.apache.openjpa.kernel.DelegatingResultList
class DelegatingResultList extends Object implements Serializable-
Serialization Methods
-
writeReplace
Writes delegate, which may in turn write a normal list.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_del
ResultList<T> _del
-
_trans
RuntimeExceptionTranslator _trans
-
-
-
Class org.apache.openjpa.kernel.DetachedStateManager
class DetachedStateManager extends org.apache.openjpa.kernel.AttachStrategy implements Serializable- serialVersionUID:
- 4112223665584731100L
-
Serialized Fields
-
_access
boolean _access
-
_dirty
BitSet _dirty
-
_embedded
boolean _embedded
-
_loaded
BitSet _loaded
-
_lock
ReentrantLock _lock
-
_oid
Object _oid
-
_pc
PersistenceCapable _pc
-
_useDSFForUnproxy
boolean _useDSFForUnproxy
-
_version
Object _version
-
-
Class org.apache.openjpa.kernel.DistinctResultList
class DistinctResultList extends Object implements Serializable- serialVersionUID:
- -6140119764940777922L
-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_del
ArrayList<E> _del
-
_trans
RuntimeExceptionTranslator _trans
-
-
Class org.apache.openjpa.kernel.ExpressionStoreQuery
class ExpressionStoreQuery extends AbstractStoreQuery implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_parser
ExpressionParser _parser
-
-
Class org.apache.openjpa.kernel.ExpressionStoreQuery.DataStoreExecutor
class DataStoreExecutor extends ExpressionStoreQuery.AbstractExpressionExecutor implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_exps
QueryExpressions[] _exps
-
_facts
ExpressionFactory[] _facts
-
_inMemOrdering
Value[] _inMemOrdering
-
_meta
ClassMetaData _meta
-
_metas
ClassMetaData[] _metas
-
_parser
ExpressionParser _parser
-
_projTypes
Class[] _projTypes
-
_subs
boolean _subs
-
-
Class org.apache.openjpa.kernel.ExpressionStoreQuery.InMemoryExecutor
class InMemoryExecutor extends ExpressionStoreQuery.AbstractExpressionExecutor implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_exps
QueryExpressions[] _exps
-
_factory
InMemoryExpressionFactory _factory
-
_meta
ClassMetaData _meta
-
_projTypes
Class[] _projTypes
-
_subs
boolean _subs
-
-
Class org.apache.openjpa.kernel.FetchConfigurationImpl
class FetchConfigurationImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_availableDepth
int _availableDepth
-
_availableRecursion
int _availableRecursion
-
_directRelationOwner
String _directRelationOwner
-
_fromField
String _fromField
-
_fromType
Class<?> _fromType
-
_load
boolean _load
-
_parent
FetchConfigurationImpl _parent
-
_state
FetchConfigurationImpl.ConfigurationState _state
-
-
Class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
class ConfigurationState extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cacheNonDefaultFetchPlanQueries
boolean cacheNonDefaultFetchPlanQueries
-
cacheRetrieveMode
DataCacheRetrieveMode cacheRetrieveMode
-
cacheStoreMode
DataCacheStoreMode cacheStoreMode
-
extendedPathLookup
boolean extendedPathLookup
-
fetchBatchSize
int fetchBatchSize
-
fetchGroupContainsAll
boolean fetchGroupContainsAll
-
fetchGroupContainsDefault
boolean fetchGroupContainsDefault
-
fetchGroupIsPUDefault
boolean fetchGroupIsPUDefault
-
fetchGroups
Set<String> fetchGroups
-
fields
Set<String> fields
-
flushQuery
int flushQuery
-
hints
Map<String,
Object> hints -
lockScope
int lockScope
-
lockTimeout
int lockTimeout
-
maxFetchDepth
int maxFetchDepth
-
queryCache
boolean queryCache
-
queryTimeout
int queryTimeout
-
readLockLevel
int readLockLevel
-
rootClasses
Set<Class<?>> rootClasses
-
rootInstances
Set<Object> rootInstances
-
writeLockLevel
int writeLockLevel
-
-
Class org.apache.openjpa.kernel.FinalizingBrokerImpl
class FinalizingBrokerImpl extends BrokerImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.MethodStoreQuery
class MethodStoreQuery extends AbstractStoreQuery implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_params
OrderedMap<Object,
Class<?>> _params
-
-
Class org.apache.openjpa.kernel.OpenJPASavepoint
class OpenJPASavepoint extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_broker
Broker _broker
-
_copy
boolean _copy
-
_name
String _name
-
_saved
Map<StateManagerImpl,
org.apache.openjpa.kernel.SavepointFieldManager> _saved
-
-
Class org.apache.openjpa.kernel.PCDataImpl
class PCDataImpl extends AbstractPCData implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.PCState
class PCState extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Class org.apache.openjpa.kernel.PNonTransDeletedState
class PNonTransDeletedState extends PCState implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.QueryImpl
class QueryImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_aggListeners
Map<String,
AggregateListener> _aggListeners -
_class
Class<?> _class
-
_fc
FetchConfiguration _fc
-
_filtListeners
Map<String,
FilterListener> _filtListeners -
_ignoreChanges
boolean _ignoreChanges
-
_language
String _language
-
_lock
ReentrantLock _lock
-
_params
String _params
-
_printParameters
boolean _printParameters
-
_query
String _query
-
_readOnly
boolean _readOnly
-
_resultClass
Class<?> _resultClass
-
_resultMappingName
String _resultMappingName
-
_resultMappingScope
Class<?> _resultMappingScope
-
_storeQuery
StoreQuery _storeQuery
-
_subclasses
boolean _subclasses
-
_unique
Boolean _unique
-
-
Class org.apache.openjpa.kernel.QueryImpl.Compilation
class Compilation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
datastore
StoreQuery.Executor datastore
-
memory
StoreQuery.Executor memory
-
storeData
Object storeData
-
-
Class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
class RemoveOnCloseResultList extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
_res
ResultList _res
-
-
Class org.apache.openjpa.kernel.QueryStatistics.Default
class Default extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.QueryStatistics.None
class None extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.ResultShape
class ResultShape extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
alias
String alias
-
children
List<ResultShape<?>> children
-
cls
Class<T> cls
-
isNesting
boolean isNesting
-
isPrimitive
boolean isPrimitive
-
parents
Set<ResultShape<?>> parents
-
strategy
FillStrategy<T> strategy
-
-
Class org.apache.openjpa.kernel.SaveFieldManager
class SaveFieldManager extends org.apache.openjpa.kernel.ClearFieldManager implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
_copyField
int[] _copyField
-
_field
Object _field
-
_saved
BitSet _saved
-
_sm
StateManagerImpl _sm
-
_unloaded
BitSet _unloaded
-
-
Class org.apache.openjpa.kernel.StateManagerImpl
class StateManagerImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
_datePrecision
int _datePrecision
-
_delayed
BitSet _delayed
-
_dirty
BitSet _dirty
-
_fieldImpl
Object[] _fieldImpl
-
_flags
int _flags
-
_flush
BitSet _flush
-
_fm
FieldManager _fm
-
_id
Object _id
-
_impl
Object _impl
-
_loaded
BitSet _loaded
-
_loadVersion
Object _loadVersion
-
_lock
Object _lock
-
_mappedByIdFields
List<FieldMetaData> _mappedByIdFields
-
_oid
Object _oid
-
_owner
StateManagerImpl _owner
-
_ownerId
Object _ownerId
-
_ownerIndex
int _ownerIndex
-
_readLockLevel
int _readLockLevel
-
_saved
SaveFieldManager _saved
-
_single
org.apache.openjpa.kernel.SingleFieldManager _single
-
_state
PCState _state
-
_version
Object _version
-
_writeLockLevel
int _writeLockLevel
-
postLoadCallback
boolean postLoadCallback
set to
false
to 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.CandidatePath
class CandidatePath extends Val implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_actions
LinkedList _actions
-
_correlationVar
String _correlationVar
-
-
Class org.apache.openjpa.kernel.exps.Coalesce
class Coalesce extends Val implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_val
Val[] _val
-
-
Class org.apache.openjpa.kernel.exps.Context
class Context extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
aliasCount
int aliasCount
-
cloneFrom
Context cloneFrom
-
from
Expression from
-
meta
ClassMetaData meta
-
parent
Context parent
-
parsed
JPQLExpressionBuilder.ParsedJPQL parsed
-
schemaAlias
String schemaAlias
-
schemas
Map<String,
ClassMetaData> schemas -
select
Object select
-
subquery
Subquery subquery
-
subsels
List<Context> subsels
-
variables
Map<String,
Value> variables
-
-
Class org.apache.openjpa.kernel.exps.Exp
class Exp extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.exps.NullIf
class NullIf extends Val implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.exps.QueryExpressions
class QueryExpressions extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_aggregate
Boolean _aggregate
-
_contexts
Stack<Context> _contexts
-
accessPath
ClassMetaData[] accessPath
-
alias
String alias
-
ascending
boolean[] ascending
-
distinct
int distinct
-
fetchInnerPaths
String[] fetchInnerPaths
-
fetchPaths
String[] fetchPaths
-
filter
Expression filter
-
grouping
Value[] grouping
-
groupingClauses
String[] groupingClauses
-
hasInExpression
boolean hasInExpression
-
having
Expression having
-
operation
int operation
-
ordering
Value[] ordering
-
orderingAliases
String[] orderingAliases
-
orderingClauses
String[] orderingClauses
-
parameterTypes
OrderedMap<Object,
Class<?>> parameterTypes -
projectionAliases
String[] projectionAliases
-
projectionClauses
String[] projectionClauses
-
projections
Value[] projections
-
range
Value[] range
-
resultClass
Class<?> resultClass
-
shape
ResultShape<?> shape
-
state
Object state
-
updates
Map<Path,
Value> updates Map ofFieldMetaData
,Value
for update statements.
-
-
Class org.apache.openjpa.kernel.exps.SimpleCase
class SimpleCase extends Val implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.exps.StringContains
class StringContains extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.exps.Val
class Val extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_alias
String _alias
-
_meta
ClassMetaData _meta
-
-
Class org.apache.openjpa.kernel.exps.WhenCondition
class WhenCondition extends Exp implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.exps.WhenScalar
class WhenScalar extends Exp implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.exps.WildcardMatch
class WildcardMatch extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.kernel.jpql
-
Class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
class JPQLNode extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
children
JPQLExpressionBuilder.JPQLNode[] children
-
id
int id
-
inEnumPath
boolean inEnumPath
-
not
boolean not
-
parent
JPQLExpressionBuilder.JPQLNode parent
-
parser
JPQL parser
-
text
String text
-
-
Class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.ParsedJPQL
class ParsedJPQL extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.jpql.JPQLParser
class JPQLParser extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.openjpa.kernel.jpql.ParseException
class ParseException extends UserException implements Serializable -
Class org.apache.openjpa.kernel.jpql.SimpleNode
class SimpleNode extends JPQLExpressionBuilder.JPQLNode implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.jpql.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int 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. -
next
Token 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. -
specialToken
Token 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.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int 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.BootstrapException
class BootstrapException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_fatal
boolean _fatal
-
-
Class org.apache.openjpa.lib.conf.ConfigurationImpl
class ConfigurationImpl extends Object implements Externalizable-
Serialization Methods
-
readExternal
Implementation of theExternalizable
interface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput)
.- Throws:
IOException
ClassNotFoundException
-
writeExternal
Implementation of theExternalizable
interface to write the properties returned byConfigurationImpl.toProperties(boolean)
.- Throws:
IOException
-
-
-
-
Package org.apache.openjpa.lib.identifier
-
Class org.apache.openjpa.lib.identifier.IdentifierImpl
class IdentifierImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_name
String _name
-
nameDelimited
boolean nameDelimited
-
-
-
Package org.apache.openjpa.lib.jdbc
-
Class org.apache.openjpa.lib.jdbc.JDBCEvent
class JDBCEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.jdbc.JDBCEventConnectionDecorator
class JDBCEventConnectionDecorator extends AbstractConcurrentEventManager implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.openjpa.lib.jdbc.ReportingSQLException
class ReportingSQLException extends SQLException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_sql
String _sql
-
_sqle
SQLException _sqle
-
indexOfFirstFailedObject
int indexOfFirstFailedObject
-
-
-
Package org.apache.openjpa.lib.rop
-
Class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
class AbstractNonSequentialResultList extends AbstractResultList implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.rop.AbstractResultList
class AbstractResultList extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.rop.AbstractSequentialResultList
class AbstractSequentialResultList extends AbstractResultList implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.rop.EagerResultList
class EagerResultList extends ListResultList implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.rop.LazyForwardResultList
class LazyForwardResultList extends AbstractSequentialResultList implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_list
List _list
-
_rop
ResultObjectProvider _rop
-
_size
int _size
-
_state
int _state
-
-
-
Class org.apache.openjpa.lib.rop.ListResultList
class ListResultList extends AbstractResultList implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
_closed
boolean _closed
-
_list
List _list
-
-
Class org.apache.openjpa.lib.rop.RandomAccessResultList
class RandomAccessResultList extends AbstractNonSequentialResultList implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_full
Object[] _full
-
_requests
long _requests
-
_rop
ResultObjectProvider _rop
-
_rows
Map _rows
-
_size
int _size
-
_state
int _state
-
-
-
Class org.apache.openjpa.lib.rop.SimpleResultList
class SimpleResultList extends AbstractNonSequentialResultList implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_closed
boolean _closed
-
_size
int _size
-
-
-
Class org.apache.openjpa.lib.rop.SoftRandomAccessResultList
class SoftRandomAccessResultList extends RandomAccessResultList implements Serializable -
Class org.apache.openjpa.lib.rop.WindowResultList
class WindowResultList extends AbstractNonSequentialResultList implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_pos
int _pos
-
_random
boolean _random
-
_rop
ResultObjectProvider _rop
-
_size
int _size
-
_state
int _state
-
_window
Object[] _window
-
-
-
-
Package org.apache.openjpa.lib.util
-
Class org.apache.openjpa.lib.util.FormatPreservingProperties
class FormatPreservingProperties extends Properties implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
addWhitespaceAfterDelimiter
boolean addWhitespaceAfterDelimiter
-
allowDuplicates
boolean allowDuplicates
-
defaultEntryDelimiter
char defaultEntryDelimiter
-
insertTimestamp
boolean insertTimestamp
-
modifiedKeys
HashSet modifiedKeys
-
newKeys
LinkedHashSet newKeys
-
source
org.apache.openjpa.lib.util.FormatPreservingProperties.PropertySource source
-
-
Exception org.apache.openjpa.lib.util.FormatPreservingProperties.DuplicateKeyException
class DuplicateKeyException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.util.LRUMap
class LRUMap extends LRUMap implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_max
int _max
-
-
Class org.apache.openjpa.lib.util.Options
class Options extends TypedProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.util.OrderedMap
class OrderedMap extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_del
LinkedHashMap<K,
V> _del
-
-
Exception org.apache.openjpa.lib.util.ParseException
class ParseException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.util.ReferenceHashMap
class ReferenceHashMap extends ReferenceMap implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_maxSize
int _maxSize
-
-
Class org.apache.openjpa.lib.util.ReferenceHashSet
class ReferenceHashSet extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_set
Set _set
-
-
Class org.apache.openjpa.lib.util.TypedProperties
class TypedProperties extends Properties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.lib.util.collections
-
Class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator
class AbstractCollectionDecorator extends Object implements Serializable- serialVersionUID:
- 6249888059822088500L
-
Serialized Fields
-
collection
Collection<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
-
parent
AbstractDualBidiMap<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
-
readObject
Read the list in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write 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
-
readObject
Read the set in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write 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.ComparableComparator
class ComparableComparator extends Object implements Serializable- serialVersionUID:
- -291439688585137865L
-
Class org.apache.openjpa.lib.util.collections.ComparatorChain
class ComparatorChain extends Object implements Serializable- serialVersionUID:
- -721644942746081630L
-
Serialized Fields
-
comparatorChain
List<Comparator<E>> comparatorChain
The list of comparators in the chain. -
isLocked
boolean isLocked
Whether the chain has been "locked". -
orderingBits
BitSet 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
-
comparator
Comparator<? super K> comparator
The key comparator to use -
valueComparator
Comparator<? super V> valueComparator
The value comparator to use
-
-
Class org.apache.openjpa.lib.util.collections.LinkedMap
- serialVersionUID:
- 9077234323521161066L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write 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
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write 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
-
scanUntilRemovable
boolean scanUntilRemovable
Scan behaviour
-
-
Class org.apache.openjpa.lib.util.collections.MapBackedSet
class MapBackedSet extends Object implements Serializable- serialVersionUID:
- 6723912213766056587L
-
Class org.apache.openjpa.lib.util.collections.ReferenceIdentityMap
- serialVersionUID:
- -1266190134568365852L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write 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
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write 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.TreeBidiMap
class TreeBidiMap extends Object implements Serializable- serialVersionUID:
- 721969328361807L
-
Serialization Methods
-
readObject
Reads the content of the stream.- Parameters:
stream
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Writes 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
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
Write 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.AbstractConcurrentEventManager
class AbstractConcurrentEventManager extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_failFast
boolean _failFast
-
_listeners
Collection _listeners
-
-
Class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
class ConcurrentHashMap extends AbstractMap implements Serializable- serialVersionUID:
- -6452706556724125778L
-
Serialization Methods
-
readObject
Reconstitute the ConcurrentHashMap instance from a stream(i.e., deserialize it).- Throws:
IOException
ClassNotFoundException
-
writeObject
Save 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
-
loadFactor
float loadFactor
The load factor for the hash table. -
maxSize
int maxSize
Maximum entries. -
randomEntry
int randomEntry
Spread "random" removes and iteration. -
threshold
int threshold
The next size value at which to resize(capacity * load factor).
-
-
Class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
class ConcurrentReferenceHashSet extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.meta
-
Class org.apache.openjpa.meta.ClassMetaData
class ClassMetaData extends Extensions implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_abstract
boolean _abstract
-
_accessType
int _accessType
-
_alias
String _alias
-
_allDFGFields
FieldMetaData[] _allDFGFields
-
_allFields
FieldMetaData[] _allFields
-
_allListingFields
FieldMetaData[] _allListingFields
-
_allLrsFields
FieldMetaData[] _allLrsFields
-
_allPKFields
FieldMetaData[] _allPKFields
-
_allProxyFields
FieldMetaData[] _allProxyFields
-
_cacheEnabled
Boolean _cacheEnabled
-
_cacheName
String _cacheName
-
_cacheTimeout
int _cacheTimeout
-
_colNum
int _colNum
-
_comments
String[] _comments
-
_customFGs
FetchGroup[] _customFGs
-
_dataCacheEnabled
boolean _dataCacheEnabled
-
_definedFields
FieldMetaData[] _definedFields
-
_defSupFields
boolean _defSupFields
-
_detachable
Boolean _detachable
-
_detachState
String _detachState
-
_embeddable
boolean _embeddable
-
_embedded
Boolean _embedded
-
_extent
Boolean _extent
-
_fgMap
Map<String,
FetchGroup> _fgMap -
_fgs
FetchGroup[] _fgs
-
_fieldDataTable
int[] _fieldDataTable
-
_fieldMap
Map<String,
FieldMetaData> _fieldMap -
_fields
FieldMetaData[] _fields
-
_hasAbstractPKField
Boolean _hasAbstractPKField
-
_hashCode
int _hashCode
-
_hasPKFieldsFromAbstractClass
Boolean _hasPKFieldsFromAbstractClass
-
_idClass
Class<?> _idClass
-
_identity
Integer _identity
-
_idStrategy
int _idStrategy
-
_ifaceMap
Map<Class<?>,
Map<String, String>> _ifaceMap -
_impl
Class<?> _impl
-
_intercepting
boolean _intercepting
-
_interface
Boolean _interface
-
_interfaces
List<Class<?>> _interfaces
-
_lifeMeta
LifecycleMetaData _lifeMeta
-
_lineNum
int _lineNum
-
_listIndex
int _listIndex
-
_listingFields
FieldMetaData[] _listingFields
-
_mappedByIdFields
List<FieldMetaData> _mappedByIdFields
-
_mappedByIdFieldsSet
boolean _mappedByIdFieldsSet
-
_mapSubMetas
ClassMetaData[] _mapSubMetas
-
_objectId
Class<?> _objectId
-
_objectIdShared
Boolean _objectIdShared
-
_openjpaId
Boolean _openjpaId
-
_owner
ValueMetaData _owner
-
_pkAndNonPersistentManagedFmdIndexes
int[] _pkAndNonPersistentManagedFmdIndexes
-
_repos
MetaDataRepository _repos
-
_resMode
int _resMode
-
_seqMeta
SequenceMetaData _seqMeta
-
_seqName
String _seqName
-
_srcFile
File _srcFile
-
_srcMode
int _srcMode
-
_srcName
String _srcName
-
_srcType
int _srcType
-
_staticFields
Collection<String> _staticFields
-
_subMetas
ClassMetaData[] _subMetas
-
_subs
Class<?>[] _subs
-
_super
Class<?> _super
-
_superMeta
ClassMetaData _superMeta
-
_supFieldMap
Map<String,
FieldMetaData> _supFieldMap -
_type
Class<?> _type
-
_typeString
String _typeString
-
_unmgdFields
FieldMetaData[] _unmgdFields
-
_useIdClassFromParent
Boolean _useIdClassFromParent
-
_useSchemaElement
boolean _useSchemaElement
-
_versionIdx
int _versionIdx
-
inverseManagedFields
Boolean inverseManagedFields
-
-
Class org.apache.openjpa.meta.Extensions
class Extensions extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.meta.FetchGroup
class FetchGroup extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_containedBy
Set<String> _containedBy
-
_depths
Map<FieldMetaData,
Number> _depths -
_includes
List<String> _includes
-
_meta
ClassMetaData _meta
-
_name
String _name
-
_postLoad
Boolean _postLoad
-
_readOnly
boolean _readOnly
-
-
Class org.apache.openjpa.meta.FieldMetaData
class FieldMetaData extends Extensions implements Serializable- serialVersionUID:
- -566180883009883198L
-
Serialized Fields
-
_access
int _access
-
_associationType
int _associationType
-
_backingMember
FieldMetaData.MemberProvider _backingMember
-
_comments
String[] _comments
-
_converter
Class _converter
-
_dec
Class<?> _dec
-
_decIndex
int _decIndex
-
_decMeta
ClassMetaData _decMeta
-
_delayCapable
Boolean _delayCapable
-
_dfg
int _dfg
-
_elem
ValueMetaData _elem
-
_embedFullName
String _embedFullName
-
_enumField
Boolean _enumField
-
_explicit
boolean _explicit
-
_extName
String _extName
-
_extString
String _extString
-
_extValues
Map _extValues
-
_factName
String _factName
-
_fgs
String[] _fgs
-
_fgSet
Set<String> _fgSet
-
_fieldValues
Map _fieldValues
-
_fullName
String _fullName
-
_generated
boolean _generated
-
_implData
Boolean _implData
-
_index
int _index
-
_initializer
Object _initializer
-
_intermediate
boolean _intermediate
-
_inverse
String _inverse
-
_inverses
FieldMetaData[] _inverses
-
_isElementCollection
boolean _isElementCollection
-
_key
ValueMetaData _key
-
_lfg
String _lfg
-
_listIndex
int _listIndex
-
_lobField
Boolean _lobField
-
_lrs
Boolean _lrs
-
_manage
int _manage
-
_mappedBy
String _mappedBy
-
_mappedByIdValue
String _mappedByIdValue
-
_mappedByMeta
FieldMetaData _mappedByMeta
-
_name
String _name
-
_nullValue
int _nullValue
-
_orderDec
String _orderDec
-
_orders
Order[] _orders
-
_owner
ClassMetaData _owner
-
_persistentCollection
boolean _persistentCollection
-
_pkIndex
int _pkIndex
-
_primKey
boolean _primKey
-
_proxyClass
Class<?> _proxyClass
-
_relationType
Class<?> _relationType
-
_resMode
int _resMode
-
_seqMeta
SequenceMetaData _seqMeta
-
_seqName
String _seqName
-
_serializableField
Boolean _serializableField
-
_stream
Boolean _stream
-
_transient
boolean _transient
-
_upStrategy
int _upStrategy
-
_usedInOrderBy
boolean _usedInOrderBy
-
_useSchemaElement
boolean _useSchemaElement
-
_val
ValueMetaData _val
-
_valStrategy
int _valStrategy
-
_version
Boolean _version
-
-
Class org.apache.openjpa.meta.FieldMetaData.MemberProvider
class MemberProvider extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class org.apache.openjpa.meta.InheritanceComparator
class InheritanceComparator extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_base
Class _base
-
-
Class org.apache.openjpa.meta.LifecycleMetaData
class LifecycleMetaData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_activated
boolean _activated
-
_all
LifecycleCallbacks[][] _all
-
_declared
LifecycleCallbacks[][] _declared
-
_high
int[] _high
-
_ignoreSups
int _ignoreSups
-
_ignoreSystem
boolean _ignoreSystem
-
_meta
ClassMetaData _meta
-
_resolved
boolean _resolved
-
_super
LifecycleCallbacks[][] _super
-
_superHigh
int[] _superHigh
-
-
Class org.apache.openjpa.meta.MetaDataInheritanceComparator
class MetaDataInheritanceComparator extends InheritanceComparator implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.meta.MetaDataRepository
class MetaDataRepository extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_aliases
Map<String,
List<Class<?>>> _aliases -
_errs
List<RuntimeException> _errs
-
_filterRegisteredClasses
boolean _filterRegisteredClasses
-
_ifaces
Map<Class<?>,
Class<?>> _ifaces -
_impls
Map<Class<?>,
Collection<Class<?>>> _impls -
_listeners
LifecycleEventManager.ListenerList _listeners
-
_locking
boolean _locking
-
_logEnhancementLevel
boolean _logEnhancementLevel
-
_mapping
List<ClassMetaData> _mapping
-
_metamodel
Map<Class<?>,
Class<?>> _metamodel -
_metas
Map<Class<?>,
ClassMetaData> _metas -
_metaStringMap
Map<String,
ClassMetaData> _metaStringMap -
_nonMapped
Map<Class<?>,
NonPersistentMetaData> _nonMapped -
_oids
Map<Class<?>,
Class<?>> _oids -
_pawares
Map<Class<?>,
NonPersistentMetaData> _pawares -
_preload
boolean _preload
-
_preloadComplete
boolean _preloadComplete
-
_queries
Map<String,
QueryMetaData> _queries -
_registered
Collection<Class<?>> _registered
-
_resMode
int _resMode
-
_resolving
List<ClassMetaData> _resolving
-
_seqs
Map<String,
SequenceMetaData> _seqs -
_sourceMode
int _sourceMode
-
_subs
Map<Class<?>,
Collection<Class<?>>> _subs -
_sysSeq
SequenceMetaData _sysSeq
-
_systemListenersActivated
boolean _systemListenersActivated
-
_typesWithoutEnhancement
Collection<Class<?>> _typesWithoutEnhancement
-
_validate
int _validate
-
_xmlmetas
Map<Class<?>,
XMLMetaData> _xmlmetas -
EMPTY_FIELDS
FieldMetaData[] EMPTY_FIELDS
-
EMPTY_METAS
ClassMetaData[] EMPTY_METAS
-
EMPTY_ORDERS
Order[] EMPTY_ORDERS
-
EMPTY_XMLMETAS
XMLMetaData[] EMPTY_XMLMETAS
-
-
Class org.apache.openjpa.meta.MultiQueryMetaData
class MultiQueryMetaData extends QueryMetaData implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_isTemporary
boolean _isTemporary
-
_params
List<MultiQueryMetaData.Parameter> _params
-
_parts
List<QueryMetaData> _parts
-
_procedureName
String _procedureName
-
-
Class org.apache.openjpa.meta.NonPersistentMetaData
class NonPersistentMetaData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_class
Class _class
-
_colNum
int _colNum
-
_comments
String[] _comments
-
_lineNum
int _lineNum
-
_listIndex
int _listIndex
-
_repos
MetaDataRepository _repos
-
_srcFile
File _srcFile
-
_srcType
int _srcType
-
_type
int _type
-
-
Class org.apache.openjpa.meta.QueryMetaData
class QueryMetaData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_candidate
Class _candidate
-
_class
Class _class
-
_colNum
int _colNum
-
_comments
String[] _comments
-
_convertPositionalParametersToNamed
boolean _convertPositionalParametersToNamed
-
_file
File _file
-
_hintKeys
List _hintKeys
-
_hintVals
List _hintVals
-
_language
String _language
-
_lineNum
int _lineNum
-
_mode
int _mode
-
_name
String _name
-
_paramTypes
OrderedMap<Object,
Class<?>> _paramTypes -
_query
String _query
-
_readOnly
Boolean _readOnly
-
_res
Class _res
-
_resultSetMappingName
String _resultSetMappingName
-
_scope
Object _scope
-
_srcName
String _srcName
-
_srcType
int _srcType
-
-
Class org.apache.openjpa.meta.SequenceMetaData
class SequenceMetaData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_allocate
int _allocate
-
_catalog
String _catalog
-
_colNum
int _colNum
-
_comments
String[] _comments
-
_factory
SequenceMetaData.SequenceFactory _factory
-
_increment
int _increment
-
_initial
int _initial
-
_lineNum
int _lineNum
-
_name
String _name
-
_plugin
String _plugin
-
_repos
MetaDataRepository _repos
-
_schema
String _schema
-
_scope
Object _scope
-
_sequence
String _sequence
-
_source
File _source
-
_srcType
int _srcType
-
_type
int _type
-
-
Class org.apache.openjpa.meta.ValueMetaDataImpl
class ValueMetaDataImpl extends Object implements Serializable- serialVersionUID:
- 6766697443293395831L
-
Serialized Fields
-
_attach
int _attach
-
_checkPUDefaultCascadePersist
boolean _checkPUDefaultCascadePersist
-
_code
int _code
-
_decCode
int _decCode
-
_decType
Class _decType
-
_decTypeMeta
ClassMetaData _decTypeMeta
-
_delete
int _delete
-
_detach
int _detach
-
_embedded
Boolean _embedded
-
_embeddedMeta
ClassMetaData _embeddedMeta
-
_mappedBy
String _mappedBy
-
_mappedByMeta
FieldMetaData _mappedByMeta
-
_owner
FieldMetaData _owner
-
_persist
int _persist
-
_refresh
int _refresh
-
_resMode
int _resMode
-
_serialized
boolean _serialized
-
_type
Class _type
-
_typeMeta
ClassMetaData _typeMeta
-
_typeOverride
Class _typeOverride
-
-
Class org.apache.openjpa.meta.XMLClassMetaData
class XMLClassMetaData extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.meta.XMLFieldMetaData
class XMLFieldMetaData extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.persistence
-
Class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer.SerializationComparator
class SerializationComparator extends MetaDataInheritanceComparator implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.openjpa.persistence.ArgumentException
class ArgumentException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception org.apache.openjpa.persistence.EntityExistsException
class EntityExistsException extends jakarta.persistence.EntityExistsException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.apache.openjpa.persistence.EntityManagerFactoryImpl
class EntityManagerFactoryImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_factory
DelegatingBrokerFactory _factory
-
-
Class org.apache.openjpa.persistence.EntityManagerImpl
class EntityManagerImpl extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Exception org.apache.openjpa.persistence.EntityNotFoundException
class EntityNotFoundException extends jakarta.persistence.EntityNotFoundException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception org.apache.openjpa.persistence.InvalidStateException
class InvalidStateException extends IllegalStateException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception org.apache.openjpa.persistence.LockTimeoutException
class LockTimeoutException extends jakarta.persistence.LockTimeoutException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception org.apache.openjpa.persistence.NonUniqueResultException
class NonUniqueResultException extends jakarta.persistence.NonUniqueResultException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception org.apache.openjpa.persistence.NoResultException
class NoResultException extends jakarta.persistence.NoResultException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception org.apache.openjpa.persistence.OptimisticLockException
class OptimisticLockException extends jakarta.persistence.OptimisticLockException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception org.apache.openjpa.persistence.PersistenceException
class PersistenceException extends jakarta.persistence.PersistenceException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception org.apache.openjpa.persistence.PessimisticLockException
class 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
-
_hintHandler
HintHandler _hintHandler
-
_id
String _id
-
_query
DelegatingQuery _query
-
-
Exception org.apache.openjpa.persistence.QueryTimeoutException
class QueryTimeoutException extends jakarta.persistence.QueryTimeoutException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception org.apache.openjpa.persistence.RollbackException
class RollbackException extends jakarta.persistence.RollbackException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception org.apache.openjpa.persistence.TransactionRequiredException
class TransactionRequiredException extends jakarta.persistence.TransactionRequiredException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer.SerializationComparator
class SerializationComparator extends MetaDataInheritanceComparator implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.persistence.criteria
-
Class org.apache.openjpa.persistence.criteria.CriteriaBuilderImpl
class CriteriaBuilderImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_model
MetamodelImpl _model
-
-
-
Package org.apache.openjpa.persistence.jdbc
-
Class org.apache.openjpa.persistence.jdbc.AnnotationPersistenceMappingSerializer.MappingSerializationComparator
class MappingSerializationComparator extends AnnotationPersistenceMetaDataSerializer.SerializationComparator implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer.MappingSerializationComparator
class MappingSerializationComparator extends XMLPersistenceMetaDataSerializer.SerializationComparator implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.persistence.jest
-
Class org.apache.openjpa.persistence.jest.JESTServlet
class JESTServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_debug
boolean _debug
-
_emf
OpenJPAEntityManagerFactory _emf
-
_unit
String _unit
-
-
Exception org.apache.openjpa.persistence.jest.ProcessingException
class ProcessingException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_errorCode
int _errorCode
-
ctx
JPAServletContext ctx
-
-
-
Package org.apache.openjpa.persistence.query
-
Class org.apache.openjpa.persistence.query.AbsExpression
class AbsExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.AbstractDomainObject
class AbstractDomainObject extends org.apache.openjpa.persistence.query.AbstractPath implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.AndPredicate
class AndPredicate extends LogicalPredicate implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.ArrayExpression
class ArrayExpression extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_values
Object[] _values
-
-
Class org.apache.openjpa.persistence.query.AverageExpression
class AverageExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.BetweenExpression
class BetweenExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.BinaryOperatorExpression
class BinaryOperatorExpression extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_e1
Expression _e1
-
_e2
Expression _e2
-
_op
BinaryFunctionalOperator _op
-
-
Class org.apache.openjpa.persistence.query.CaseExpressionImpl
class CaseExpressionImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_caseOperand
Object _caseOperand
-
_whens
LinkedList<WhenClause> _whens
-
-
Class org.apache.openjpa.persistence.query.ConcatExpression
class ConcatExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.CountExpression
class CountExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.CurrentTimeExpression
class CurrentTimeExpression extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_type
Class _type
-
-
Class org.apache.openjpa.persistence.query.DistinctExpression
class DistinctExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.DividedByExpression
class DividedByExpression extends BinaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.ElseExpression
class ElseExpression extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_caseClause
CaseExpressionImpl _caseClause
-
_elseClause
Expression _elseClause
-
-
Class org.apache.openjpa.persistence.query.EntryExpression
class EntryExpression extends OperatorPath implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.EqualExpression
class EqualExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.ExistsExpression
class ExistsExpression extends org.apache.openjpa.persistence.query.UnaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.FetchPath
class FetchPath extends AbstractDomainObject implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.GreaterEqualExpression
class GreaterEqualExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.GreaterThanExpression
class GreaterThanExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.IndexExpression
class IndexExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.InExpression
class InExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.IsEmptyExpression
class IsEmptyExpression extends org.apache.openjpa.persistence.query.UnaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.IsNullExpression
class IsNullExpression extends org.apache.openjpa.persistence.query.UnaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.JoinPath
class JoinPath extends AbstractDomainObject implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.KeyExpression
class KeyExpression extends OperatorPath implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.LengthExpression
class LengthExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.LessEqualExpression
class LessEqualExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.LessThanExpression
class LessThanExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.LikeExpression
class LikeExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_echar
Object _echar
-
_escaped
boolean _escaped
-
-
Class org.apache.openjpa.persistence.query.LiteralExpression
class LiteralExpression extends org.apache.openjpa.persistence.query.ConstantExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.LocateExpression
class LocateExpression extends BinaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_start
Expression _start
-
-
Class org.apache.openjpa.persistence.query.LogicalPredicate
class LogicalPredicate extends org.apache.openjpa.persistence.query.AbstractVisitable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_nop
ConditionalOperator _nop
-
_op
ConditionalOperator _op
-
_p1
Predicate _p1
-
_p2
Predicate _p2
-
-
Class org.apache.openjpa.persistence.query.LowerExpression
class LowerExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.MaxExpression
class MaxExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.MemberOfExpression
class MemberOfExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.MinExpression
class MinExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.MinusExpression
class MinusExpression extends BinaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.NewInstance
class NewInstance extends org.apache.openjpa.persistence.query.AbstractVisitable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_args
List<SelectItem> _args
-
_cls
Class _cls
-
-
Class org.apache.openjpa.persistence.query.NotEqualExpression
class NotEqualExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.OperatorPath
class OperatorPath extends AbstractDomainObject implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.OrderableItem
class OrderableItem extends org.apache.openjpa.persistence.query.AbstractVisitable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_asc
Boolean _asc
-
_e
org.apache.openjpa.persistence.query.ExpressionImpl _e
-
-
Class org.apache.openjpa.persistence.query.OrPredicate
class OrPredicate extends LogicalPredicate implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.ParameterExpression
class ParameterExpression extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_name
String _name
-
-
Class org.apache.openjpa.persistence.query.PlusExpression
class PlusExpression extends BinaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.QueryDefinitionImpl
class QueryDefinitionImpl extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_builder
QueryBuilderImpl _builder
-
_distinct
boolean _distinct
-
_domains
List<AbstractDomainObject> _domains
-
_groupBys
List<PathExpression> _groupBys
-
_having
Predicate _having
-
_orderBys
List<OrderableItem> _orderBys
-
_projections
List<SelectItem> _projections
-
_where
Predicate _where
-
-
Class org.apache.openjpa.persistence.query.RangeExpression
class RangeExpression extends BinaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.RootPath
class RootPath extends AbstractDomainObject implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.SizeExpression
class SizeExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.SquareRootExpression
class SquareRootExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.SubStringExpression
class SubStringExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_length
Expression _length
-
_start
Expression _start
-
-
Class org.apache.openjpa.persistence.query.SumExpression
class SumExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.TimesExpression
class TimesExpression extends BinaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.TrimExpression
class TrimExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_trimChar
Expression _trimChar
-
_trimSpec
TrimSpec _trimSpec
-
-
Class org.apache.openjpa.persistence.query.TypeExpression
class TypeExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.UnaryMinusExpression
class UnaryMinusExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.UpperExpression
class UpperExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.ValueExpression
class ValueExpression extends OperatorPath implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.VarArgsExpression
class VarArgsExpression extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_values
Expression[] _values
-
-
-
Package org.apache.openjpa.slice
-
Class org.apache.openjpa.slice.DistributedBrokerImpl
class DistributedBrokerImpl extends FinalizingBrokerImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_lock
ReentrantSliceLock _lock
-
-
Class org.apache.openjpa.slice.DistributedQueryImpl
class DistributedQueryImpl extends QueryImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_conf
DistributedConfiguration _conf
-
_lock
ReentrantSliceLock _lock
-
-
Class org.apache.openjpa.slice.ReentrantSliceLock
class ReentrantSliceLock extends ReentrantLock implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.slice.Slice
class Slice extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class org.apache.openjpa.slice.SliceInfo
class SliceInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_isReplicated
boolean _isReplicated
-
_slices
String[] _slices
-
-
-
Package org.apache.openjpa.slice.jdbc
-
Class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
class DistributedJDBCBrokerFactory extends JDBCBrokerFactory implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
class DistributedJDBCConfigurationImpl extends JDBCConfigurationImpl implements Externalizable-
Serialization Methods
-
readExternal
Implementation of theExternalizable
interface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput)
.- Throws:
IOException
ClassNotFoundException
-
writeExternal
Implementation of theExternalizable
interface to write the properties returned byConfigurationImpl.toProperties(boolean)
.- Throws:
IOException
-
-
-
Class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.ParallelExecutor
class ParallelExecutor extends ExpressionStoreQuery.DataStoreExecutor implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
executors
List<StoreQuery.Executor> executors
-
owner
org.apache.openjpa.slice.jdbc.DistributedStoreQuery owner
-
-
Class org.apache.openjpa.slice.jdbc.TargetFetchConfiguration
class TargetFetchConfiguration extends JDBCFetchConfigurationImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_explicitTarget
boolean _explicitTarget
-
-
-
Package org.apache.openjpa.util
-
Class org.apache.openjpa.util.BigDecimalId
class BigDecimalId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
key
BigDecimal key
-
-
Class org.apache.openjpa.util.BigIntegerId
class BigIntegerId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
key
BigInteger key
-
-
Class org.apache.openjpa.util.BooleanId
class BooleanId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
key
boolean key
-
-
Class org.apache.openjpa.util.ByteId
class ByteId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
key
byte key
-
-
Exception org.apache.openjpa.util.CallbackException
class CallbackException extends UserException implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.CharId
class CharId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
key
char key
-
-
Class org.apache.openjpa.util.DateId
class DateId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
key
Date key
-
-
Class org.apache.openjpa.util.DoubleId
class DoubleId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
key
double key
-
-
Class org.apache.openjpa.util.FloatId
class FloatId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
key
float key
-
-
Exception org.apache.openjpa.util.GeneralException
class GeneralException extends OpenJPAException implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.Id
class Id extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
long _id
-
-
Exception org.apache.openjpa.util.InternalException
class InternalException extends OpenJPAException implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.IntId
class IntId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
key
int key
-
-
Exception org.apache.openjpa.util.InvalidStateException
class InvalidStateException extends UserException implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.java$sql$Date$proxy
class java$sql$Date$proxy extends Date implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$sql$Time$proxy
class java$sql$Time$proxy extends Time implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$sql$Timestamp$proxy
class java$sql$Timestamp$proxy extends Timestamp implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$ArrayList$proxy
class java$util$ArrayList$proxy extends ArrayList implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$Date$proxy
class java$util$Date$proxy extends Date implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$EnumMap$proxy
class java$util$EnumMap$proxy extends EnumMap implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$GregorianCalendar$proxy
class java$util$GregorianCalendar$proxy extends GregorianCalendar implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$HashMap$proxy
class java$util$HashMap$proxy extends HashMap implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$HashSet$proxy
class java$util$HashSet$proxy extends HashSet implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$Hashtable$proxy
class java$util$Hashtable$proxy extends Hashtable implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$IdentityHashMap$proxy
class java$util$IdentityHashMap$proxy extends IdentityHashMap implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$LinkedHashMap$proxy
class java$util$LinkedHashMap$proxy extends LinkedHashMap implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$LinkedHashSet$proxy
class java$util$LinkedHashSet$proxy extends LinkedHashSet implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$LinkedList$proxy
class java$util$LinkedList$proxy extends LinkedList implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$PriorityQueue$proxy
class java$util$PriorityQueue$proxy extends PriorityQueue implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$Properties$proxy
class java$util$Properties$proxy extends Properties implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$TreeMap$proxy
class java$util$TreeMap$proxy extends TreeMap implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$TreeSet$proxy
class java$util$TreeSet$proxy extends TreeSet implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$Vector$proxy
class java$util$Vector$proxy extends Vector implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Exception org.apache.openjpa.util.LockException
class LockException extends StoreException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
lockLevel
int lockLevel
-
timeout
int timeout
-
-
Class org.apache.openjpa.util.LongId
class LongId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
key
long key
-
-
Exception org.apache.openjpa.util.MetaDataException
class MetaDataException extends UserException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.openjpa.util.NonUniqueResultException
class NonUniqueResultException extends InvalidStateException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.openjpa.util.NoResultException
class NoResultException extends InvalidStateException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.openjpa.util.NoTransactionException
class NoTransactionException extends InvalidStateException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.openjpa.util.ObjectExistsException
class ObjectExistsException extends StoreException implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.ObjectId
class ObjectId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_key
Object _key
-
-
Exception org.apache.openjpa.util.ObjectNotFoundException
class ObjectNotFoundException extends StoreException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.openjpa.util.OpenJPAException
class OpenJPAException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.apache.openjpa.util.OpenJPAId
class OpenJPAId extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_typeHash
int _typeHash
-
subs
boolean subs
-
type
Class type
-
-
Exception org.apache.openjpa.util.OptimisticException
class OptimisticException extends StoreException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.openjpa.util.QueryException
class QueryException extends StoreException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
timeout
int timeout
-
-
Exception org.apache.openjpa.util.ReferentialIntegrityException
class ReferentialIntegrityException extends StoreException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
_iv
int _iv
-
-
Class org.apache.openjpa.util.ShortId
class ShortId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
key
short key
-
-
Exception org.apache.openjpa.util.StoreException
class StoreException extends OpenJPAException implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.StringId
class StringId extends OpenJPAId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
key
String key
-
-
Exception org.apache.openjpa.util.UnsupportedException
class UnsupportedException extends OpenJPAException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.openjpa.util.UserException
class UserException extends OpenJPAException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.openjpa.util.WrappedException
class WrappedException extends OpenJPAException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.util.proxy
-
Class org.apache.openjpa.util.proxy.DelayedArrayListProxy
class DelayedArrayListProxy extends ArrayList implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedHashSetProxy
class DelayedHashSetProxy extends HashSet implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy
class DelayedLinkedHashSetProxy extends LinkedHashSet implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedLinkedListProxy
class DelayedLinkedListProxy extends LinkedList implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
class DelayedPriorityQueueProxy extends PriorityQueue implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedTreeSetProxy
class DelayedTreeSetProxy extends TreeSet implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedVectorProxy
class DelayedVectorProxy extends Vector implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
-
Package org.apache.openjpa.validation
-
Class org.apache.openjpa.validation.ValidatingLifecycleEventManager
class ValidatingLifecycleEventManager extends LifecycleEventManager implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_conf
OpenJPAConfiguration _conf
-
_validationEnabled
boolean _validationEnabled
-
_validator
Validator _validator
-
-
Exception org.apache.openjpa.validation.ValidationException
class ValidationException extends WrappedException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.xmlstore
-
Class org.apache.openjpa.xmlstore.XMLConfiguration
class XMLConfiguration extends OpenJPAConfigurationImpl implements Externalizable-
Serialization Methods
-
readExternal
Implementation of theExternalizable
interface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput)
.- Throws:
IOException
ClassNotFoundException
-
writeExternal
Implementation of theExternalizable
interface to write the properties returned byConfigurationImpl.toProperties(boolean)
.- Throws:
IOException
-
-
-