Serialized Form
-
Package org.apache.openjpa.abstractstore
-
Class org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory extends AbstractBrokerFactory implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.conf
-
Class org.apache.openjpa.conf.CallbackOptions extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_allowsDuplicateListener
boolean _allowsDuplicateListener
-
_allowsMultipleMethodsForSameCallback
boolean _allowsMultipleMethodsForSameCallback
-
_isPostPersistCallbackImmediate
boolean _isPostPersistCallbackImmediate
-
-
Class org.apache.openjpa.conf.OpenJPAConfigurationImpl extends ConfigurationImpl implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
Implementation of theExternalizable
interface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput)
.- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
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 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 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 extends Object implements Serializable
- serialVersionUID:
- -7889619105916307055L
-
Class org.apache.openjpa.datacache.CacheStatisticsImpl extends Object implements Serializable
- serialVersionUID:
- 9014495759588003166L
-
Class org.apache.openjpa.datacache.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 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 extends PCDataImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_exp
long _exp
-
-
Class org.apache.openjpa.datacache.ExpirationEvent extends EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_expired
boolean _expired
-
_key
Object _key
-
-
Class org.apache.openjpa.datacache.PartitionedDataCache extends ConcurrentDataCache implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.datacache.QueryCacheStoreQuery extends Object implements Serializable
-
Serialization Methods
-
writeReplace
public Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_cache
QueryCache _cache
-
_query
StoreQuery _query
-
_repos
MetaDataRepository _repos
-
_sctx
StoreContext _sctx
-
-
-
Class org.apache.openjpa.datacache.QueryCacheStoreQuery.CachedList extends AbstractList<Object> implements Serializable
-
Serialization Methods
-
writeReplace
public Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_fc
FetchConfiguration _fc
-
_proj
boolean _proj
-
_res
QueryResult _res
-
_sctx
StoreContext _sctx
-
-
-
Class org.apache.openjpa.datacache.QueryKey extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.apache.openjpa.datacache.QueryResult extends ArrayList<Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_ex
long _ex
-
_timestamp
long _timestamp
-
-
Class org.apache.openjpa.datacache.TypesChangedEvent extends EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_types
Collection _types
-
-
-
Package org.apache.openjpa.enhance
-
Class org.apache.openjpa.enhance.ReflectingPersistenceCapable extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundException
IOException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
o
Object o
-
serializationUserVisible
boolean serializationUserVisible
-
sm
StateManager sm
-
-
-
Package org.apache.openjpa.event
-
Class org.apache.openjpa.event.BeanLifecycleCallbacks extends MethodLifecycleCallbacks implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.apache.openjpa.event.BrokerFactoryEvent extends EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eventType
int eventType
-
-
Class org.apache.openjpa.event.BrokerFactoryEventManager extends AbstractConcurrentEventManager implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_conf
Configuration _conf
-
-
Class org.apache.openjpa.event.LifecycleEvent extends EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_related
Object _related
-
_type
int _type
-
-
Class org.apache.openjpa.event.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 extends ArrayList<Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_types
int _types
-
-
Class org.apache.openjpa.event.MethodLifecycleCallbacks extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.apache.openjpa.event.RemoteCommitEvent extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException
- Throws:
IOException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.apache.openjpa.event.RemoteCommitEventManager extends AbstractConcurrentEventManager implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_provider
RemoteCommitProvider _provider
-
_transmitPersIds
boolean _transmitPersIds
-
-
Class org.apache.openjpa.event.TransactionEvent extends EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_type
int _type
-
-
Class org.apache.openjpa.event.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 extends OpenJPAConfigurationImpl implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
Implementation of theExternalizable
interface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput)
.- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
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 extends IdentifierImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_ignoreCase
boolean _ignoreCase
-
_type
DBIdentifier.DBIdentifierType _type
-
-
Class org.apache.openjpa.jdbc.identifier.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 extends OpenJPASavepoint implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
_savepoint
Object _savepoint
-
-
Class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration extends DelegatingFetchConfiguration implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory extends AbstractBrokerFactory implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_synchronizedMappings
boolean _synchronizedMappings
-
-
Class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl extends FetchConfigurationImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_state
JDBCFetchConfigurationImpl.JDBCConfigurationState _state
-
-
Class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl.JDBCConfigurationState extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery extends ExpressionStoreQuery implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.PreparedSQLStoreQuery extends SQLStoreQuery implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cached
PreparedQueryImpl _cached
-
-
Class org.apache.openjpa.jdbc.kernel.SQLStoreQuery extends AbstractStoreQuery implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.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 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 extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.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.Ceiling extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.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 extends org.apache.openjpa.jdbc.kernel.exps.Const implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.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 extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_functionName
String _functionName
-
-
Class org.apache.openjpa.jdbc.kernel.exps.Exponential extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.ExtractDateTimeField extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_field
DateTimeExtractField _field
-
_meta
ClassMetaData _meta
-
_val
Val _val
-
-
Class org.apache.openjpa.jdbc.kernel.exps.ExtractDateTimePart extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_meta
ClassMetaData _meta
-
_part
DateTimeExtractPart _part
-
_val
Val _val
-
-
Class org.apache.openjpa.jdbc.kernel.exps.Floor extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.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 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 extends StringContains implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.JDBCWildcardMatch extends WildcardMatch implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.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 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 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 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.NaturalLogarithm extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.Null extends org.apache.openjpa.jdbc.kernel.exps.Const implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.NullableAggregateUnaryOp extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.NullIfExpression extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.Param extends org.apache.openjpa.jdbc.kernel.exps.Const implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_extent
boolean _extent
-
_subselect
Select _subselect
-
-
Class org.apache.openjpa.jdbc.kernel.exps.Sign extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpression extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.SQLExpression extends SQLEmbed implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.SQLValue extends SQLEmbed implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.Sqrt extends org.apache.openjpa.jdbc.kernel.exps.UnaryOp implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.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 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 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 extends org.apache.openjpa.jdbc.kernel.exps.StringFunction implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.ToUpperCase extends org.apache.openjpa.jdbc.kernel.exps.StringFunction implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.kernel.exps.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 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 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.jdbc.meta
-
Class org.apache.openjpa.jdbc.meta.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 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cols
Column[] _cols
-
_fk
ForeignKey _fk
-
_join
Joinable _join
-
-
Class org.apache.openjpa.jdbc.meta.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 extends MappingInfo implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
String _value
-
-
Class org.apache.openjpa.jdbc.meta.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 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.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 extends StrategyInstaller implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.NoneStrategyInstaller extends StrategyInstaller implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.RefreshStrategyInstaller extends StrategyInstaller implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.RuntimeStrategyInstaller extends StrategyInstaller implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
repos
MappingRepository repos
-
-
Class org.apache.openjpa.jdbc.meta.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 extends MappingInfo implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.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 extends MappingInfo implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.jdbc.meta.strats
-
Class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy extends AbstractStrategy implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cls
ClassMapping cls
The owning class mapping.
-
-
Class org.apache.openjpa.jdbc.meta.strats.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 extends AbstractStrategy implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
field
FieldMapping field
The owning field mapping.
-
-
Class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.AbstractValueHandler extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy extends AbstractStrategy implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
vers
Version vers
The owning version.
-
-
Class org.apache.openjpa.jdbc.meta.strats.BlobValueHandler extends AbstractValueHandler implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ByteArrayValueHandler extends AbstractValueHandler implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.CharArrayStreamValueHandler extends AbstractValueHandler implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.CharArrayValueHandler extends AbstractValueHandler implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy extends InValueDiscriminatorStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ClobValueHandler extends AbstractValueHandler implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy extends AbstractVersionStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy extends AbstractFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.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 extends AbstractClassStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy extends AbstractFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_synthetic
boolean _synthetic
-
-
Class org.apache.openjpa.jdbc.meta.strats.EmbedValueHandler extends AbstractValueHandler implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.EnumValueHandler extends AbstractValueHandler implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_ordinal
boolean _ordinal
-
_vals
Enum<?>[] _vals
-
-
Class org.apache.openjpa.jdbc.meta.strats.FlatClassStrategy extends AbstractClassStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy extends AbstractClassStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.HandlerCollectionTableFieldStrategy extends StoreCollectionFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy extends AbstractFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy extends MapTableFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.HandlerRelationMapTableFieldStrategy extends MapTableFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ImmutableValueHandler extends AbstractValueHandler implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy extends AbstractDiscriminatorStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.LobFieldStrategy extends AbstractFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fieldType
int fieldType
-
isBlob
boolean isBlob
-
-
Class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy extends ContainerFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.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 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 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 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 extends NumberVersionStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.NanoPrecisionTimestampVersionStrategy extends TimestampVersionStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy extends AbstractClassStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.NoneDiscriminatorStrategy extends AbstractDiscriminatorStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.NoneFieldStrategy extends AbstractFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.NoneVersionStrategy extends AbstractVersionStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy extends ColumnVersionStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ObjectIdClassStrategy extends AbstractClassStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ObjectIdValueHandler extends EmbedValueHandler implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_args
Object[] _args
-
-
Class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy extends AbstractFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_stateImage
boolean _stateImage
-
-
Class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy extends RelationToManyInverseKeyFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy extends RelationToManyTableFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy extends AbstractFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_fkOid
Boolean _fkOid
-
-
Class org.apache.openjpa.jdbc.meta.strats.RelationHandlerMapTableFieldStrategy extends MapTableFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy extends RelationToManyInverseKeyFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy extends RelationToManyTableFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.RelationRelationMapTableFieldStrategy extends MapTableFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_keyRelationName
String _keyRelationName
-
-
Class org.apache.openjpa.jdbc.meta.strats.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 extends StoreCollectionFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy extends AbstractVersionStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy extends ContainerFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy extends AbstractFieldStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy extends AbstractDiscriminatorStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.SuperclassDiscriminatorStrategy extends AbstractDiscriminatorStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.SuperclassVersionStrategy extends AbstractVersionStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.TimestampVersionStrategy extends ColumnVersionStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.UntypedPCValueHandler extends AbstractValueHandler implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy extends InValueDiscriminatorStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy extends AbstractClassStrategy implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_fkOid
Boolean _fkOid
-
-
Class org.apache.openjpa.jdbc.meta.strats.XMLValueHandler extends AbstractValueHandler implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.jdbc.schema
-
Class org.apache.openjpa.jdbc.schema.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 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 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 extends SchemaGroup implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_schema
DBIdentifier _schema
-
-
Class org.apache.openjpa.jdbc.schema.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 extends LocalConstraint implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_unique
boolean _unique
-
-
Class org.apache.openjpa.jdbc.schema.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 extends Constraint implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.schema.NameSet extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_names
Set<DBIdentifier> _names
-
-
Class org.apache.openjpa.jdbc.schema.PrimaryKey extends LocalConstraint implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_logical
boolean _logical
-
-
Class org.apache.openjpa.jdbc.schema.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 extends EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_total
int _total
-
-
Class org.apache.openjpa.jdbc.schema.SchemaGroup extends NameSet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_schemaMap
Map<DBIdentifier,Schema> _schemaMap
-
_schemas
Schema[] _schemas
-
-
Class org.apache.openjpa.jdbc.schema.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 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 extends LocalConstraint implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.jdbc.sql
-
Class org.apache.openjpa.jdbc.sql.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.AbstractStoreQuery extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ctx
QueryContext ctx
-
-
Class org.apache.openjpa.kernel.BrokerImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundException
IOException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_bhash
int _bhash
-
_id
long _id
-
-
Class org.apache.openjpa.kernel.DelegatingBrokerFactory extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_del
DelegatingBrokerFactory _del
-
_factory
BrokerFactory _factory
-
_trans
RuntimeExceptionTranslator _trans
-
-
Class org.apache.openjpa.kernel.DelegatingFetchConfiguration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_del
DelegatingFetchConfiguration _del
-
_fetch
FetchConfiguration _fetch
-
_trans
RuntimeExceptionTranslator _trans
-
-
Class org.apache.openjpa.kernel.DelegatingQuery extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_del
DelegatingQuery _del
-
_query
Query _query
-
-
Class org.apache.openjpa.kernel.DelegatingResultList extends Object implements Serializable
-
Serialization Methods
-
writeReplace
public Object writeReplace() throws ObjectStreamException
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 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 extends Object implements Serializable
- serialVersionUID:
- -6140119764940777922L
-
Serialization Methods
-
writeReplace
public Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_del
ArrayList<E> _del
-
_trans
RuntimeExceptionTranslator _trans
-
-
Class org.apache.openjpa.kernel.ExpressionStoreQuery extends AbstractStoreQuery implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_parser
ExpressionParser _parser
-
-
Class org.apache.openjpa.kernel.ExpressionStoreQuery.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 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 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 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 extends BrokerImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.MethodStoreQuery extends AbstractStoreQuery implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_params
OrderedMap<Object,Class<?>> _params
-
-
Class org.apache.openjpa.kernel.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 extends AbstractPCData implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.PCState extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Class org.apache.openjpa.kernel.PNonTransDeletedState extends PCState implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.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 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
public Object writeReplace()
-
-
Serialized Fields
-
_res
ResultList _res
-
-
Class org.apache.openjpa.kernel.QueryStatistics.Default extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.QueryStatistics.None extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.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 extends org.apache.openjpa.kernel.ClearFieldManager implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- 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 extends Val implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_actions
LinkedList _actions
-
_correlationVar
String _correlationVar
-
-
Class org.apache.openjpa.kernel.exps.Coalesce extends Val implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_val
Val[] _val
-
-
Class org.apache.openjpa.kernel.exps.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.exps.NullIf extends Val implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.exps.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 extends Val implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.exps.StringContains extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.exps.Val extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_alias
String _alias
-
_meta
ClassMetaData _meta
-
-
Class org.apache.openjpa.kernel.exps.WhenCondition extends Exp implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.exps.WhenScalar extends Exp implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.exps.WildcardMatch extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.kernel.jpql
-
Class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.jpql.JPQLParser extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.jpql.ParseException extends UserException implements Serializable
-
Class org.apache.openjpa.kernel.jpql.SimpleNode extends JPQLExpressionBuilder.JPQLNode implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.jpql.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.
-
-
Class org.apache.openjpa.kernel.jpql.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
-
Class org.apache.openjpa.lib.conf.BootstrapException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_fatal
boolean _fatal
-
-
Class org.apache.openjpa.lib.conf.ConfigurationImpl extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
Implementation of theExternalizable
interface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput)
.- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
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 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 extends EventObject implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.jdbc.JDBCEventConnectionDecorator extends AbstractConcurrentEventManager implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.jdbc.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 extends AbstractResultList implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.rop.AbstractResultList extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.rop.AbstractSequentialResultList extends AbstractResultList implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.rop.EagerResultList extends ListResultList implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.rop.LazyForwardResultList extends AbstractSequentialResultList implements Serializable
-
Serialization Methods
-
writeReplace
public Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_list
List _list
-
_rop
ResultObjectProvider _rop
-
_size
int _size
-
_state
int _state
-
-
-
Class org.apache.openjpa.lib.rop.ListResultList extends AbstractResultList implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.rop.RandomAccessResultList extends AbstractNonSequentialResultList implements Serializable
-
Serialization Methods
-
writeReplace
public Object writeReplace() throws ObjectStreamException
- 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 extends AbstractNonSequentialResultList implements Serializable
-
Serialization Methods
-
writeReplace
public Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_closed
boolean _closed
-
_size
int _size
-
-
-
Class org.apache.openjpa.lib.rop.SoftRandomAccessResultList extends RandomAccessResultList implements Serializable
-
Class org.apache.openjpa.lib.rop.WindowResultList extends AbstractNonSequentialResultList implements Serializable
-
Serialization Methods
-
writeReplace
public Object writeReplace() throws ObjectStreamException
- 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 extends Properties implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- 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
-
-
Class org.apache.openjpa.lib.util.FormatPreservingProperties.DuplicateKeyException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.util.LRUMap extends LRUMap implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_max
int _max
-
-
Class org.apache.openjpa.lib.util.Options extends TypedProperties implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.util.OrderedMap extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_del
LinkedHashMap<K,V> _del
-
-
Class org.apache.openjpa.lib.util.ParseException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.util.ReferenceHashMap extends ReferenceMap implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_maxSize
int _maxSize
-
-
Class org.apache.openjpa.lib.util.ReferenceHashSet extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_set
Set _set
-
-
Class org.apache.openjpa.lib.util.TypedProperties extends Properties implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.lib.util.collections
-
Class org.apache.openjpa.lib.util.collections.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 extends AbstractDualBidiMap.View<K,V,Map.Entry<K,V>> implements Serializable
- serialVersionUID:
- 4040410962603292348L
-
Class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.KeySet extends AbstractDualBidiMap.View<K,Object,K> implements Serializable
- serialVersionUID:
- -7107935777385040694L
-
Class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.Values extends AbstractDualBidiMap.View<Object,V,V> implements Serializable
- serialVersionUID:
- 4023777119829639864L
-
Class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- 4621510560119690639L
-
Serialized Fields
-
parent
AbstractDualBidiMap<K,V> parent
The parent map
-
-
Class org.apache.openjpa.lib.util.collections.AbstractListDecorator extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- 4500739654952315623L
-
Class org.apache.openjpa.lib.util.collections.AbstractSerializableListDecorator extends AbstractListDecorator<E> implements Serializable
- serialVersionUID:
- 2684959196747496299L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the list in using a custom routine.- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the list out using a custom routine.- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.openjpa.lib.util.collections.AbstractSerializableSetDecorator extends AbstractSetDecorator<E> implements Serializable
- serialVersionUID:
- 1229469966212206107L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the set in using a custom routine.- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the set out using a custom routine.- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.openjpa.lib.util.collections.AbstractSetDecorator extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- -4678668309576958546L
-
Class org.apache.openjpa.lib.util.collections.ComparableComparator extends Object implements Serializable
- serialVersionUID:
- -291439688585137865L
-
Class org.apache.openjpa.lib.util.collections.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 extends AbstractDualBidiMap<K,V> implements Serializable
- serialVersionUID:
- 721969328361808L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.openjpa.lib.util.collections.DualTreeBidiMap extends AbstractDualBidiMap<K,V> implements Serializable
- serialVersionUID:
- 721969328361809L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- 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 extends AbstractLinkedMap<K,V> implements Serializable
- serialVersionUID:
- 9077234323521161066L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.openjpa.lib.util.collections.LRUMap extends AbstractLinkedMap<K,V> implements Serializable
- serialVersionUID:
- -612114643488955218L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- 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 extends Object implements Serializable
- serialVersionUID:
- 6723912213766056587L
-
Class org.apache.openjpa.lib.util.collections.ReferenceIdentityMap extends AbstractReferenceMap<K,V> implements Serializable
- serialVersionUID:
- -1266190134568365852L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.openjpa.lib.util.collections.ReferenceMap extends AbstractReferenceMap<K,V> implements Serializable
- serialVersionUID:
- 1555089888138299607L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.openjpa.lib.util.collections.TreeBidiMap extends Object implements Serializable
- serialVersionUID:
- 721969328361807L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Reads the content of the stream.- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
Writes the content to the stream for serialization.- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.openjpa.lib.util.collections.UnmodifiableCollection extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- -239892006883819945L
-
Class org.apache.openjpa.lib.util.collections.UnmodifiableEntrySet extends AbstractSetDecorator<Map.Entry<K,V>> implements Serializable
- serialVersionUID:
- 1678353579659253473L
-
Class org.apache.openjpa.lib.util.collections.UnmodifiableList extends AbstractSerializableListDecorator<E> implements Serializable
- serialVersionUID:
- 6595182819922443652L
-
Class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMap extends AbstractOrderedMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 8136428161720526266L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- 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
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException
- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Class org.apache.openjpa.lib.util.collections.UnmodifiableSet extends AbstractSerializableSetDecorator<E> implements Serializable
- serialVersionUID:
- 6499119872185240161L
-
-
Package org.apache.openjpa.lib.util.concurrent
-
Class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_failFast
boolean _failFast
-
_listeners
Collection _listeners
-
-
Class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap extends AbstractMap implements Serializable
- serialVersionUID:
- -6452706556724125778L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitute the ConcurrentHashMap instance from a stream(i.e., deserialize it).- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws 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:
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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.meta
-
Class org.apache.openjpa.meta.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.meta.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 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 extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.apache.openjpa.meta.InheritanceComparator extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_base
Class _base
-
-
Class org.apache.openjpa.meta.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 extends InheritanceComparator implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.meta.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 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 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 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 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 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.meta.XMLFieldMetaData extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.persistence
-
Class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer.SerializationComparator extends MetaDataInheritanceComparator implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.ArgumentException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.openjpa.persistence.EntityExistsException extends jakarta.persistence.EntityExistsException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.openjpa.persistence.EntityManagerFactoryImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_factory
DelegatingBrokerFactory _factory
-
-
Class org.apache.openjpa.persistence.EntityManagerImpl extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.apache.openjpa.persistence.EntityNotFoundException extends jakarta.persistence.EntityNotFoundException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.openjpa.persistence.InvalidStateException extends IllegalStateException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.openjpa.persistence.LockTimeoutException extends jakarta.persistence.LockTimeoutException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.openjpa.persistence.NonUniqueResultException extends jakarta.persistence.NonUniqueResultException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.openjpa.persistence.NoResultException extends jakarta.persistence.NoResultException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.openjpa.persistence.OptimisticLockException extends jakarta.persistence.OptimisticLockException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.openjpa.persistence.PersistenceException extends jakarta.persistence.PersistenceException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.openjpa.persistence.PessimisticLockException extends jakarta.persistence.PessimisticLockException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.openjpa.persistence.QueryImpl extends AbstractQuery<X> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_hintHandler
HintHandler _hintHandler
-
_id
String _id
-
_query
DelegatingQuery _query
-
-
Class org.apache.openjpa.persistence.QueryTimeoutException extends jakarta.persistence.QueryTimeoutException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.openjpa.persistence.RollbackException extends jakarta.persistence.RollbackException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.openjpa.persistence.TransactionRequiredException extends jakarta.persistence.TransactionRequiredException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer.SerializationComparator extends MetaDataInheritanceComparator implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.persistence.criteria
-
Class org.apache.openjpa.persistence.criteria.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 extends AnnotationPersistenceMetaDataSerializer.SerializationComparator implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.jdbc.XMLPersistenceMappingSerializer.MappingSerializationComparator extends XMLPersistenceMetaDataSerializer.SerializationComparator implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.persistence.jest
-
Class org.apache.openjpa.persistence.jest.JESTServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_debug
boolean _debug
-
_emf
OpenJPAEntityManagerFactory _emf
-
_unit
String _unit
-
-
Class org.apache.openjpa.persistence.jest.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 extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.AbstractDomainObject extends org.apache.openjpa.persistence.query.AbstractPath implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.AndPredicate extends LogicalPredicate implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.ArrayExpression extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_values
Object[] _values
-
-
Class org.apache.openjpa.persistence.query.AverageExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.BetweenExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_caseOperand
Object _caseOperand
-
_whens
LinkedList<WhenClause> _whens
-
-
Class org.apache.openjpa.persistence.query.ConcatExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.CountExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.CurrentTimeExpression extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_type
Class _type
-
-
Class org.apache.openjpa.persistence.query.DistinctExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.DividedByExpression extends BinaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.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 extends OperatorPath implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.EqualExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.ExistsExpression extends org.apache.openjpa.persistence.query.UnaryExpressionPredicate implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.FetchPath extends AbstractDomainObject implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.GreaterEqualExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.GreaterThanExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.IndexExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.InExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.IsEmptyExpression extends org.apache.openjpa.persistence.query.UnaryExpressionPredicate implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.IsNullExpression extends org.apache.openjpa.persistence.query.UnaryExpressionPredicate implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.JoinPath extends AbstractDomainObject implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.KeyExpression extends OperatorPath implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.LengthExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.LessEqualExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.LessThanExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.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 extends org.apache.openjpa.persistence.query.ConstantExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.LocateExpression extends BinaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_start
Expression _start
-
-
Class org.apache.openjpa.persistence.query.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 extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.MaxExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.MemberOfExpression extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.MinExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.MinusExpression extends BinaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.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 extends org.apache.openjpa.persistence.query.BinaryExpressionPredicate implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.OperatorPath extends AbstractDomainObject implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.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 extends LogicalPredicate implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.ParameterExpression extends org.apache.openjpa.persistence.query.ExpressionImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_name
String _name
-
-
Class org.apache.openjpa.persistence.query.PlusExpression extends BinaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.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 extends BinaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.RootPath extends AbstractDomainObject implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.SizeExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.SquareRootExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.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 extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.TimesExpression extends BinaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.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 extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.UnaryMinusExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.UpperExpression extends org.apache.openjpa.persistence.query.UnaryOperatorExpression implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.ValueExpression extends OperatorPath implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.persistence.query.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 extends FinalizingBrokerImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_lock
ReentrantSliceLock _lock
-
-
Class org.apache.openjpa.slice.DistributedQueryImpl extends QueryImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_conf
DistributedConfiguration _conf
-
_lock
ReentrantSliceLock _lock
-
-
Class org.apache.openjpa.slice.ReentrantSliceLock extends ReentrantLock implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.slice.Slice extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class org.apache.openjpa.slice.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 extends JDBCBrokerFactory implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl extends JDBCConfigurationImpl implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
Implementation of theExternalizable
interface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput)
.- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
Implementation of theExternalizable
interface to write the properties returned byConfigurationImpl.toProperties(boolean)
.- Throws:
IOException
-
-
-
Class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.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 extends JDBCFetchConfigurationImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_explicitTarget
boolean _explicitTarget
-
-
-
Package org.apache.openjpa.util
-
Class org.apache.openjpa.util.BigDecimalId extends OpenJPAId implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
BigDecimal key
-
-
Class org.apache.openjpa.util.BigIntegerId extends OpenJPAId implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
BigInteger key
-
-
Class org.apache.openjpa.util.BooleanId extends OpenJPAId implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
boolean key
-
-
Class org.apache.openjpa.util.ByteId extends OpenJPAId implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
byte key
-
-
Class org.apache.openjpa.util.CallbackException extends UserException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.CharId extends OpenJPAId implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
char key
-
-
Class org.apache.openjpa.util.DateId extends OpenJPAId implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
Date key
-
-
Class org.apache.openjpa.util.DoubleId extends OpenJPAId implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
double key
-
-
Class org.apache.openjpa.util.FloatId extends OpenJPAId implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
float key
-
-
Class org.apache.openjpa.util.GeneralException extends OpenJPAException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.Id extends OpenJPAId implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
long _id
-
-
Class org.apache.openjpa.util.InternalException extends OpenJPAException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.IntId extends OpenJPAId implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
int key
-
-
Class org.apache.openjpa.util.InvalidStateException extends UserException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.java$sql$Date$proxy extends Date implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$sql$Time$proxy extends Time implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$sql$Timestamp$proxy extends Timestamp implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$ArrayList$proxy extends ArrayList implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$Date$proxy extends Date implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$EnumMap$proxy extends EnumMap implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$GregorianCalendar$proxy extends GregorianCalendar implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$HashMap$proxy extends HashMap implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$HashSet$proxy extends HashSet implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$Hashtable$proxy extends Hashtable implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$IdentityHashMap$proxy extends IdentityHashMap implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$LinkedHashMap$proxy extends LinkedHashMap implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$LinkedHashSet$proxy extends LinkedHashSet implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$LinkedList$proxy extends LinkedList implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$PriorityQueue$proxy extends PriorityQueue implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$Properties$proxy extends Properties implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$TreeMap$proxy extends TreeMap implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$TreeSet$proxy extends TreeSet implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.java$util$Vector$proxy extends Vector implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.LockException extends StoreException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
lockLevel
int lockLevel
-
timeout
int timeout
-
-
Class org.apache.openjpa.util.LongId extends OpenJPAId implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
long key
-
-
Class org.apache.openjpa.util.MetaDataException extends UserException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.NonUniqueResultException extends InvalidStateException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.NoResultException extends InvalidStateException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.NoTransactionException extends InvalidStateException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.ObjectExistsException extends StoreException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.ObjectId extends OpenJPAId implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_key
Object _key
-
-
Class org.apache.openjpa.util.ObjectNotFoundException extends StoreException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.OpenJPAException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.openjpa.util.OpenJPAId extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_typeHash
int _typeHash
-
subs
boolean subs
-
type
Class type
-
-
Class org.apache.openjpa.util.OptimisticException extends StoreException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.QueryException extends StoreException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
timeout
int timeout
-
-
Class org.apache.openjpa.util.ReferentialIntegrityException extends StoreException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
_iv
int _iv
-
-
Class org.apache.openjpa.util.ShortId extends OpenJPAId implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
short key
-
-
Class org.apache.openjpa.util.StoreException extends OpenJPAException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.StringId extends OpenJPAId implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
String key
-
-
Class org.apache.openjpa.util.UnsupportedException extends OpenJPAException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.UserException extends OpenJPAException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.UuidId extends OpenJPAId implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_key
UUID _key
-
-
Class org.apache.openjpa.util.WrappedException extends OpenJPAException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.util.proxy
-
Class org.apache.openjpa.util.proxy.DelayedArrayListProxy extends ArrayList implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedHashSetProxy extends HashSet implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy extends LinkedHashSet implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedLinkedListProxy extends LinkedList implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy extends PriorityQueue implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedTreeSetProxy extends TreeSet implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedVectorProxy extends Vector implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
-
Package org.apache.openjpa.validation
-
Class org.apache.openjpa.validation.ValidatingLifecycleEventManager extends LifecycleEventManager implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_conf
OpenJPAConfiguration _conf
-
_validationEnabled
boolean _validationEnabled
-
_validator
Validator _validator
-
-
Class org.apache.openjpa.validation.ValidationException extends WrappedException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.validation.ValidationUnavailableException extends OpenJPAException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.xmlstore
-
Class org.apache.openjpa.xmlstore.XMLConfiguration extends OpenJPAConfigurationImpl implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
Implementation of theExternalizable
interface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput)
.- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
Implementation of theExternalizable
interface to write the properties returned byConfigurationImpl.toProperties(boolean)
.- Throws:
IOException
-
-
-