Serialized Form
Package org.apache.openjpa.abstractstore |
_storeCls
java.lang.String _storeCls
_storeProps
java.lang.String _storeProps
_platform
java.lang.String _platform
Package org.apache.openjpa.conf |
_isPostPersistCallbackImmediate
boolean _isPostPersistCallbackImmediate
_allowsMultipleMethodsForSameCallback
boolean _allowsMultipleMethodsForSameCallback
_allowsDuplicateListener
boolean _allowsDuplicateListener
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Implementation of the
Externalizable
interface to read from
the properties written by ConfigurationImpl.writeExternal(java.io.ObjectOutput)
.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Implementation of the
Externalizable
interface to write
the properties returned by ConfigurationImpl.toProperties(boolean)
.
- Throws:
java.io.IOException
Package org.apache.openjpa.datacache |
stats
CacheStatistics.Default stats
conf
OpenJPAConfiguration conf
- The configuration set by the system.
log
Log log
- The log to use.
_name
java.lang.String _name
_closed
boolean _closed
_schedule
java.lang.String _schedule
_includedTypes
java.util.Set<E> _includedTypes
_excludedTypes
java.util.Set<E> _excludedTypes
conf
OpenJPAConfiguration conf
- The configuration set by the system.
log
Log log
- The log to use.
entityTimestampMap
java.util.concurrent.ConcurrentHashMap<K,V> entityTimestampMap
_closed
boolean _closed
evictPolicy
AbstractQueryCache.EvictPolicy evictPolicy
astat
long[] astat
stat
long[] stat
stats
java.util.Map<K,V> stats
astats
java.util.Map<K,V> astats
start
java.util.Date start
since
java.util.Date since
enabled
boolean enabled
_cache
CacheMap _cache
_cache
CacheMap _cache
_exp
long _exp
_key
java.lang.Object _key
_expired
boolean _expired
_type
java.lang.Class<T> _type
_partProperties
java.util.List<E> _partProperties
_partitions
java.util.Map<K,V> _partitions
writeReplace
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
_query
StoreQuery _query
_cache
QueryCache _cache
_sctx
StoreContext _sctx
_repos
MetaDataRepository _repos
writeReplace
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
_res
QueryResult _res
_proj
boolean _proj
_sctx
StoreContext _sctx
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
_ex
long _ex
_timestamp
long _timestamp
_types
java.util.Collection<E> _types
Package org.apache.openjpa.enhance |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
o
java.lang.Object o
sm
StateManager sm
serializationUserVisible
boolean serializationUserVisible
Package org.apache.openjpa.event |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
eventType
int eventType
_conf
Configuration _conf
_type
int _type
_related
java.lang.Object _related
_classListeners
java.util.Map<K,V> _classListeners
_listeners
LifecycleEventManager.ListenerList _listeners
_addListeners
java.util.List<E> _addListeners
_remListeners
java.util.List<E> _remListeners
_exceps
java.util.List<E> _exceps
_firing
boolean _firing
_fail
boolean _fail
_failFast
boolean _failFast
_types
int _types
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException
- Throws:
java.io.IOException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
_provider
RemoteCommitProvider _provider
_transmitPersIds
boolean _transmitPersIds
_type
int _type
_begin
int _begin
_flush
int _flush
_end
int _end
Package org.apache.openjpa.jdbc.conf |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Implementation of the
Externalizable
interface to read from
the properties written by ConfigurationImpl.writeExternal(java.io.ObjectOutput)
.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Implementation of the
Externalizable
interface to write
the properties returned by ConfigurationImpl.toProperties(boolean)
.
- Throws:
java.io.IOException
Package org.apache.openjpa.jdbc.identifier |
_type
DBIdentifier.DBIdentifierType _type
_schemaName
DBIdentifier _schemaName
_objectTableName
DBIdentifier _objectTableName
Package org.apache.openjpa.jdbc.kernel |
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
_savepoint
java.lang.Object _savepoint
_synchronizedMappings
boolean _synchronizedMappings
_state
JDBCFetchConfigurationImpl.JDBCConfigurationState _state
eagerMode
int eagerMode
subclassMode
int subclassMode
type
int type
direction
int direction
size
int size
syntax
int syntax
joins
java.util.Set<E> joins
fetchInnerJoins
java.util.Set<E> fetchInnerJoins
isolationLevel
int isolationLevel
_cached
PreparedQueryImpl _cached
seq
long seq
max
long max
Package org.apache.openjpa.jdbc.kernel.exps |
_args
Val[] _args
_meta
ClassMetaData _meta
_vals
Val[] _vals
_meta
ClassMetaData _meta
_cast
java.lang.Class<T> _cast
other
Value other
otherState
ExpState otherState
_key
java.lang.Object _key
_type
java.lang.Class<T> _type
_idx
int _idx
_container
boolean _container
_val1
Val _val1
_val2
Val _val2
_meta
ClassMetaData _meta
_functionName
java.lang.String _functionName
_exp
org.apache.openjpa.jdbc.kernel.exps.Exp[] _exp
_val
Val _val
_meta
ClassMetaData _meta
_cast
java.lang.Class<T> _cast
other
Value other
otherState
ExpState otherState
_val1
Val _val1
_val2
Val _val2
_meta
ClassMetaData _meta
_cast
java.lang.Class<T> _cast
_type
ClassMapping _type
_cons
SelectConstructor _cons
_getMapValueAlias
int _getMapValueAlias
_val
java.lang.Object _val
_ptype
int _ptype
_isRaw
boolean _isRaw
_rawVal
java.lang.Object _rawVal
_key
Val _key
_val
Val _val
_meta
ClassMetaData _meta
_cast
java.lang.Class<T> _cast
_type
java.lang.Class<T> _type
_key
Val _key
_meta
ClassMetaData _meta
_cast
java.lang.Class<T> _cast
_type
java.lang.Class<T> _type
_val1
Val _val1
_val2
Val _val2
_op
java.lang.String _op
_meta
ClassMetaData _meta
_cast
java.lang.Class<T> _cast
_val1
Val _val1
_val2
Val _val2
_meta
ClassMetaData _meta
_cast
java.lang.Class<T> _cast
other
Value other
otherState
ExpState otherState
_key
java.lang.Object _key
_type
java.lang.Class<T> _type
_idx
int _idx
_container
boolean _container
_candidate
ClassMapping _candidate
_class
ClassMapping _class
_key
boolean _key
_type
int _type
_varName
java.lang.String _varName
_cast
java.lang.Class<T> _cast
_cid
boolean _cid
_xmlfield
FieldMetaData _xmlfield
_keyPath
boolean _keyPath
_schemaAlias
java.lang.String _schemaAlias
_extent
boolean _extent
_subselect
Select _subselect
_caseOperand
Val _caseOperand
_exp
org.apache.openjpa.jdbc.kernel.exps.Exp[] _exp
_val
Val _val
_meta
ClassMetaData _meta
_cast
java.lang.Class<T> _cast
other
Value other
otherState
ExpState otherState
_cast
java.lang.Class<T> _cast
_candidate
ClassMapping _candidate
_subs
boolean _subs
_subqAlias
java.lang.String _subqAlias
_cons
SelectConstructor _cons
_type
java.lang.Class<T> _type
_meta
ClassMetaData _meta
_exps
QueryExpressions _exps
_select
Select _select
_val1
Val _val1
_val2
Val _val2
_meta
ClassMetaData _meta
_val
Val _val
_trimChar
Val _trimChar
_where
java.lang.Boolean _where
_meta
ClassMetaData _meta
_val
java.lang.Object _val
_ptype
int _ptype
_exp
org.apache.openjpa.jdbc.kernel.exps.Exp _exp
_val
Val _val
_val1
Val _val1
_val2
Val _val2
Package org.apache.openjpa.jdbc.meta |
_info
ClassMappingInfo _info
_discrim
Discriminator _discrim
_version
Version _version
_strategy
ClassStrategy _strategy
_table
Table _table
_io
ColumnIO _io
_cols
Column[] _cols
_fk
ForeignKey _fk
_subclassMode
int _subclassMode
_joinSubMaps
ClassMapping[] _joinSubMaps
_assignMaps
ClassMapping[] _assignMaps
_joinables
java.util.Map<K,V> _joinables
_className
java.lang.String _className
_tableName
DBIdentifier _tableName
_schemaName
DBIdentifier _schemaName
_joined
boolean _joined
_seconds
java.util.Map<K,V> _seconds
_subStrat
java.lang.String _subStrat
_file
java.io.File _file
_srcType
int _srcType
_comments
java.lang.String[] _comments
_lineNum
int _lineNum
_colNum
int _colNum
_uniques
java.util.Map<K,V> _uniques
_join
Joinable _join
_fk
ForeignKey _fk
_cols
Column[] _cols
_mapping
ClassMapping _mapping
_info
DiscriminatorMappingInfo _info
_strategy
DiscriminatorStrategy _strategy
_resMode
int _resMode
_cols
Column[] _cols
_io
ColumnIO _io
_idx
Index _idx
_subsLoaded
boolean _subsLoaded
_value
java.lang.Object _value
_javaType
int _javaType
_value
java.lang.String _value
_val
ValueMapping _val
_key
ValueMapping _key
_elem
ValueMapping _elem
_info
FieldMappingInfo _info
_orderCol
org.apache.openjpa.jdbc.meta.JDBCColumnOrder _orderCol
_strategy
FieldStrategy _strategy
_fk
ForeignKey _fk
_io
ColumnIO _io
_unq
Unique _unq
_idx
Index _idx
_outer
boolean _outer
_fetchMode
int _fetchMode
_joinTableUniques
Unique[] _joinTableUniques
_bidirectionalJoinTableOwner
java.lang.Boolean _bidirectionalJoinTableOwner
_bidirectionalJoinTableNonOwner
java.lang.Boolean _bidirectionalJoinTableNonOwner
_bi_MTo1_JT
java.lang.Boolean _bi_MTo1_JT
_uni_1ToM_FK
java.lang.Boolean _uni_1ToM_FK
_uni_MTo1_JT
java.lang.Boolean _uni_MTo1_JT
_uni_1To1_JT
java.lang.Boolean _uni_1To1_JT
_bi_1To1_JT
java.lang.Boolean _bi_1To1_JT
_bi_1ToM_JT_Field
FieldMapping _bi_1ToM_JT_Field
_bi_MTo1_JT_Field
FieldMapping _bi_MTo1_JT_Field
_bi_1ToM_Join_FK
ForeignKey _bi_1ToM_Join_FK
_bi_1ToM_Elem_FK
ForeignKey _bi_1ToM_Elem_FK
_hasMapsIdCols
boolean _hasMapsIdCols
_tableName
DBIdentifier _tableName
_outer
boolean _outer
_orderCol
Column _orderCol
_canOrderCol
boolean _canOrderCol
_comments
java.lang.String[] _comments
_joinTableUniques
java.util.List<E> _joinTableUniques
_strategy
java.lang.String _strategy
_cols
java.util.List<E> _cols
_idx
Index _idx
_unq
Unique _unq
_fk
ForeignKey _fk
_canIdx
boolean _canIdx
_canUnq
boolean _canUnq
_canFK
boolean _canFK
_implicitRelation
boolean _implicitRelation
_join
int _join
_io
ColumnIO _io
_results
java.util.Map<K,V> _results
_schema
SchemaGroup _schema
_installer
StrategyInstaller _installer
_mapFile
java.io.File _mapFile
_table
DBIdentifier _table
_sequenceColumn
DBIdentifier _sequenceColumn
_primaryKeyColumn
DBIdentifier _primaryKeyColumn
_primaryKeyValue
java.lang.String _primaryKeyValue
_uniqueColumns
DBIdentifier[] _uniqueColumns
_uniqueConstraintName
DBIdentifier _uniqueConstraintName
repos
MappingRepository repos
_info
ValueMappingInfo _info
_handler
ValueHandler _handler
_typeArr
ClassMapping[] _typeArr
_cols
Column[] _cols
_io
ColumnIO _io
_fk
ForeignKey _fk
_targetFKs
java.util.Map<K,V> _targetFKs
_idx
Index _idx
_unq
Unique _unq
_join
int _join
_criteria
boolean _criteria
_poly
int _poly
_criteria
boolean _criteria
_canNull
boolean _canNull
_mapsIdCols
java.util.List<E> _mapsIdCols
_mapping
ClassMapping _mapping
_info
VersionMappingInfo _info
_strategy
VersionStrategy _strategy
_resMode
int _resMode
_cols
Column[] _cols
_io
ColumnIO _io
_idx
Index _idx
Package org.apache.openjpa.jdbc.meta.strats |
cls
ClassMapping cls
- The owning class mapping.
disc
Discriminator disc
- The owning discriminator.
isFinal
boolean isFinal
- Whether the owning class is final.
field
FieldMapping field
- The owning field mapping.
vers
Version vers
- The owning version.
_vm
ValueMapping _vm
_cols
Column[] _cols
_args
java.lang.Object[] _args
_nullIdx
int _nullIdx
_synthetic
boolean _synthetic
_synthetic
boolean _synthetic
_vals
java.lang.Enum<E extends java.lang.Enum<E>>[] _vals
_ordinal
boolean _ordinal
_cols
Column[] _cols
_io
ColumnIO _io
_load
boolean _load
_lob
boolean _lob
_embed
boolean _embed
_cols
Column[] _cols
_io
ColumnIO _io
_args
java.lang.Object[] _args
_load
boolean _load
_lob
boolean _lob
_kcols
Column[] _kcols
_kio
ColumnIO _kio
_kload
boolean _kload
_vcols
Column[] _vcols
_vio
ColumnIO _vio
_vload
boolean _vload
_kcols
Column[] _kcols
_kio
ColumnIO _kio
_kload
boolean _kload
fieldType
int fieldType
isBlob
boolean isBlob
_maxSize
int _maxSize
_maxSize
int _maxSize
_maxSize
int _maxSize
_maxSize
int _maxSize
_initials
java.lang.Number[] _initials
_javaTypes
java.lang.Integer[] _javaTypes
_initial
java.lang.Number _initial
_args
java.lang.Object[] _args
_stateImage
boolean _stateImage
_fkOid
java.lang.Boolean _fkOid
_vcols
Column[] _vcols
_vio
ColumnIO _vio
_vload
boolean _vload
_keyRelationName
java.lang.String _keyRelationName
_orderInsert
boolean _orderInsert
_orderUpdate
boolean _orderUpdate
_uni1MFK
boolean _uni1MFK
_vals
java.util.Map<K,V> _vals
_fkOid
java.lang.Boolean _fkOid
Package org.apache.openjpa.jdbc.schema |
_name
DBIdentifier _name
_table
Table _table
_tableName
DBIdentifier _tableName
_schemaName
DBIdentifier _schemaName
_type
int _type
_typeName
DBIdentifier _typeName
_javaType
int _javaType
_size
int _size
_decimals
int _decimals
_defaultStr
java.lang.String _defaultStr
_default
java.lang.Object _default
_notNull
java.lang.Boolean _notNull
_autoAssign
boolean _autoAssign
_rel
boolean _rel
_implicitRelation
boolean _implicitRelation
_target
DBIdentifier _target
_targetField
java.lang.String _targetField
_flags
int _flags
_fullPath
QualifiedDBIdentifier _fullPath
_index
int _index
_pk
boolean _pk
_versionStrategy
VersionStrategy _versionStrategy
_comment
java.lang.String _comment
_XML
boolean _XML
_isUni1MFK
boolean _isUni1MFK
_unInsertable
int _unInsertable
_unUpdatable
int _unUpdatable
_unNullInsertable
int _unNullInsertable
_unNullUpdatable
int _unNullUpdatable
_name
DBIdentifier _name
_fullPath
QualifiedDBIdentifier _fullPath
_table
Table _table
_tableName
DBIdentifier _tableName
_schemaName
DBIdentifier _schemaName
_columnName
DBIdentifier _columnName
_deferred
boolean _deferred
_schema
DBIdentifier _schema
_pkTableName
DBIdentifier _pkTableName
_pkSchemaName
DBIdentifier _pkSchemaName
_pkColumnName
DBIdentifier _pkColumnName
_seq
int _seq
_joins
java.util.LinkedHashMap<K,V> _joins
_joinsPK
java.util.LinkedHashMap<K,V> _joinsPK
_consts
java.util.LinkedHashMap<K,V> _consts
_constsPK
java.util.LinkedHashMap<K,V> _constsPK
_delAction
int _delAction
_upAction
int _upAction
_index
int _index
_locals
Column[] _locals
_pks
Column[] _pks
_constVals
java.lang.Object[] _constVals
_constCols
Column[] _constCols
_constValsPK
java.lang.Object[] _constValsPK
_constColsPK
Column[] _constColsPK
_pkTable
Table _pkTable
_autoAssign
java.lang.Boolean _autoAssign
_unique
boolean _unique
_indexes
boolean _indexes
_pks
boolean _pks
_fks
boolean _fks
_colList
java.util.List<E> _colList
_cols
Column[] _cols
_names
java.util.Set<E> _names
_logical
boolean _logical
_name
DBIdentifier _name
_group
SchemaGroup _group
_tableMap
java.util.Map<K,V> _tableMap
_seqMap
java.util.Map<K,V> _seqMap
_tables
Table[] _tables
_seqs
Sequence[] _seqs
_total
int _total
_schemaMap
java.util.Map<K,V> _schemaMap
_schemas
Schema[] _schemas
_name
DBIdentifier _name
_schema
Schema _schema
_schemaName
DBIdentifier _schemaName
_initial
int _initial
_increment
int _increment
_cache
int _cache
_lineNum
int _lineNum
_colNum
int _colNum
_fullPath
QualifiedDBIdentifier _fullPath
_source
java.io.File _source
_srcType
int _srcType
_name
DBIdentifier _name
_schemaName
DBIdentifier _schemaName
_colMap
java.util.Map<K,V> _colMap
_idxMap
java.util.Map<K,V> _idxMap
_fkList
java.util.Collection<E> _fkList
_unqList
java.util.Collection<E> _unqList
_schema
Schema _schema
_pk
PrimaryKey _pk
_source
java.io.File _source
_srcType
int _srcType
_cols
Column[] _cols
_autoAssign
Column[] _autoAssign
_rels
Column[] _rels
_fks
ForeignKey[] _fks
_idxs
Index[] _idxs
_unqs
Unique[] _unqs
_comment
java.lang.String _comment
_lineNum
int _lineNum
_colNum
int _colNum
_isAssociation
boolean _isAssociation
_fullPath
QualifiedDBIdentifier _fullPath
Package org.apache.openjpa.jdbc.sql |
_dict
DBDictionary _dict
_sql
java.lang.StringBuilder _sql
_subsels
java.util.List<E> _subsels
_params
java.util.List<E> _params
_cols
java.util.List<E> _cols
_userIndex
java.util.List<E> _userIndex
Package org.apache.openjpa.kernel |
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Replaces the factory with this JVMs pooled version if it exists. Also
freezes the factory.
- Throws:
java.io.ObjectStreamException
_conf
OpenJPAConfiguration _conf
_userObjects
java.util.Map<K,V> _userObjects
_lock
java.util.concurrent.locks.ReentrantLock _lock
_poolKey
java.lang.Object _poolKey
ctx
QueryContext ctx
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
_connectionFactoryName
java.lang.String _connectionFactoryName
_connectionFactory2Name
java.lang.String _connectionFactory2Name
_fc
FetchConfiguration _fc
_user
java.lang.String _user
_pass
java.lang.String _pass
_sync
javax.transaction.Synchronization _sync
_userObjects
java.util.Map<K,V> _userObjects
_cache
org.apache.openjpa.kernel.ManagedCache _cache
_transCache
org.apache.openjpa.kernel.BrokerImpl.TransactionalCache _transCache
_transAdditions
java.util.Set<E> _transAdditions
_derefCache
java.util.Set<E> _derefCache
_derefAdditions
java.util.Set<E> _derefAdditions
_persistedClss
java.util.Set<E> _persistedClss
_updatedClss
java.util.Set<E> _updatedClss
_deletedClss
java.util.Set<E> _deletedClss
_pending
java.util.Set<E> _pending
findAllDepth
int findAllDepth
_savepointCache
java.util.Set<E> _savepointCache
_savepoints
org.apache.commons.collections.map.LinkedMap _savepoints
_nontransRead
boolean _nontransRead
_nontransWrite
boolean _nontransWrite
_retainState
boolean _retainState
_autoClear
int _autoClear
_restoreState
int _restoreState
_optimistic
boolean _optimistic
_ignoreChanges
boolean _ignoreChanges
_multithreaded
boolean _multithreaded
_managed
boolean _managed
_syncManaged
boolean _syncManaged
_connRetainMode
int _connRetainMode
_evictDataCache
boolean _evictDataCache
_populateDataCache
boolean _populateDataCache
_largeTransaction
boolean _largeTransaction
_autoDetach
int _autoDetach
_detachState
int _detachState
_detachedNew
boolean _detachedNew
_orderDirty
boolean _orderDirty
_cachePreparedQuery
boolean _cachePreparedQuery
_cacheFinderQuery
boolean _cacheFinderQuery
_suppressBatchOLELogging
boolean _suppressBatchOLELogging
_flags
int _flags
_transEventManager
TransactionEventManager _transEventManager
_transCallbackMode
int _transCallbackMode
_lifeEventManager
LifecycleEventManager _lifeEventManager
_lifeCallbackMode
int _lifeCallbackMode
_fcs
java.util.LinkedList<E> _fcs
_factory
BrokerFactory _factory
_del
DelegatingBrokerFactory _del
_trans
RuntimeExceptionTranslator _trans
_fetch
FetchConfiguration _fetch
_del
DelegatingFetchConfiguration _del
_trans
RuntimeExceptionTranslator _trans
_query
Query _query
_del
DelegatingQuery _del
_trans
RuntimeExceptionTranslator _trans
writeReplace
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Writes delegate, which may in turn write a normal list.
- Throws:
java.io.ObjectStreamException
_del
ResultList<E> _del
_trans
RuntimeExceptionTranslator _trans
serialVersionUID: 4112223665584731100L
_pc
PersistenceCapable _pc
_embedded
boolean _embedded
_access
boolean _access
_loaded
java.util.BitSet _loaded
_dirty
java.util.BitSet _dirty
_oid
java.lang.Object _oid
_version
java.lang.Object _version
_lock
java.util.concurrent.locks.ReentrantLock _lock
_useDSFForUnproxy
boolean _useDSFForUnproxy
_parser
ExpressionParser _parser
_meta
ClassMetaData _meta
_metas
ClassMetaData[] _metas
_subs
boolean _subs
_parser
ExpressionParser _parser
_facts
ExpressionFactory[] _facts
_exps
QueryExpressions[] _exps
_projTypes
java.lang.Class<T>[] _projTypes
_inMemOrdering
Value[] _inMemOrdering
_state
FetchConfigurationImpl.ConfigurationState _state
_parent
FetchConfigurationImpl _parent
_fromField
java.lang.String _fromField
_fromType
java.lang.Class<T> _fromType
_directRelationOwner
java.lang.String _directRelationOwner
_load
boolean _load
_availableRecursion
int _availableRecursion
_availableDepth
int _availableDepth
fetchBatchSize
int fetchBatchSize
maxFetchDepth
int maxFetchDepth
queryCache
boolean queryCache
flushQuery
int flushQuery
lockTimeout
int lockTimeout
queryTimeout
int queryTimeout
lockScope
int lockScope
readLockLevel
int readLockLevel
writeLockLevel
int writeLockLevel
fetchGroups
java.util.Set<E> fetchGroups
fields
java.util.Set<E> fields
rootClasses
java.util.Set<E> rootClasses
rootInstances
java.util.Set<E> rootInstances
hints
java.util.Map<K,V> hints
fetchGroupContainsDefault
boolean fetchGroupContainsDefault
fetchGroupContainsAll
boolean fetchGroupContainsAll
extendedPathLookup
boolean extendedPathLookup
cacheRetrieveMode
DataCacheRetrieveMode cacheRetrieveMode
cacheStoreMode
DataCacheStoreMode cacheStoreMode
_params
OrderedMap<K,V> _params
_broker
Broker _broker
_name
java.lang.String _name
_copy
boolean _copy
_saved
java.util.Map<K,V> _saved
_oid
java.lang.Object _oid
_type
java.lang.Class<T> _type
_cache
java.lang.String _cache
_data
java.lang.Object[] _data
_loaded
java.util.BitSet _loaded
_version
java.lang.Object _version
_impl
java.lang.Object _impl
_fieldImpl
java.lang.Object[] _fieldImpl
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
_language
java.lang.String _language
_storeQuery
StoreQuery _storeQuery
_lock
java.util.concurrent.locks.ReentrantLock _lock
_class
java.lang.Class<T> _class
_subclasses
boolean _subclasses
_readOnly
boolean _readOnly
_query
java.lang.String _query
_params
java.lang.String _params
_filtListeners
java.util.Map<K,V> _filtListeners
_aggListeners
java.util.Map<K,V> _aggListeners
_fc
FetchConfiguration _fc
_ignoreChanges
boolean _ignoreChanges
_resultMappingScope
java.lang.Class<T> _resultMappingScope
_resultMappingName
java.lang.String _resultMappingName
_unique
java.lang.Boolean _unique
_resultClass
java.lang.Class<T> _resultClass
memory
StoreQuery.Executor memory
datastore
StoreQuery.Executor datastore
storeData
java.lang.Object storeData
writeReplace
public java.lang.Object writeReplace()
_res
ResultList<E> _res
astat
long[] astat
stat
long[] stat
stats
java.util.Map<K,V> stats
astats
java.util.Map<K,V> astats
start
java.util.Date start
since
java.util.Date since
start
java.util.Date start
since
java.util.Date since
cls
java.lang.Class<T> cls
isPrimitive
boolean isPrimitive
isNesting
boolean isNesting
alias
java.lang.String alias
strategy
FillStrategy<T> strategy
children
java.util.List<E> children
parents
java.util.Set<E> parents
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
- Throws:
java.io.IOException
_sm
StateManagerImpl _sm
_unloaded
java.util.BitSet _unloaded
_saved
java.util.BitSet _saved
_copyField
int[] _copyField
_field
java.lang.Object _field
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
- Throws:
java.io.IOException
_loaded
java.util.BitSet _loaded
_dirty
java.util.BitSet _dirty
_flush
java.util.BitSet _flush
_flags
int _flags
_id
java.lang.Object _id
_oid
java.lang.Object _oid
_state
PCState _state
_version
java.lang.Object _version
_loadVersion
java.lang.Object _loadVersion
_lock
java.lang.Object _lock
_readLockLevel
int _readLockLevel
_writeLockLevel
int _writeLockLevel
_single
org.apache.openjpa.kernel.SingleFieldManager _single
_saved
SaveFieldManager _saved
_fm
FieldManager _fm
_impl
java.lang.Object _impl
_fieldImpl
java.lang.Object[] _fieldImpl
_owner
StateManagerImpl _owner
_ownerId
java.lang.Object _ownerId
_ownerIndex
int _ownerIndex
_mappedByIdFields
java.util.List<E> _mappedByIdFields
Package org.apache.openjpa.kernel.exps |
_actions
java.util.LinkedList<E> _actions
_correlationVar
java.lang.String _correlationVar
_val
Val[] _val
parsed
JPQLExpressionBuilder.ParsedJPQL parsed
meta
ClassMetaData meta
schemaAlias
java.lang.String schemaAlias
subquery
Subquery subquery
from
Expression from
cloneFrom
Context cloneFrom
parent
Context parent
subsels
java.util.List<E> subsels
select
java.lang.Object select
aliasCount
int aliasCount
variables
java.util.Map<K,V> variables
schemas
java.util.Map<K,V> schemas
_val1
Val _val1
_val2
Val _val2
updates
java.util.Map<K,V> updates
- Map of
FieldMetaData
,Value
for update statements.
distinct
int distinct
alias
java.lang.String alias
projections
Value[] projections
projectionClauses
java.lang.String[] projectionClauses
projectionAliases
java.lang.String[] projectionAliases
resultClass
java.lang.Class<T> resultClass
filter
Expression filter
grouping
Value[] grouping
groupingClauses
java.lang.String[] groupingClauses
having
Expression having
ordering
Value[] ordering
ascending
boolean[] ascending
orderingClauses
java.lang.String[] orderingClauses
orderingAliases
java.lang.String[] orderingAliases
parameterTypes
OrderedMap<K,V> parameterTypes
operation
int operation
accessPath
ClassMetaData[] accessPath
fetchPaths
java.lang.String[] fetchPaths
fetchInnerPaths
java.lang.String[] fetchInnerPaths
range
Value[] range
_aggregate
java.lang.Boolean _aggregate
_contexts
java.util.Stack<E> _contexts
state
java.lang.Object state
shape
ResultShape<T> shape
_caseOperand
Val _caseOperand
_exp
org.apache.openjpa.kernel.exps.Exp[] _exp
_val
Val _val
_meta
ClassMetaData _meta
_alias
java.lang.String _alias
_exp
org.apache.openjpa.kernel.exps.Exp _exp
_val
Val _val
_val1
Val _val1
_val2
Val _val2
Package org.apache.openjpa.kernel.jpql |
id
int id
parser
JPQL parser
parent
JPQLExpressionBuilder.JPQLNode parent
children
JPQLExpressionBuilder.JPQLNode[] children
text
java.lang.String text
not
boolean not
inEnumPath
boolean inEnumPath
query
java.lang.String query
_candidateType
java.lang.Class<T> _candidateType
serialVersionUID: 1L
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
serialVersionUID: 1L
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.
beginLine
int beginLine
- The line number of the first character of this Token.
beginColumn
int beginColumn
- The column number of the first character of this Token.
endLine
int endLine
- The line number of the last character of this Token.
endColumn
int endColumn
- The column number of the last character of this Token.
image
java.lang.String image
- The string image of the token.
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.
serialVersionUID: 1L
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 |
_fatal
boolean _fatal
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Implementation of the
Externalizable
interface to read from
the properties written by ConfigurationImpl.writeExternal(java.io.ObjectOutput)
.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Implementation of the
Externalizable
interface to write
the properties returned by ConfigurationImpl.toProperties(boolean)
.
- Throws:
java.io.IOException
Package org.apache.openjpa.lib.identifier |
_name
java.lang.String _name
Package org.apache.openjpa.lib.jdbc |
type
short type
time
long time
sql
java.lang.String sql
associatedEvent
JDBCEvent associatedEvent
_sqle
java.sql.SQLException _sqle
_sql
java.lang.String _sql
indexOfFirstFailedObject
int indexOfFirstFailedObject
Package org.apache.openjpa.lib.rop |
writeReplace
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
_rop
ResultObjectProvider _rop
_list
java.util.List<E> _list
_state
int _state
_size
int _size
writeReplace
public java.lang.Object writeReplace()
_list
java.util.List<E> _list
_closed
boolean _closed
writeReplace
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
_rop
ResultObjectProvider _rop
_rows
java.util.Map<K,V> _rows
_full
java.lang.Object[] _full
_requests
long _requests
_state
int _state
_size
int _size
writeReplace
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
_closed
boolean _closed
_size
int _size
writeReplace
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
_window
java.lang.Object[] _window
_pos
int _pos
_rop
ResultObjectProvider _rop
_random
boolean _random
_state
int _state
_size
int _size
Package org.apache.openjpa.lib.util |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
defaultEntryDelimiter
char defaultEntryDelimiter
addWhitespaceAfterDelimiter
boolean addWhitespaceAfterDelimiter
allowDuplicates
boolean allowDuplicates
insertTimestamp
boolean insertTimestamp
source
org.apache.openjpa.lib.util.FormatPreservingProperties.PropertySource source
newKeys
java.util.LinkedHashSet<E> newKeys
modifiedKeys
java.util.HashSet<E> modifiedKeys
_max
int _max
_del
java.util.LinkedHashMap<K,V> _del
_maxSize
int _maxSize
_set
java.util.Set<E> _set
Package org.apache.openjpa.lib.util.concurrent |
_listeners
java.util.Collection<E> _listeners
_failFast
boolean _failFast
serialVersionUID: -6452706556724125778L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the ConcurrentHashMap instance from a stream(i.e.,
deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- 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:
java.io.IOException
threshold
int threshold
- The next size value at which to resize(capacity * load factor).
-
loadFactor
float loadFactor
- The load factor for the hash table.
-
randomEntry
int randomEntry
- Spread "random" removes and iteration.
maxSize
int maxSize
- Maximum entries.
_set
java.util.Set<E> _set
randomKeys
java.util.Set<E> randomKeys
random
java.util.Random random
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
maxSize
int maxSize
Package org.apache.openjpa.meta |
_repos
MetaDataRepository _repos
_owner
ValueMetaData _owner
_lifeMeta
LifecycleMetaData _lifeMeta
_srcFile
java.io.File _srcFile
_srcType
int _srcType
_lineNum
int _lineNum
_colNum
int _colNum
_comments
java.lang.String[] _comments
_listIndex
int _listIndex
_srcMode
int _srcMode
_resMode
int _resMode
_type
java.lang.Class<T> _type
_hashCode
int _hashCode
_fieldMap
java.util.Map<K,V> _fieldMap
_supFieldMap
java.util.Map<K,V> _supFieldMap
_defSupFields
boolean _defSupFields
_staticFields
java.util.Collection<E> _staticFields
_fieldDataTable
int[] _fieldDataTable
_fgMap
java.util.Map<K,V> _fgMap
_objectId
java.lang.Class<T> _objectId
_objectIdShared
java.lang.Boolean _objectIdShared
_openjpaId
java.lang.Boolean _openjpaId
_extent
java.lang.Boolean _extent
_embedded
java.lang.Boolean _embedded
_embeddable
boolean _embeddable
_interface
java.lang.Boolean _interface
_impl
java.lang.Class<T> _impl
_interfaces
java.util.List<E> _interfaces
_ifaceMap
java.util.Map<K,V> _ifaceMap
_identity
int _identity
_idStrategy
int _idStrategy
_accessType
int _accessType
_replicated
boolean _replicated
_seqName
java.lang.String _seqName
_seqMeta
SequenceMetaData _seqMeta
_cacheName
java.lang.String _cacheName
_dataCacheEnabled
boolean _dataCacheEnabled
_cacheEnabled
java.lang.Boolean _cacheEnabled
_cacheTimeout
int _cacheTimeout
_detachable
java.lang.Boolean _detachable
_detachState
java.lang.String _detachState
_alias
java.lang.String _alias
_versionIdx
int _versionIdx
_super
java.lang.Class<T> _super
_superMeta
ClassMetaData _superMeta
_subs
java.lang.Class<T>[] _subs
_subMetas
ClassMetaData[] _subMetas
_mapSubMetas
ClassMetaData[] _mapSubMetas
_fields
FieldMetaData[] _fields
_unmgdFields
FieldMetaData[] _unmgdFields
_allFields
FieldMetaData[] _allFields
_allPKFields
FieldMetaData[] _allPKFields
_allDFGFields
FieldMetaData[] _allDFGFields
_definedFields
FieldMetaData[] _definedFields
_listingFields
FieldMetaData[] _listingFields
_allListingFields
FieldMetaData[] _allListingFields
_allProxyFields
FieldMetaData[] _allProxyFields
_allLrsFields
FieldMetaData[] _allLrsFields
_fgs
FetchGroup[] _fgs
_customFGs
FetchGroup[] _customFGs
_intercepting
boolean _intercepting
_useIdClassFromParent
java.lang.Boolean _useIdClassFromParent
_abstract
boolean _abstract
_hasAbstractPKField
java.lang.Boolean _hasAbstractPKField
_hasPKFieldsFromAbstractClass
java.lang.Boolean _hasPKFieldsFromAbstractClass
_exts
java.util.Map<K,V> _exts
_embed
java.util.Map<K,V> _embed
_name
java.lang.String _name
_meta
ClassMetaData _meta
_readOnly
boolean _readOnly
_includes
java.util.List<E> _includes
_containedBy
java.util.Set<E> _containedBy
_depths
java.util.Map<K,V> _depths
_postLoad
java.lang.Boolean _postLoad
_val
ValueMetaData _val
_key
ValueMetaData _key
_elem
ValueMetaData _elem
_owner
ClassMetaData _owner
_name
java.lang.String _name
_dec
java.lang.Class<T> _dec
_decMeta
ClassMetaData _decMeta
_fullName
java.lang.String _fullName
_embedFullName
java.lang.String _embedFullName
_resMode
int _resMode
_mappedByIdValue
java.lang.String _mappedByIdValue
_access
int _access
_comments
java.lang.String[] _comments
_listIndex
int _listIndex
_proxyClass
java.lang.Class<T> _proxyClass
_initializer
java.lang.Object _initializer
_transient
boolean _transient
_primKey
boolean _primKey
_version
java.lang.Boolean _version
_nullValue
int _nullValue
_manage
int _manage
_index
int _index
_decIndex
int _decIndex
_pkIndex
int _pkIndex
_explicit
boolean _explicit
_dfg
int _dfg
_fgSet
java.util.Set<E> _fgSet
_fgs
java.lang.String[] _fgs
_lfg
java.lang.String _lfg
_lrs
java.lang.Boolean _lrs
_stream
java.lang.Boolean _stream
_extName
java.lang.String _extName
_factName
java.lang.String _factName
_extString
java.lang.String _extString
_extValues
java.util.Map<K,V> _extValues
_fieldValues
java.util.Map<K,V> _fieldValues
_enumField
java.lang.Boolean _enumField
_lobField
java.lang.Boolean _lobField
_serializableField
java.lang.Boolean _serializableField
_generated
boolean _generated
_backingMember
FieldMetaData.MemberProvider _backingMember
_intermediate
boolean _intermediate
_implData
java.lang.Boolean _implData
_valStrategy
int _valStrategy
_upStrategy
int _upStrategy
_seqName
java.lang.String _seqName
_seqMeta
SequenceMetaData _seqMeta
_mappedBy
java.lang.String _mappedBy
_mappedByMeta
FieldMetaData _mappedByMeta
_inverses
FieldMetaData[] _inverses
_inverse
java.lang.String _inverse
_orders
Order[] _orders
_orderDec
java.lang.String _orderDec
_usedInOrderBy
boolean _usedInOrderBy
_isElementCollection
boolean _isElementCollection
_associationType
int _associationType
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
_base
java.lang.Class<T> _base
_comp
MetaDataInheritanceComparator _comp
buffer
java.util.LinkedList<E> buffer
_meta
ClassMetaData _meta
_declared
LifecycleCallbacks[][] _declared
_super
LifecycleCallbacks[][] _super
_all
LifecycleCallbacks[][] _all
_high
int[] _high
_superHigh
int[] _superHigh
_resolved
boolean _resolved
_ignoreSystem
boolean _ignoreSystem
_ignoreSups
int _ignoreSups
EMPTY_METAS
ClassMetaData[] EMPTY_METAS
EMPTY_FIELDS
FieldMetaData[] EMPTY_FIELDS
EMPTY_ORDERS
Order[] EMPTY_ORDERS
_sysSeq
SequenceMetaData _sysSeq
_metas
java.util.Map<K,V> _metas
_oids
java.util.Map<K,V> _oids
_impls
java.util.Map<K,V> _impls
_ifaces
java.util.Map<K,V> _ifaces
_queries
java.util.Map<K,V> _queries
_seqs
java.util.Map<K,V> _seqs
_aliases
java.util.Map<K,V> _aliases
_pawares
java.util.Map<K,V> _pawares
_nonMapped
java.util.Map<K,V> _nonMapped
_metamodel
java.util.Map<K,V> _metamodel
_subs
java.util.Map<K,V> _subs
EMPTY_XMLMETAS
XMLMetaData[] EMPTY_XMLMETAS
_xmlmetas
java.util.Map<K,V> _xmlmetas
_resMode
int _resMode
_sourceMode
int _sourceMode
_validate
int _validate
_registered
java.util.Collection<E> _registered
_resolving
InheritanceOrderedMetaDataList _resolving
_mapping
InheritanceOrderedMetaDataList _mapping
_errs
java.util.List<E> _errs
_listeners
LifecycleEventManager.ListenerList _listeners
_preload
boolean _preload
_preloadComplete
boolean _preloadComplete
_locking
boolean _locking
_reorderMetaDataResolution
boolean _reorderMetaDataResolution
_repos
MetaDataRepository _repos
_class
java.lang.Class<T> _class
_type
int _type
_srcFile
java.io.File _srcFile
_lineNum
int _lineNum
_colNum
int _colNum
_srcType
int _srcType
_comments
java.lang.String[] _comments
_listIndex
int _listIndex
_name
java.lang.String _name
_readOnly
java.lang.Boolean _readOnly
_file
java.io.File _file
_scope
java.lang.Object _scope
_srcType
int _srcType
_mode
int _mode
_language
java.lang.String _language
_class
java.lang.Class<T> _class
_candidate
java.lang.Class<T> _candidate
_res
java.lang.Class<T> _res
_query
java.lang.String _query
_comments
java.lang.String[] _comments
_hintKeys
java.util.List<E> _hintKeys
_hintVals
java.util.List<E> _hintVals
_resultSetMappingName
java.lang.String _resultSetMappingName
_lineNum
int _lineNum
_colNum
int _colNum
_repos
MetaDataRepository _repos
_factory
SequenceMetaData.SequenceFactory _factory
_name
java.lang.String _name
_type
int _type
_plugin
java.lang.String _plugin
_source
java.io.File _source
_scope
java.lang.Object _scope
_srcType
int _srcType
_lineNum
int _lineNum
_colNum
int _colNum
_comments
java.lang.String[] _comments
_sequence
java.lang.String _sequence
_increment
int _increment
_allocate
int _allocate
_initial
int _initial
_schema
java.lang.String _schema
_catalog
java.lang.String _catalog
_owner
FieldMetaData _owner
_decType
java.lang.Class<T> _decType
_decCode
int _decCode
_decTypeMeta
ClassMetaData _decTypeMeta
_type
java.lang.Class<T> _type
_code
int _code
_typeMeta
ClassMetaData _typeMeta
_typeOverride
java.lang.Class<T> _typeOverride
_delete
int _delete
_persist
int _persist
_attach
int _attach
_detach
int _detach
_refresh
int _refresh
_serialized
boolean _serialized
_embedded
java.lang.Boolean _embedded
_embeddedMeta
ClassMetaData _embeddedMeta
_resMode
int _resMode
_mappedBy
java.lang.String _mappedBy
_mappedByMeta
FieldMetaData _mappedByMeta
_type
java.lang.Class<T> _type
_code
int _code
_xmltype
int _xmltype
_name
java.lang.String _name
_xmlname
java.lang.String _xmlname
_xmlnamespace
java.lang.String _xmlnamespace
_isXMLRootElement
boolean _isXMLRootElement
_fieldMap
java.util.HashMap<K,V> _fieldMap
_name
java.lang.String _name
_xmlname
java.lang.String _xmlname
_xmlnamespace
java.lang.String _xmlnamespace
_decType
java.lang.Class<T> _decType
_decCode
int _decCode
_type
java.lang.Class<T> _type
_code
int _code
_xmltype
int _xmltype
Package org.apache.openjpa.persistence |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
_factory
DelegatingBrokerFactory _factory
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
_query
DelegatingQuery _query
_boundParams
java.util.Map<K,V> _boundParams
_declaredParams
java.util.Map<K,V> _declaredParams
_id
java.lang.String _id
_hintHandler
HintHandler _hintHandler
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
Package org.apache.openjpa.persistence.criteria |
_model
MetamodelImpl _model
Package org.apache.openjpa.persistence.jdbc |
Package org.apache.openjpa.persistence.query |
_values
java.lang.Object[] _values
_e1
Expression _e1
_e2
Expression _e2
_op
BinaryFunctionalOperator _op
_whens
java.util.LinkedList<E> _whens
_caseOperand
java.lang.Object _caseOperand
_type
java.lang.Class<T> _type
_caseClause
CaseExpressionImpl _caseClause
_elseClause
Expression _elseClause
_echar
java.lang.Object _echar
_escaped
boolean _escaped
_start
Expression _start
_p1
Predicate _p1
_p2
Predicate _p2
_op
ConditionalOperator _op
_nop
ConditionalOperator _nop
_cls
java.lang.Class<T> _cls
_args
java.util.List<E> _args
_asc
java.lang.Boolean _asc
_e
org.apache.openjpa.persistence.query.ExpressionImpl _e
_name
java.lang.String _name
_builder
QueryBuilderImpl _builder
_domains
java.util.List<E> _domains
_groupBys
java.util.List<E> _groupBys
_orderBys
java.util.List<E> _orderBys
_projections
java.util.List<E> _projections
_distinct
boolean _distinct
_where
Predicate _where
_having
Predicate _having
_start
Expression _start
_length
Expression _length
_trimChar
Expression _trimChar
_trimSpec
TrimSpec _trimSpec
_values
Expression[] _values
Package org.apache.openjpa.slice |
_lock
ReentrantSliceLock _lock
_lock
ReentrantSliceLock _lock
_isReplicated
boolean _isReplicated
_slices
java.lang.String[] _slices
Package org.apache.openjpa.slice.jdbc |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Implementation of the
Externalizable
interface to read from
the properties written by ConfigurationImpl.writeExternal(java.io.ObjectOutput)
.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Implementation of the
Externalizable
interface to write
the properties returned by ConfigurationImpl.toProperties(boolean)
.
- Throws:
java.io.IOException
executors
java.util.List<E> executors
owner
org.apache.openjpa.slice.jdbc.DistributedStoreQuery owner
Package org.apache.openjpa.util |
key
java.math.BigDecimal key
key
java.math.BigInteger key
key
byte key
key
char key
key
java.util.Date key
key
double key
key
float key
_id
long _id
key
int key
Class org.apache.openjpa.util.java$sql$Date$proxy extends java.sql.Date implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$sql$Time$proxy extends java.sql.Time implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$sql$Timestamp$proxy extends java.sql.Timestamp implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$util$ArrayList$proxy extends java.util.ArrayList implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$util$Date$proxy extends java.util.Date implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$util$EnumMap$proxy extends java.util.EnumMap implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$util$GregorianCalendar$proxy extends java.util.GregorianCalendar implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$util$HashMap$proxy extends java.util.HashMap implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$util$HashSet$proxy extends java.util.HashSet implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$util$Hashtable$proxy extends java.util.Hashtable implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$util$IdentityHashMap$proxy extends java.util.IdentityHashMap implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$util$LinkedHashMap$proxy extends java.util.LinkedHashMap implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$util$LinkedHashSet$proxy extends java.util.LinkedHashSet implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$util$LinkedList$proxy extends java.util.LinkedList implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$util$PriorityQueue$proxy extends java.util.PriorityQueue implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$util$Properties$proxy extends java.util.Properties implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$util$TreeMap$proxy extends java.util.TreeMap implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$util$TreeSet$proxy extends java.util.TreeSet implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.java$util$Vector$proxy extends java.util.Vector implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
timeout
int timeout
lockLevel
int lockLevel
key
long key
_key
java.lang.Object _key
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
type
java.lang.Class<T> type
subs
boolean subs
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
timeout
int timeout
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
_iv
int _iv
key
short key
key
java.lang.String key
Package org.apache.openjpa.validation |
_conf
OpenJPAConfiguration _conf
_validator
Validator _validator
Package org.apache.openjpa.xmlstore |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Implementation of the
Externalizable
interface to read from
the properties written by ConfigurationImpl.writeExternal(java.io.ObjectOutput)
.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Implementation of the
Externalizable
interface to write
the properties returned by ConfigurationImpl.toProperties(boolean)
.
- Throws:
java.io.IOException