Serialized Form
-
Package jpa.tools.swing
-
Class jpa.tools.swing.AttributeLegendView extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Class jpa.tools.swing.AttributeView extends javax.swing.JLabel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_attr
jakarta.persistence.metamodel.Attribute<?,?> _attr
-
-
Class jpa.tools.swing.ConfigurationViewer extends javax.swing.JTextPane implements Serializable
- serialVersionUID:
- 1L
-
Class jpa.tools.swing.EntityDataModel extends javax.swing.table.AbstractTableModel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
java.util.List<jakarta.persistence.metamodel.Attribute<? super T,?>> attributes
-
columnClasses
java.util.List<java.lang.Class<?>> columnClasses
-
columnNames
java.util.List<java.lang.String> columnNames
-
data
java.util.List<T> data
-
methods
java.util.List<java.lang.reflect.Method> methods
-
showsBasicAttr
boolean showsBasicAttr
-
showsPluralAttr
boolean showsPluralAttr
-
showsRowCount
boolean showsRowCount
-
showsSingularAttr
boolean showsSingularAttr
-
-
Class jpa.tools.swing.EntityTable extends javax.swing.JTable implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionCellRenderer
EntityTable.CollectionCellRenderer collectionCellRenderer
-
instanceCellRenderer
EntityTable.InstanceCellRenderer instanceCellRenderer
-
-
Class jpa.tools.swing.EntityTable.CollectionCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
- serialVersionUID:
- 1L
-
Class jpa.tools.swing.EntityTable.InstanceCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
util
jakarta.persistence.PersistenceUnitUtil util
-
-
Class jpa.tools.swing.EntityTableView extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_details
javax.swing.JTextArea _details
-
_table
EntityTable<T> _table
-
-
Class jpa.tools.swing.EntityTypeView extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
hgap
int hgap
-
type
jakarta.persistence.metamodel.EntityType<T> type
-
vgap
int vgap
-
-
Class jpa.tools.swing.ErrorDialog extends javax.swing.JDialog implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_details
javax.swing.JScrollPane _details
-
_error
java.lang.Throwable _error
-
_isFiltering
boolean _isFiltering
-
_main
javax.swing.JComponent _main
-
_message
javax.swing.JComponent _message
-
_showingDetails
boolean _showingDetails
-
_stacktrace
javax.swing.JTextPane _stacktrace
-
-
Class jpa.tools.swing.InstanceDataModel extends javax.swing.table.AbstractTableModel implements Serializable
- serialVersionUID:
- 1L
-
Class jpa.tools.swing.InstanceView extends javax.swing.JTable implements Serializable
- serialVersionUID:
- 1L
-
Class jpa.tools.swing.MetamodelView extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
hgap
int hgap
-
vgap
int vgap
-
-
Class jpa.tools.swing.PowerPointViewer extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_dir
java.lang.String _dir
-
_goto
javax.swing.JSpinner _goto
-
_navButtons
javax.swing.JButton[] _navButtons
-
_next
javax.swing.JButton _next
-
_prev
javax.swing.JButton _prev
-
_slides
java.util.List<java.lang.ref.WeakReference<javax.swing.ImageIcon>> _slides
-
_slideURLs
java.util.List<java.net.URL> _slideURLs
-
_total
int _total
-
_view
javax.swing.JLabel _view
-
MAX_BUTTONS
int MAX_BUTTONS
-
-
Class jpa.tools.swing.PreparedQueryViewer extends javax.swing.JTable implements Serializable
- serialVersionUID:
- 1L
-
Class jpa.tools.swing.RoundButton extends javax.swing.JButton implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
base
java.awt.Shape base
-
shape
java.awt.Shape shape
-
-
Class jpa.tools.swing.ScrollingTextPane extends javax.swing.JTextPane implements Serializable
- serialVersionUID:
- 1L
-
Class jpa.tools.swing.SourceCodeViewer extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_anchors
IndexedMap<java.lang.String,java.net.URI> _anchors
-
_bookmarks
javax.swing.JComboBox _bookmarks
-
_editor
javax.swing.JEditorPane _editor
-
_visited
java.util.LinkedList<java.lang.String> _visited
-
-
Class jpa.tools.swing.StatusBar extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
memoryBar
javax.swing.JProgressBar memoryBar
-
messageText
javax.swing.JLabel messageText
-
progressBar
javax.swing.JProgressBar progressBar
-
task
jpa.tools.swing.StatusBar.TaskProgress task
-
-
-
Package openbook.client
-
Class openbook.client.BuyBookPage extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_buyPanel
openbook.client.BuyBookPage.BuyPanel _buyPanel
-
_cartPanel
openbook.client.BuyBookPage.ShoppingCartPanel _cartPanel
-
_customer
Customer _customer
-
_searchPanel
openbook.client.BuyBookPage.SearchPanel _searchPanel
-
_selectPanel
openbook.client.BuyBookPage.SelectBookPanel _selectPanel
-
_service
OpenBookService _service
-
-
Class openbook.client.DeliveryPage extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_deliver
javax.swing.JButton _deliver
-
_orders
EntityTableView<PurchaseOrder> _orders
-
_service
OpenBookService _service
-
_showBoth
javax.swing.JRadioButton _showBoth
-
_showDelivered
javax.swing.JRadioButton _showDelivered
-
_showPending
javax.swing.JRadioButton _showPending
-
_title
javax.swing.JLabel _title
-
-
Class openbook.client.Demo extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_about
javax.swing.Action _about
-
_buyBook
javax.swing.Action _buyBook
-
_config
java.util.Map<java.lang.String,java.lang.Object> _config
-
_customer
Customer _customer
-
_deliver
javax.swing.Action _deliver
-
_navigator
javax.swing.JTree _navigator
-
_outputPane
javax.swing.JTabbedPane _outputPane
-
_root
javax.swing.Action _root
The actions invoked by this sample demonstration. -
_service
OpenBookService _service
The handle to the service. -
_sourceBrowser
SourceCodeBrowser _sourceBrowser
-
_sqlListener
SQLLogger _sqlListener
-
_sqlLog
ScrollingTextPane _sqlLog
-
_statusBar
StatusBar _statusBar
-
_supply
javax.swing.Action _supply
-
_tabbedPane
javax.swing.JTabbedPane _tabbedPane
-
_toolBar
javax.swing.JToolBar _toolBar
The primary graphic widgets used to invoke and display the results of the actions. -
_viewConfig
javax.swing.Action _viewConfig
-
_viewDomain
javax.swing.Action _viewDomain
-
_viewQuery
javax.swing.Action _viewQuery
-
_viewSource
javax.swing.Action _viewSource
-
-
Class openbook.client.Demo.AboutAction extends Demo.OpenBookAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_dialog
Demo.AboutDialog _dialog
-
-
Class openbook.client.Demo.AboutDialog extends javax.swing.JDialog implements Serializable
- serialVersionUID:
- 1L
-
Class openbook.client.Demo.ActionTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_action
javax.swing.Action _action
-
-
Class openbook.client.Demo.BuyBookAction extends Demo.OpenBookAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_buyBookPage
BuyBookPage _buyBookPage
-
-
Class openbook.client.Demo.DeliveryAction extends Demo.OpenBookAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_deliveryPage
DeliveryPage _deliveryPage
-
-
Class openbook.client.Demo.OpenBookAction extends javax.swing.AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Class openbook.client.Demo.ShowCodeAction extends Demo.OpenBookAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_key
java.lang.String _key
-
_page
java.lang.String _page
-
-
Class openbook.client.Demo.SupplyAction extends Demo.OpenBookAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_supplyPage
SupplyPage _supplyPage
-
-
Class openbook.client.Demo.TypedTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable
- serialVersionUID:
- 1L
-
Class openbook.client.Demo.ViewConfigAction extends Demo.OpenBookAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configView
ConfigurationViewer _configView
-
-
Class openbook.client.Demo.ViewDataAction extends Demo.OpenBookAction implements Serializable
- serialVersionUID:
- 1L
-
Class openbook.client.Demo.ViewDomainAction extends Demo.OpenBookAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_domainView
MetamodelView _domainView
-
_legends
AttributeLegendView _legends
-
-
Class openbook.client.Demo.ViewQueryCacheAction extends Demo.OpenBookAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_queryView
PreparedQueryViewer _queryView
-
-
Class openbook.client.Demo.ViewSourceAction extends Demo.OpenBookAction implements Serializable
- serialVersionUID:
- 1L
-
Class openbook.client.Demo.WelcomeAction extends Demo.OpenBookAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_logoLabel
javax.swing.JLabel _logoLabel
-
_powerpoint
PowerPointViewer _powerpoint
-
_showPresentation
boolean _showPresentation
-
-
Class openbook.client.SupplyPage extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_lowInventories
EntityTableView<Inventory> _lowInventories
-
_service
OpenBookService _service
-
_supply
javax.swing.JButton _supply
-
_title
javax.swing.JLabel _title
-
_view
javax.swing.JButton _view
-
-
-
Package openbook.domain
-
Class openbook.domain.Book extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class openbook.domain.Customer extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
email
java.lang.String email
-
id
long id
-
name
java.lang.String name
-
version
int version
-
-
Class openbook.domain.Inventory extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
book
Book book
-
sold
int sold
-
supplied
int supplied
-
version
int version
-
-
Class openbook.domain.LineItem extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
book
Book book
-
index
int index
-
order
PurchaseOrder order
-
quantity
int quantity
-
-
Class openbook.domain.LineItem.LineItemId extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
index
int index
-
order
long order
-
-
Class openbook.domain.PurchaseOrder extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
customer
Customer customer
-
deliveredOn
java.sql.Timestamp deliveredOn
-
id
long id
-
items
java.util.List<LineItem> items
-
placedOn
java.sql.Timestamp placedOn
-
status
PurchaseOrder.Status status
-
total
int total
-
-
Class openbook.domain.ShoppingCart extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.abstractstore
-
Class org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory extends AbstractBrokerFactory implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_platform
java.lang.String _platform
-
_storeCls
java.lang.String _storeCls
-
_storeProps
java.lang.String _storeProps
-
-
-
Package org.apache.openjpa.conf
-
Class org.apache.openjpa.conf.CallbackOptions extends java.lang.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(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Implementation of theExternalizable
interface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput)
.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Implementation of theExternalizable
interface to write the properties returned byConfigurationImpl.toProperties(boolean)
.- Throws:
java.io.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
java.util.Set<java.lang.String> _excludedTypes
-
_includedTypes
java.util.Set<java.lang.String> _includedTypes
-
_name
java.lang.String _name
-
_schedule
java.lang.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
java.lang.String _name
-
_stats
QueryStatistics<QueryKey> _stats
-
_statsEnabled
boolean _statsEnabled
-
conf
OpenJPAConfiguration conf
The configuration set by the system. -
entityTimestampMap
java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.Long> entityTimestampMap
-
evictPolicy
AbstractQueryCache.EvictPolicy evictPolicy
-
log
Log log
The log to use.
-
-
Class org.apache.openjpa.datacache.AbstractQueryCache.Default extends java.lang.Object implements Serializable
- serialVersionUID:
- -7889619105916307055L
-
Class org.apache.openjpa.datacache.CacheStatisticsImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 9014495759588003166L
-
Serialized Fields
-
enabled
boolean enabled
-
since
java.util.Date since
-
start
java.util.Date start
-
stat
long[] stat
-
stats
java.util.Map<java.lang.String,long[]> stats
-
totalStat
long[] totalStat
-
totalStats
java.util.Map<java.lang.String,long[]> totalStats
-
-
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 java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_expired
boolean _expired
-
_key
java.lang.Object _key
-
-
Class org.apache.openjpa.datacache.PartitionedDataCache extends ConcurrentDataCache implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.datacache.QueryCacheStoreQuery extends java.lang.Object implements Serializable
-
Serialization Methods
-
writeReplace
public java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_cache
QueryCache _cache
-
_query
StoreQuery _query
-
_repos
MetaDataRepository _repos
-
_sctx
StoreContext _sctx
-
-
-
Class org.apache.openjpa.datacache.QueryCacheStoreQuery.CachedList extends java.util.AbstractList<java.lang.Object> implements Serializable
-
Serialization Methods
-
writeReplace
public java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_fc
FetchConfiguration _fc
-
_proj
boolean _proj
-
_res
QueryResult _res
-
_sctx
StoreContext _sctx
-
-
-
Class org.apache.openjpa.datacache.QueryKey extends java.lang.Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Class org.apache.openjpa.datacache.QueryResult extends java.util.ArrayList<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_ex
long _ex
-
_timestamp
long _timestamp
-
-
Class org.apache.openjpa.datacache.TypesChangedEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_types
java.util.Collection _types
-
-
-
Package org.apache.openjpa.enhance
-
Class org.apache.openjpa.enhance.ReflectingPersistenceCapable extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.lang.ClassNotFoundException, java.io.IOException
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
o
java.lang.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(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Class org.apache.openjpa.event.BrokerFactoryEvent extends java.util.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 java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_related
java.lang.Object _related
-
_type
int _type
-
-
Class org.apache.openjpa.event.LifecycleEventManager extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_activated
boolean _activated
-
_addListeners
java.util.List<java.lang.Object> _addListeners
-
_classListeners
java.util.Map<java.lang.Class<?>,LifecycleEventManager.ListenerList> _classListeners
-
_exceps
java.util.List<java.lang.Exception> _exceps
-
_fail
boolean _fail
-
_failFast
boolean _failFast
-
_firing
boolean _firing
-
_listeners
LifecycleEventManager.ListenerList _listeners
-
_remListeners
java.util.List<java.lang.Object> _remListeners
-
-
Class org.apache.openjpa.event.LifecycleEventManager.ListenerList extends java.util.ArrayList<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_types
int _types
-
-
Class org.apache.openjpa.event.MethodLifecycleCallbacks extends java.lang.Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Class org.apache.openjpa.event.RemoteCommitEvent extends java.lang.Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
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 java.util.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(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Implementation of theExternalizable
interface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput)
.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Implementation of theExternalizable
interface to write the properties returned byConfigurationImpl.toProperties(boolean)
.- Throws:
java.io.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(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
_savepoint
java.lang.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 java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
direction
int direction
-
eagerMode
int eagerMode
-
fetchInnerJoins
java.util.Set<java.lang.String> fetchInnerJoins
-
ignoreDfgForFkSelect
boolean ignoreDfgForFkSelect
-
isolationLevel
int isolationLevel
-
joins
java.util.Set<java.lang.String> joins
-
size
int size
-
subclassMode
int subclassMode
-
syntax
int syntax
-
type
int type
-
-
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 java.lang.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.CoalesceExpression extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cast
java.lang.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
-
Serialized Fields
-
_container
boolean _container
-
_idx
int _idx
-
_key
java.lang.Object _key
-
_type
java.lang.Class _type
-
-
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
java.lang.String _functionName
-
-
Class org.apache.openjpa.jdbc.kernel.exps.GeneralCaseExpression extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cast
java.lang.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 java.lang.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
java.lang.Class _cast
-
_meta
ClassMetaData _meta
-
_val1
Val _val1
-
_val2
Val _val2
-
-
Class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory extends java.lang.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
java.lang.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
java.lang.Class _cast
-
_key
Val _key
-
_meta
ClassMetaData _meta
-
_type
java.lang.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
java.lang.Class _cast
-
_key
Val _key
-
_meta
ClassMetaData _meta
-
_type
java.lang.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
java.lang.Class _cast
-
_meta
ClassMetaData _meta
-
_op
java.lang.String _op
-
_val1
Val _val1
-
_val2
Val _val2
-
-
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
-
Serialized Fields
-
_cast
java.lang.Class _cast
-
_meta
ClassMetaData _meta
-
_val1
Val _val1
-
_val2
Val _val2
-
other
Value other
-
otherState
ExpState otherState
-
-
Class org.apache.openjpa.jdbc.kernel.exps.Param extends org.apache.openjpa.jdbc.kernel.exps.Const implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_container
boolean _container
-
_idx
int _idx
-
_key
java.lang.Object _key
-
_type
java.lang.Class _type
-
-
Class org.apache.openjpa.jdbc.kernel.exps.PCPath extends CandidatePath implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_candidate
ClassMapping _candidate
-
_cast
java.lang.Class _cast
-
_cid
boolean _cid
-
_class
ClassMapping _class
-
_key
boolean _key
-
_keyPath
boolean _keyPath
-
_schemaAlias
java.lang.String _schemaAlias
-
_type
int _type
-
_varName
java.lang.String _varName
-
_xmlfield
FieldMetaData _xmlfield
-
-
Class org.apache.openjpa.jdbc.kernel.exps.SelectConstructor extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_extent
boolean _extent
-
_subselect
Select _subselect
-
-
Class org.apache.openjpa.jdbc.kernel.exps.SimpleCaseExpression extends org.apache.openjpa.jdbc.kernel.exps.AbstractVal implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_caseOperand
Val _caseOperand
-
_cast
java.lang.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.SQLEmbed extends java.lang.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
java.lang.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
java.lang.String _subqAlias
-
_subs
boolean _subs
-
_type
java.lang.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
java.lang.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
java.lang.Object _val
-
-
Class org.apache.openjpa.jdbc.kernel.exps.WhenCondition extends java.lang.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 java.lang.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
java.util.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
java.lang.String _className
-
_colNum
int _colNum
-
_comments
java.lang.String[] _comments
-
_file
java.io.File _file
-
_indices
java.util.Map<DBIdentifier,java.util.List<Index>> _indices
-
_joined
boolean _joined
-
_lineNum
int _lineNum
-
_schemaName
DBIdentifier _schemaName
-
_seconds
java.util.Map<DBIdentifier,java.util.List<Column>> _seconds
-
_srcType
int _srcType
-
_subStrat
java.lang.String _subStrat
-
_tableName
DBIdentifier _tableName
-
_uniques
java.util.Map<DBIdentifier,java.util.List<Unique>> _uniques
-
-
Class org.apache.openjpa.jdbc.meta.DelegatingJoinable extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cols
Column[] _cols
-
_fk
ForeignKey _fk
-
_join
Joinable _join
-
-
Class org.apache.openjpa.jdbc.meta.Discriminator extends java.lang.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
java.lang.Object _value
-
-
Class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo extends MappingInfo implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
java.lang.String _value
-
-
Class org.apache.openjpa.jdbc.meta.FieldMapping extends FieldMetaData implements Serializable
- serialVersionUID:
- 142185362294762433L
-
Serialized Fields
-
_bi_1To1_JT
java.lang.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
java.lang.Boolean _bi_MTo1_JT
-
_bi_MTo1_JT_Field
FieldMapping _bi_MTo1_JT_Field
-
_bidirectionalJoinTableNonOwner
java.lang.Boolean _bidirectionalJoinTableNonOwner
-
_bidirectionalJoinTableOwner
java.lang.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
java.lang.Boolean _uni_1To1_JT
-
_uni_1ToM_FK
java.lang.Boolean _uni_1ToM_FK
-
_uni_MTo1_JT
java.lang.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
java.lang.String[] _comments
-
_joinTableUniques
java.util.List<Unique> _joinTableUniques
-
_orderCol
Column _orderCol
-
_outer
boolean _outer
-
_tableName
DBIdentifier _tableName
-
-
Class org.apache.openjpa.jdbc.meta.MappingInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_canFK
boolean _canFK
-
_canIdx
boolean _canIdx
-
_canUnq
boolean _canUnq
-
_cols
java.util.List<Column> _cols
-
_fk
ForeignKey _fk
-
_idx
Index _idx
-
_implicitRelation
boolean _implicitRelation
-
_io
ColumnIO _io
-
_join
int _join
-
_strategy
java.lang.String _strategy
-
_unq
Unique _unq
-
-
Class org.apache.openjpa.jdbc.meta.MappingRepository extends MetaDataRepository implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_installer
StrategyInstaller _installer
-
_results
java.util.Map<java.lang.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
java.io.File _mapFile
-
_primaryKeyColumn
DBIdentifier _primaryKeyColumn
-
_primaryKeyValue
java.lang.String _primaryKeyValue
-
_sequenceColumn
DBIdentifier _sequenceColumn
-
_table
DBIdentifier _table
-
_uniqueColumns
DBIdentifier[] _uniqueColumns
-
_uniqueConstraintName
DBIdentifier _uniqueConstraintName
-
-
Class org.apache.openjpa.jdbc.meta.StrategyInstaller extends java.lang.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
java.util.Map<ClassMapping,ForeignKey> _targetFKs
-
_typeArr
ClassMapping[] _typeArr
-
_unq
Unique _unq
-
-
Class org.apache.openjpa.jdbc.meta.ValueMappingInfo extends MappingInfo implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_canNull
boolean _canNull
-
_criteria
boolean _criteria
-
_mapsIdCols
java.util.List<Column> _mapsIdCols
-
-
Class org.apache.openjpa.jdbc.meta.Version extends java.lang.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 java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.jdbc.meta.strats.AbstractValueHandler extends java.lang.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
java.lang.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
java.lang.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
-
Serialized Fields
-
_initials
java.lang.Number[] _initials
-
_javaTypes
java.lang.Integer[] _javaTypes
-
-
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
-
Serialized Fields
-
_initial
java.lang.Number _initial
-
_javaType
java.lang.Integer _javaType
-
-
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
java.lang.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
java.lang.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
java.lang.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
-
Serialized Fields
-
_readLock
java.util.concurrent.locks.Lock _readLock
-
_vals
java.util.Map<java.lang.String,java.lang.Class<?>> _vals
-
_writeLock
java.util.concurrent.locks.Lock _writeLock
-
rwl
java.util.concurrent.locks.ReentrantReadWriteLock rwl
-
-
Class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy extends AbstractClassStrategy implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_fkOid
java.lang.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
java.lang.String _comment
-
_constraints
java.util.Set<Constraint> _constraints
-
_decimals
int _decimals
-
_default
java.lang.Object _default
-
_defaultStr
java.lang.String _defaultStr
-
_flags
int _flags
-
_fullPath
QualifiedDBIdentifier _fullPath
-
_implicitRelation
boolean _implicitRelation
-
_index
int _index
-
_isUni1MFK
boolean _isUni1MFK
-
_javaType
int _javaType
-
_name
DBIdentifier _name
-
_notNull
java.lang.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
java.lang.String _targetField
-
_type
int _type
-
_typeName
DBIdentifier _typeName
-
_versionStrategy
VersionStrategy _versionStrategy
-
_XML
boolean _XML
-
-
Class org.apache.openjpa.jdbc.schema.ColumnIO extends java.lang.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
java.lang.Boolean _autoAssign
-
_constCols
Column[] _constCols
-
_constColsPK
Column[] _constColsPK
-
_consts
java.util.LinkedHashMap _consts
-
_constsPK
java.util.LinkedHashMap _constsPK
-
_constVals
java.lang.Object[] _constVals
-
_constValsPK
java.lang.Object[] _constValsPK
-
_delAction
int _delAction
-
_index
int _index
-
_joins
java.util.LinkedHashMap _joins
-
_joinsPK
java.util.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 java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_names
java.util.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 java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_group
SchemaGroup _group
-
_name
DBIdentifier _name
-
_seqMap
java.util.Map<DBIdentifier,Sequence> _seqMap
-
_seqs
Sequence[] _seqs
-
_tableMap
java.util.Map<DBIdentifier,Table> _tableMap
-
_tables
Table[] _tables
-
-
Class org.apache.openjpa.jdbc.schema.SchemaGenerator.Event extends java.util.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
java.util.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
java.io.File _source
-
_srcType
int _srcType
-
-
Class org.apache.openjpa.jdbc.schema.Table extends NameSet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_autoAssign
Column[] _autoAssign
-
_colMap
java.util.Map<DBIdentifier,Column> _colMap
-
_colNum
int _colNum
-
_cols
Column[] _cols
-
_comment
java.lang.String _comment
-
_fkList
java.util.Collection<ForeignKey> _fkList
-
_fks
ForeignKey[] _fks
-
_fullPath
QualifiedDBIdentifier _fullPath
-
_idxMap
java.util.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
java.io.File _source
-
_srcType
int _srcType
-
_unqList
java.util.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 java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cols
java.util.List _cols
-
_dict
DBDictionary _dict
-
_params
java.util.List _params
-
_sql
java.lang.StringBuilder _sql
-
_subsels
java.util.List _subsels
-
_userIndex
java.util.List _userIndex
-
_userParams
java.util.List _userParams
-
-
-
Package org.apache.openjpa.kernel
-
Class org.apache.openjpa.kernel.AbstractBrokerFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
Replaces the factory with this JVMs pooled version if it exists. Also freezes the factory.- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_conf
OpenJPAConfiguration _conf
-
_lock
java.util.concurrent.locks.ReentrantLock _lock
-
_poolKey
java.lang.Object _poolKey
-
_userObjects
java.util.Map<java.lang.Object,java.lang.Object> _userObjects
-
-
Class org.apache.openjpa.kernel.AbstractPCData extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.AbstractStoreQuery extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ctx
QueryContext ctx
-
-
Class org.apache.openjpa.kernel.BrokerImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.lang.ClassNotFoundException, java.io.IOException
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
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
java.lang.String _connectionFactory2Name
-
_connectionFactoryName
java.lang.String _connectionFactoryName
-
_connRetainMode
int _connRetainMode
-
_deletedClss
java.util.Set<java.lang.Class<?>> _deletedClss
-
_derefAdditions
java.util.Set<StateManagerImpl> _derefAdditions
-
_derefCache
java.util.Set<StateManagerImpl> _derefCache
-
_detachedNew
boolean _detachedNew
-
_detachState
int _detachState
-
_evictDataCache
boolean _evictDataCache
-
_fc
FetchConfiguration _fc
-
_fcs
java.util.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
java.lang.String _pass
-
_pending
java.util.Set<StateManagerImpl> _pending
-
_persistedClss
java.util.Set<java.lang.Class<?>> _persistedClss
-
_populateDataCache
boolean _populateDataCache
-
_postLoadOnMerge
boolean _postLoadOnMerge
-
_printParameters
boolean _printParameters
-
_restoreState
int _restoreState
-
_retainState
boolean _retainState
-
_savepointCache
java.util.Set<StateManagerImpl> _savepointCache
-
_savepoints
LinkedMap _savepoints
-
_suppressBatchOLELogging
boolean _suppressBatchOLELogging
-
_sync
jakarta.transaction.Synchronization _sync
-
_syncManaged
boolean _syncManaged
-
_transAdditions
java.util.Set<StateManagerImpl> _transAdditions
-
_transCache
org.apache.openjpa.kernel.BrokerImpl.TransactionalCache _transCache
-
_transCallbackMode
int _transCallbackMode
-
_transEventManager
TransactionEventManager _transEventManager
-
_updatedClss
java.util.Set<java.lang.Class<?>> _updatedClss
-
_user
java.lang.String _user
-
_userObjects
java.util.Map<java.lang.Object,java.lang.Object> _userObjects
-
findAllDepth
int findAllDepth
-
-
Class org.apache.openjpa.kernel.BrokerImpl.StateManagerId extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_bhash
int _bhash
-
_id
long _id
-
-
Class org.apache.openjpa.kernel.DelegatingBrokerFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_del
DelegatingBrokerFactory _del
-
_factory
BrokerFactory _factory
-
_trans
RuntimeExceptionTranslator _trans
-
-
Class org.apache.openjpa.kernel.DelegatingFetchConfiguration extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_del
DelegatingFetchConfiguration _del
-
_fetch
FetchConfiguration _fetch
-
_trans
RuntimeExceptionTranslator _trans
-
-
Class org.apache.openjpa.kernel.DelegatingQuery extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_del
DelegatingQuery _del
-
_query
Query _query
-
-
Class org.apache.openjpa.kernel.DelegatingResultList extends java.lang.Object implements Serializable
-
Serialization Methods
-
writeReplace
public java.lang.Object writeReplace() throws java.io.ObjectStreamException
Writes delegate, which may in turn write a normal list.- Throws:
java.io.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
java.util.BitSet _dirty
-
_embedded
boolean _embedded
-
_loaded
java.util.BitSet _loaded
-
_lock
java.util.concurrent.locks.ReentrantLock _lock
-
_oid
java.lang.Object _oid
-
_pc
PersistenceCapable _pc
-
_useDSFForUnproxy
boolean _useDSFForUnproxy
-
_version
java.lang.Object _version
-
-
Class org.apache.openjpa.kernel.DistinctResultList extends java.lang.Object implements Serializable
- serialVersionUID:
- -6140119764940777922L
-
Serialization Methods
-
writeReplace
public java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_del
java.util.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
java.lang.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
java.lang.Class[] _projTypes
-
_subs
boolean _subs
-
-
Class org.apache.openjpa.kernel.FetchConfigurationImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_availableDepth
int _availableDepth
-
_availableRecursion
int _availableRecursion
-
_directRelationOwner
java.lang.String _directRelationOwner
-
_fromField
java.lang.String _fromField
-
_fromType
java.lang.Class<?> _fromType
-
_load
boolean _load
-
_parent
FetchConfigurationImpl _parent
-
_state
FetchConfigurationImpl.ConfigurationState _state
-
-
Class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState extends java.lang.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
java.util.Set<java.lang.String> fetchGroups
-
fields
java.util.Set<java.lang.String> fields
-
flushQuery
int flushQuery
-
hints
java.util.Map<java.lang.String,java.lang.Object> hints
-
lockScope
int lockScope
-
lockTimeout
int lockTimeout
-
maxFetchDepth
int maxFetchDepth
-
queryCache
boolean queryCache
-
queryTimeout
int queryTimeout
-
readLockLevel
int readLockLevel
-
rootClasses
java.util.Set<java.lang.Class<?>> rootClasses
-
rootInstances
java.util.Set<java.lang.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<java.lang.Object,java.lang.Class<?>> _params
-
-
Class org.apache.openjpa.kernel.OpenJPASavepoint extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_broker
Broker _broker
-
_copy
boolean _copy
-
_name
java.lang.String _name
-
_saved
java.util.Map<StateManagerImpl,org.apache.openjpa.kernel.SavepointFieldManager> _saved
-
-
Class org.apache.openjpa.kernel.PCDataImpl extends AbstractPCData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cache
java.lang.String _cache
-
_data
java.lang.Object[] _data
-
_fieldImpl
java.lang.Object[] _fieldImpl
-
_impl
java.lang.Object _impl
-
_loaded
java.util.BitSet _loaded
-
_oid
java.lang.Object _oid
-
_type
java.lang.Class<?> _type
-
_version
java.lang.Object _version
-
-
Class org.apache.openjpa.kernel.PCState extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Class org.apache.openjpa.kernel.PNonTransDeletedState extends PCState implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.QueryImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_aggListeners
java.util.Map<java.lang.String,AggregateListener> _aggListeners
-
_class
java.lang.Class<?> _class
-
_fc
FetchConfiguration _fc
-
_filtListeners
java.util.Map<java.lang.String,FilterListener> _filtListeners
-
_ignoreChanges
boolean _ignoreChanges
-
_language
java.lang.String _language
-
_lock
java.util.concurrent.locks.ReentrantLock _lock
-
_params
java.lang.String _params
-
_printParameters
boolean _printParameters
-
_query
java.lang.String _query
-
_readOnly
boolean _readOnly
-
_resultClass
java.lang.Class<?> _resultClass
-
_resultMappingName
java.lang.String _resultMappingName
-
_resultMappingScope
java.lang.Class<?> _resultMappingScope
-
_storeQuery
StoreQuery _storeQuery
-
_subclasses
boolean _subclasses
-
_unique
java.lang.Boolean _unique
-
-
Class org.apache.openjpa.kernel.QueryImpl.Compilation extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
datastore
StoreQuery.Executor datastore
-
memory
StoreQuery.Executor memory
-
storeData
java.lang.Object storeData
-
-
Class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
public java.lang.Object writeReplace()
-
-
Serialized Fields
-
_res
ResultList _res
-
-
Class org.apache.openjpa.kernel.QueryStatistics.Default extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.QueryStatistics.None extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
since
java.util.Date since
-
start
java.util.Date start
-
-
Class org.apache.openjpa.kernel.ResultShape extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
alias
java.lang.String alias
-
children
java.util.List<ResultShape<?>> children
-
cls
java.lang.Class<T> cls
-
isNesting
boolean isNesting
-
isPrimitive
boolean isPrimitive
-
parents
java.util.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(java.io.ObjectInputStream ois) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
_copyField
int[] _copyField
-
_field
java.lang.Object _field
-
_saved
java.util.BitSet _saved
-
_sm
StateManagerImpl _sm
-
_unloaded
java.util.BitSet _unloaded
-
-
Class org.apache.openjpa.kernel.StateManagerImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
_datePrecision
int _datePrecision
-
_delayed
java.util.BitSet _delayed
-
_dirty
java.util.BitSet _dirty
-
_fieldImpl
java.lang.Object[] _fieldImpl
-
_flags
int _flags
-
_flush
java.util.BitSet _flush
-
_fm
FieldManager _fm
-
_id
java.lang.Object _id
-
_impl
java.lang.Object _impl
-
_loaded
java.util.BitSet _loaded
-
_loadVersion
java.lang.Object _loadVersion
-
_lock
java.lang.Object _lock
-
_mappedByIdFields
java.util.List<FieldMetaData> _mappedByIdFields
-
_oid
java.lang.Object _oid
-
_owner
StateManagerImpl _owner
-
_ownerId
java.lang.Object _ownerId
-
_ownerIndex
int _ownerIndex
-
_readLockLevel
int _readLockLevel
-
_saved
SaveFieldManager _saved
-
_single
org.apache.openjpa.kernel.SingleFieldManager _single
-
_state
PCState _state
-
_version
java.lang.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
java.util.LinkedList _actions
-
_correlationVar
java.lang.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 java.lang.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
java.lang.String schemaAlias
-
schemas
java.util.Map<java.lang.String,ClassMetaData> schemas
-
select
java.lang.Object select
-
subquery
Subquery subquery
-
subsels
java.util.List<Context> subsels
-
variables
java.util.Map<java.lang.String,Value> variables
-
-
Class org.apache.openjpa.kernel.exps.Exp extends java.lang.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 java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_aggregate
java.lang.Boolean _aggregate
-
_contexts
java.util.Stack<Context> _contexts
-
accessPath
ClassMetaData[] accessPath
-
alias
java.lang.String alias
-
ascending
boolean[] ascending
-
distinct
int distinct
-
fetchInnerPaths
java.lang.String[] fetchInnerPaths
-
fetchPaths
java.lang.String[] fetchPaths
-
filter
Expression filter
-
grouping
Value[] grouping
-
groupingClauses
java.lang.String[] groupingClauses
-
hasInExpression
boolean hasInExpression
-
having
Expression having
-
operation
int operation
-
ordering
Value[] ordering
-
orderingAliases
java.lang.String[] orderingAliases
-
orderingClauses
java.lang.String[] orderingClauses
-
parameterTypes
OrderedMap<java.lang.Object,java.lang.Class<?>> parameterTypes
-
projectionAliases
java.lang.String[] projectionAliases
-
projectionClauses
java.lang.String[] projectionClauses
-
projections
Value[] projections
-
range
Value[] range
-
resultClass
java.lang.Class<?> resultClass
-
shape
ResultShape<?> shape
-
state
java.lang.Object state
-
updates
java.util.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 java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.kernel.exps.Val extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_alias
java.lang.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 java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.kernel.jpql
-
Class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode extends java.lang.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
java.lang.String text
-
-
Class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.ParsedJPQL extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_candidateType
java.lang.Class<?> _candidateType
-
query
java.lang.String query
-
-
Class org.apache.openjpa.kernel.jpql.JPQLParser extends java.lang.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 java.lang.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
java.lang.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 java.lang.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 java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_fatal
boolean _fatal
-
-
Class org.apache.openjpa.lib.conf.ConfigurationImpl extends java.lang.Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Implementation of theExternalizable
interface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput)
.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Implementation of theExternalizable
interface to write the properties returned byConfigurationImpl.toProperties(boolean)
.- Throws:
java.io.IOException
-
-
-
-
Package org.apache.openjpa.lib.identifier
-
Class org.apache.openjpa.lib.identifier.IdentifierImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_name
java.lang.String _name
-
nameDelimited
boolean nameDelimited
-
-
-
Package org.apache.openjpa.lib.jdbc
-
Class org.apache.openjpa.lib.jdbc.JDBCEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
associatedEvent
JDBCEvent associatedEvent
-
sql
java.lang.String sql
-
time
long time
-
type
short type
-
-
Class org.apache.openjpa.lib.jdbc.JDBCEventConnectionDecorator extends AbstractConcurrentEventManager implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.jdbc.ReportingSQLException extends java.sql.SQLException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_sql
java.lang.String _sql
-
_sqle
java.sql.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 java.lang.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 java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_list
java.util.List _list
-
_rop
ResultObjectProvider _rop
-
_size
int _size
-
_state
int _state
-
-
-
Class org.apache.openjpa.lib.rop.ListResultList extends AbstractResultList implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
public java.lang.Object writeReplace()
-
-
Serialized Fields
-
_closed
boolean _closed
-
_list
java.util.List _list
-
-
Class org.apache.openjpa.lib.rop.RandomAccessResultList extends AbstractNonSequentialResultList implements Serializable
-
Serialization Methods
-
writeReplace
public java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_full
java.lang.Object[] _full
-
_requests
long _requests
-
_rop
ResultObjectProvider _rop
-
_rows
java.util.Map _rows
-
_size
int _size
-
_state
int _state
-
-
-
Class org.apache.openjpa.lib.rop.SimpleResultList extends AbstractNonSequentialResultList implements Serializable
-
Serialization Methods
-
writeReplace
public java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.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 java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_pos
int _pos
-
_random
boolean _random
-
_rop
ResultObjectProvider _rop
-
_size
int _size
-
_state
int _state
-
_window
java.lang.Object[] _window
-
-
-
-
Package org.apache.openjpa.lib.util
-
Class org.apache.openjpa.lib.util.FormatPreservingProperties extends java.util.Properties implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
addWhitespaceAfterDelimiter
boolean addWhitespaceAfterDelimiter
-
allowDuplicates
boolean allowDuplicates
-
defaultEntryDelimiter
char defaultEntryDelimiter
-
insertTimestamp
boolean insertTimestamp
-
modifiedKeys
java.util.HashSet modifiedKeys
-
newKeys
java.util.LinkedHashSet newKeys
-
source
org.apache.openjpa.lib.util.FormatPreservingProperties.PropertySource source
-
-
Class org.apache.openjpa.lib.util.FormatPreservingProperties.DuplicateKeyException extends java.lang.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 java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.util.ParseException extends java.lang.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 java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_set
java.util.Set _set
-
-
Class org.apache.openjpa.lib.util.TypedProperties extends java.util.Properties implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.lib.util.collections
-
Class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator extends java.lang.Object implements Serializable
- serialVersionUID:
- 6249888059822088500L
-
Serialized Fields
-
collection
java.util.Collection<E> collection
The collection being decorated
-
-
Class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.EntrySet extends AbstractDualBidiMap.View<K,V,java.util.Map.Entry<K,V>> implements Serializable
- serialVersionUID:
- 4040410962603292348L
-
Class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.KeySet extends AbstractDualBidiMap.View<K,java.lang.Object,K> implements Serializable
- serialVersionUID:
- -7107935777385040694L
-
Class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.Values extends AbstractDualBidiMap.View<java.lang.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(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the list in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the list out using a custom routine.- Throws:
java.io.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(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the set in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the set out using a custom routine.- Throws:
java.io.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 java.lang.Object implements Serializable
- serialVersionUID:
- -291439688585137865L
-
Class org.apache.openjpa.lib.util.collections.ComparatorChain extends java.lang.Object implements Serializable
- serialVersionUID:
- -721644942746081630L
-
Serialized Fields
-
comparatorChain
java.util.List<java.util.Comparator<E>> comparatorChain
The list of comparators in the chain. -
isLocked
boolean isLocked
Whether the chain has been "locked". -
orderingBits
java.util.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(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.openjpa.lib.util.collections.DualTreeBidiMap extends AbstractDualBidiMap<K,V> implements Serializable
- serialVersionUID:
- 721969328361809L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
Class org.apache.openjpa.lib.util.collections.LinkedMap extends AbstractLinkedMap<K,V> implements Serializable
- serialVersionUID:
- 9077234323521161066L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.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(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.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 java.lang.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(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.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(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.openjpa.lib.util.collections.TreeBidiMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 721969328361807L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Reads the content of the stream.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Writes the content to the stream for serialization.- Throws:
java.io.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<java.util.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(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.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 java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_failFast
boolean _failFast
-
_listeners
java.util.Collection _listeners
-
-
Class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap extends java.util.AbstractMap implements Serializable
- serialVersionUID:
- -6452706556724125778L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
Reconstitute the ConcurrentHashMap instance from a stream(i.e., deserialize it).- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Save the state of the ConcurrentHashMap instance to a stream (i.e., serialize it).- Serial Data:
- The capacity of the ConcurrentHashMap(the length of the bucket array) is emitted(int), followed by the size of the ConcurrentHashMap(the number of key-value mappings), followed by the key (Object) and value(Object) for each key-value mapping represented by the ConcurrentHashMap The key-value mappings are emitted in the order that they are returned by entrySet().iterator().
- Throws:
java.io.IOException
-
-
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 java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_set
java.util.Set<E> _set
-
-
-
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
java.lang.String _alias
-
_allDFGFields
FieldMetaData[] _allDFGFields
-
_allFields
FieldMetaData[] _allFields
-
_allListingFields
FieldMetaData[] _allListingFields
-
_allLrsFields
FieldMetaData[] _allLrsFields
-
_allPKFields
FieldMetaData[] _allPKFields
-
_allProxyFields
FieldMetaData[] _allProxyFields
-
_cacheEnabled
java.lang.Boolean _cacheEnabled
-
_cacheName
java.lang.String _cacheName
-
_cacheTimeout
int _cacheTimeout
-
_colNum
int _colNum
-
_comments
java.lang.String[] _comments
-
_customFGs
FetchGroup[] _customFGs
-
_dataCacheEnabled
boolean _dataCacheEnabled
-
_definedFields
FieldMetaData[] _definedFields
-
_defSupFields
boolean _defSupFields
-
_detachable
java.lang.Boolean _detachable
-
_detachState
java.lang.String _detachState
-
_embeddable
boolean _embeddable
-
_embedded
java.lang.Boolean _embedded
-
_extent
java.lang.Boolean _extent
-
_fgMap
java.util.Map<java.lang.String,FetchGroup> _fgMap
-
_fgs
FetchGroup[] _fgs
-
_fieldDataTable
int[] _fieldDataTable
-
_fieldMap
java.util.Map<java.lang.String,FieldMetaData> _fieldMap
-
_fields
FieldMetaData[] _fields
-
_hasAbstractPKField
java.lang.Boolean _hasAbstractPKField
-
_hashCode
int _hashCode
-
_hasPKFieldsFromAbstractClass
java.lang.Boolean _hasPKFieldsFromAbstractClass
-
_idClass
java.lang.Class<?> _idClass
-
_identity
java.lang.Integer _identity
-
_idStrategy
int _idStrategy
-
_ifaceMap
java.util.Map<java.lang.Class<?>,java.util.Map<java.lang.String,java.lang.String>> _ifaceMap
-
_impl
java.lang.Class<?> _impl
-
_intercepting
boolean _intercepting
-
_interface
java.lang.Boolean _interface
-
_interfaces
java.util.List<java.lang.Class<?>> _interfaces
-
_lifeMeta
LifecycleMetaData _lifeMeta
-
_lineNum
int _lineNum
-
_listIndex
int _listIndex
-
_listingFields
FieldMetaData[] _listingFields
-
_mappedByIdFields
java.util.List<FieldMetaData> _mappedByIdFields
-
_mappedByIdFieldsSet
boolean _mappedByIdFieldsSet
-
_mapSubMetas
ClassMetaData[] _mapSubMetas
-
_objectId
java.lang.Class<?> _objectId
-
_objectIdShared
java.lang.Boolean _objectIdShared
-
_openjpaId
java.lang.Boolean _openjpaId
-
_owner
ValueMetaData _owner
-
_pkAndNonPersistentManagedFmdIndexes
int[] _pkAndNonPersistentManagedFmdIndexes
-
_repos
MetaDataRepository _repos
-
_resMode
int _resMode
-
_seqMeta
SequenceMetaData _seqMeta
-
_seqName
java.lang.String _seqName
-
_srcFile
java.io.File _srcFile
-
_srcMode
int _srcMode
-
_srcName
java.lang.String _srcName
-
_srcType
int _srcType
-
_staticFields
java.util.Collection<java.lang.String> _staticFields
-
_subMetas
ClassMetaData[] _subMetas
-
_subs
java.lang.Class<?>[] _subs
-
_super
java.lang.Class<?> _super
-
_superMeta
ClassMetaData _superMeta
-
_supFieldMap
java.util.Map<java.lang.String,FieldMetaData> _supFieldMap
-
_type
java.lang.Class<?> _type
-
_typeString
java.lang.String _typeString
-
_unmgdFields
FieldMetaData[] _unmgdFields
-
_useIdClassFromParent
java.lang.Boolean _useIdClassFromParent
-
_useSchemaElement
boolean _useSchemaElement
-
_versionIdx
int _versionIdx
-
inverseManagedFields
java.lang.Boolean inverseManagedFields
-
-
Class org.apache.openjpa.meta.Extensions extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_embed
java.util.Map _embed
-
_exts
java.util.Map _exts
-
-
Class org.apache.openjpa.meta.FetchGroup extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_containedBy
java.util.Set<java.lang.String> _containedBy
-
_depths
java.util.Map<FieldMetaData,java.lang.Number> _depths
-
_includes
java.util.List<java.lang.String> _includes
-
_meta
ClassMetaData _meta
-
_name
java.lang.String _name
-
_postLoad
java.lang.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
java.lang.String[] _comments
-
_converter
java.lang.Class _converter
-
_dec
java.lang.Class<?> _dec
-
_decIndex
int _decIndex
-
_decMeta
ClassMetaData _decMeta
-
_delayCapable
java.lang.Boolean _delayCapable
-
_dfg
int _dfg
-
_elem
ValueMetaData _elem
-
_embedFullName
java.lang.String _embedFullName
-
_enumField
java.lang.Boolean _enumField
-
_explicit
boolean _explicit
-
_extName
java.lang.String _extName
-
_extString
java.lang.String _extString
-
_extValues
java.util.Map _extValues
-
_factName
java.lang.String _factName
-
_fgs
java.lang.String[] _fgs
-
_fgSet
java.util.Set<java.lang.String> _fgSet
-
_fieldValues
java.util.Map _fieldValues
-
_fullName
java.lang.String _fullName
-
_generated
boolean _generated
-
_implData
java.lang.Boolean _implData
-
_index
int _index
-
_initializer
java.lang.Object _initializer
-
_intermediate
boolean _intermediate
-
_inverse
java.lang.String _inverse
-
_inverses
FieldMetaData[] _inverses
-
_isElementCollection
boolean _isElementCollection
-
_key
ValueMetaData _key
-
_lfg
java.lang.String _lfg
-
_listIndex
int _listIndex
-
_lobField
java.lang.Boolean _lobField
-
_lrs
java.lang.Boolean _lrs
-
_manage
int _manage
-
_mappedBy
java.lang.String _mappedBy
-
_mappedByIdValue
java.lang.String _mappedByIdValue
-
_mappedByMeta
FieldMetaData _mappedByMeta
-
_name
java.lang.String _name
-
_nullValue
int _nullValue
-
_orderDec
java.lang.String _orderDec
-
_orders
Order[] _orders
-
_owner
ClassMetaData _owner
-
_persistentCollection
boolean _persistentCollection
-
_pkIndex
int _pkIndex
-
_primKey
boolean _primKey
-
_proxyClass
java.lang.Class<?> _proxyClass
-
_relationType
java.lang.Class<?> _relationType
-
_resMode
int _resMode
-
_seqMeta
SequenceMetaData _seqMeta
-
_seqName
java.lang.String _seqName
-
_serializableField
java.lang.Boolean _serializableField
-
_stream
java.lang.Boolean _stream
-
_transient
boolean _transient
-
_upStrategy
int _upStrategy
-
_usedInOrderBy
boolean _usedInOrderBy
-
_useSchemaElement
boolean _useSchemaElement
-
_val
ValueMetaData _val
-
_valStrategy
int _valStrategy
-
_version
java.lang.Boolean _version
-
-
Class org.apache.openjpa.meta.FieldMetaData.MemberProvider extends java.lang.Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Class org.apache.openjpa.meta.InheritanceComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_base
java.lang.Class _base
-
-
Class org.apache.openjpa.meta.LifecycleMetaData extends java.lang.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 java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_aliases
java.util.Map<java.lang.String,java.util.List<java.lang.Class<?>>> _aliases
-
_errs
java.util.List<java.lang.RuntimeException> _errs
-
_filterRegisteredClasses
boolean _filterRegisteredClasses
-
_ifaces
java.util.Map<java.lang.Class<?>,java.lang.Class<?>> _ifaces
-
_impls
java.util.Map<java.lang.Class<?>,java.util.Collection<java.lang.Class<?>>> _impls
-
_listeners
LifecycleEventManager.ListenerList _listeners
-
_locking
boolean _locking
-
_logEnhancementLevel
boolean _logEnhancementLevel
-
_mapping
java.util.List<ClassMetaData> _mapping
-
_metamodel
java.util.Map<java.lang.Class<?>,java.lang.Class<?>> _metamodel
-
_metas
java.util.Map<java.lang.Class<?>,ClassMetaData> _metas
-
_metaStringMap
java.util.Map<java.lang.String,ClassMetaData> _metaStringMap
-
_nonMapped
java.util.Map<java.lang.Class<?>,NonPersistentMetaData> _nonMapped
-
_oids
java.util.Map<java.lang.Class<?>,java.lang.Class<?>> _oids
-
_pawares
java.util.Map<java.lang.Class<?>,NonPersistentMetaData> _pawares
-
_preload
boolean _preload
-
_preloadComplete
boolean _preloadComplete
-
_queries
java.util.Map<java.lang.String,QueryMetaData> _queries
-
_registered
java.util.Collection<java.lang.Class<?>> _registered
-
_resMode
int _resMode
-
_resolving
java.util.List<ClassMetaData> _resolving
-
_seqs
java.util.Map<java.lang.String,SequenceMetaData> _seqs
-
_sourceMode
int _sourceMode
-
_subs
java.util.Map<java.lang.Class<?>,java.util.Collection<java.lang.Class<?>>> _subs
-
_sysSeq
SequenceMetaData _sysSeq
-
_systemListenersActivated
boolean _systemListenersActivated
-
_typesWithoutEnhancement
java.util.Collection<java.lang.Class<?>> _typesWithoutEnhancement
-
_validate
int _validate
-
_xmlmetas
java.util.Map<java.lang.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
java.util.List<MultiQueryMetaData.Parameter> _params
-
_parts
java.util.List<QueryMetaData> _parts
-
_procedureName
java.lang.String _procedureName
-
-
Class org.apache.openjpa.meta.NonPersistentMetaData extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_class
java.lang.Class _class
-
_colNum
int _colNum
-
_comments
java.lang.String[] _comments
-
_lineNum
int _lineNum
-
_listIndex
int _listIndex
-
_repos
MetaDataRepository _repos
-
_srcFile
java.io.File _srcFile
-
_srcType
int _srcType
-
_type
int _type
-
-
Class org.apache.openjpa.meta.QueryMetaData extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_candidate
java.lang.Class _candidate
-
_class
java.lang.Class _class
-
_colNum
int _colNum
-
_comments
java.lang.String[] _comments
-
_convertPositionalParametersToNamed
boolean _convertPositionalParametersToNamed
-
_file
java.io.File _file
-
_hintKeys
java.util.List _hintKeys
-
_hintVals
java.util.List _hintVals
-
_language
java.lang.String _language
-
_lineNum
int _lineNum
-
_mode
int _mode
-
_name
java.lang.String _name
-
_paramTypes
OrderedMap<java.lang.Object,java.lang.Class<?>> _paramTypes
-
_query
java.lang.String _query
-
_readOnly
java.lang.Boolean _readOnly
-
_res
java.lang.Class _res
-
_resultSetMappingName
java.lang.String _resultSetMappingName
-
_scope
java.lang.Object _scope
-
_srcName
java.lang.String _srcName
-
_srcType
int _srcType
-
-
Class org.apache.openjpa.meta.SequenceMetaData extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_allocate
int _allocate
-
_catalog
java.lang.String _catalog
-
_colNum
int _colNum
-
_comments
java.lang.String[] _comments
-
_factory
SequenceMetaData.SequenceFactory _factory
-
_increment
int _increment
-
_initial
int _initial
-
_lineNum
int _lineNum
-
_name
java.lang.String _name
-
_plugin
java.lang.String _plugin
-
_repos
MetaDataRepository _repos
-
_schema
java.lang.String _schema
-
_scope
java.lang.Object _scope
-
_sequence
java.lang.String _sequence
-
_source
java.io.File _source
-
_srcType
int _srcType
-
_type
int _type
-
-
Class org.apache.openjpa.meta.ValueMetaDataImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 6766697443293395831L
-
Serialized Fields
-
_attach
int _attach
-
_checkPUDefaultCascadePersist
boolean _checkPUDefaultCascadePersist
-
_code
int _code
-
_decCode
int _decCode
-
_decType
java.lang.Class _decType
-
_decTypeMeta
ClassMetaData _decTypeMeta
-
_delete
int _delete
-
_detach
int _detach
-
_embedded
java.lang.Boolean _embedded
-
_embeddedMeta
ClassMetaData _embeddedMeta
-
_mappedBy
java.lang.String _mappedBy
-
_mappedByMeta
FieldMetaData _mappedByMeta
-
_owner
FieldMetaData _owner
-
_persist
int _persist
-
_refresh
int _refresh
-
_resMode
int _resMode
-
_serialized
boolean _serialized
-
_type
java.lang.Class _type
-
_typeMeta
ClassMetaData _typeMeta
-
_typeOverride
java.lang.Class _typeOverride
-
-
Class org.apache.openjpa.meta.XMLClassMetaData extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_code
int _code
-
_fieldMap
java.util.HashMap _fieldMap
-
_isXMLRootElement
boolean _isXMLRootElement
-
_name
java.lang.String _name
-
_type
java.lang.Class _type
-
_xmlname
java.lang.String _xmlname
-
_xmlnamespace
java.lang.String _xmlnamespace
-
_xmltype
int _xmltype
-
-
Class org.apache.openjpa.meta.XMLFieldMetaData extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_code
int _code
-
_decCode
int _decCode
-
_decType
java.lang.Class _decType
-
_name
java.lang.String _name
-
_type
java.lang.Class _type
-
_xmlname
java.lang.String _xmlname
-
_xmlnamespace
java.lang.String _xmlnamespace
-
_xmltype
int _xmltype
-
-
-
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 java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.openjpa.persistence.EntityExistsException extends jakarta.persistence.EntityExistsException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.openjpa.persistence.EntityManagerFactoryImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_factory
DelegatingBrokerFactory _factory
-
-
Class org.apache.openjpa.persistence.EntityManagerImpl extends java.lang.Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Class org.apache.openjpa.persistence.EntityNotFoundException extends jakarta.persistence.EntityNotFoundException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.openjpa.persistence.InvalidStateException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.openjpa.persistence.LockTimeoutException extends jakarta.persistence.LockTimeoutException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.openjpa.persistence.NonUniqueResultException extends jakarta.persistence.NonUniqueResultException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.openjpa.persistence.NoResultException extends jakarta.persistence.NoResultException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.openjpa.persistence.OptimisticLockException extends jakarta.persistence.OptimisticLockException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.openjpa.persistence.PersistenceException extends jakarta.persistence.PersistenceException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.openjpa.persistence.PessimisticLockException extends jakarta.persistence.PessimisticLockException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.openjpa.persistence.QueryImpl extends AbstractQuery<X> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_hintHandler
HintHandler _hintHandler
-
_id
java.lang.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(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.openjpa.persistence.RollbackException extends jakarta.persistence.RollbackException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.openjpa.persistence.TransactionRequiredException extends jakarta.persistence.TransactionRequiredException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
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 java.lang.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
java.lang.String _unit
-
-
Class org.apache.openjpa.persistence.jest.ProcessingException extends java.lang.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
java.lang.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 java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_caseOperand
java.lang.Object _caseOperand
-
_whens
java.util.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
java.lang.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
java.lang.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
java.util.List<SelectItem> _args
-
_cls
java.lang.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
java.lang.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
java.lang.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
java.util.List<AbstractDomainObject> _domains
-
_groupBys
java.util.List<PathExpression> _groupBys
-
_having
Predicate _having
-
_orderBys
java.util.List<OrderableItem> _orderBys
-
_projections
java.util.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 java.util.concurrent.locks.ReentrantLock implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.slice.Slice extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
-
-
Class org.apache.openjpa.slice.SliceInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_isReplicated
boolean _isReplicated
-
_slices
java.lang.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(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Implementation of theExternalizable
interface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput)
.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Implementation of theExternalizable
interface to write the properties returned byConfigurationImpl.toProperties(boolean)
.- Throws:
java.io.IOException
-
-
-
Class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.ParallelExecutor extends ExpressionStoreQuery.DataStoreExecutor implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
executors
java.util.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
java.math.BigDecimal key
-
-
Class org.apache.openjpa.util.BigIntegerId extends OpenJPAId implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
java.math.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
java.util.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.LockException extends StoreException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
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
java.lang.Object _key
-
-
Class org.apache.openjpa.util.ObjectNotFoundException extends StoreException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.util.OpenJPAException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.openjpa.util.OpenJPAId extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_typeHash
int _typeHash
-
subs
boolean subs
-
type
java.lang.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(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
timeout
int timeout
-
-
Class org.apache.openjpa.util.ReferentialIntegrityException extends StoreException implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
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
java.lang.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.WrappedException extends OpenJPAException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.util.proxy
-
Class org.apache.openjpa.util.proxy.DelayedArrayListProxy extends java.util.ArrayList implements Serializable
-
Serialization Methods
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedHashSetProxy extends java.util.HashSet implements Serializable
-
Serialization Methods
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedLinkedHashSetProxy extends java.util.LinkedHashSet implements Serializable
-
Serialization Methods
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedLinkedListProxy extends java.util.LinkedList implements Serializable
-
Serialization Methods
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy extends java.util.PriorityQueue implements Serializable
-
Serialization Methods
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedTreeSetProxy extends java.util.TreeSet implements Serializable
-
Serialization Methods
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
-
Class org.apache.openjpa.util.proxy.DelayedVectorProxy extends java.util.Vector implements Serializable
-
Serialization Methods
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.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(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Implementation of theExternalizable
interface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput)
.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Implementation of theExternalizable
interface to write the properties returned byConfigurationImpl.toProperties(boolean)
.- Throws:
java.io.IOException
-
-
-
-
Package relations
-
Class relations.Deity extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
children
java.util.Set<Deity> children
-
father
Deity father
-
gender
Deity.Gender gender
-
mother
Deity mother
-
name
java.lang.String name
-
-