|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.castor.cache |
|---|
| Class org.castor.cache.CacheAcquireException extends Exception implements Serializable |
|---|
serialVersionUID: 6282797357450171990L
| Serialized Fields |
|---|
Throwable _cause
| Package org.castor.cache.hashbelt.container |
|---|
| Class org.castor.cache.hashbelt.container.MapContainer extends ConcurrentHashMap<Object,Object> implements Serializable |
|---|
serialVersionUID: -7215860376133906243L
| Serialized Fields |
|---|
long _timestamp
| Package org.castor.jdo.conf |
|---|
| Class org.castor.jdo.conf.Database extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String _name
String _engine
DatabaseChoice _databaseChoice
List<E> _mappingList
| Class org.castor.jdo.conf.DatabaseChoice extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
Driver _driver
DataSource _dataSource
Jndi _jndi
| Class org.castor.jdo.conf.DataSource extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String _className
List<E> _paramList
| Class org.castor.jdo.conf.Driver extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String _url
String _className
List<E> _paramList
| Class org.castor.jdo.conf.JdoConf extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String _name
List<E> _databaseList
TransactionDemarcation _transactionDemarcation
| Class org.castor.jdo.conf.Jndi extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String _name
| Class org.castor.jdo.conf.Mapping extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String _href
| Class org.castor.jdo.conf.Param extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String _name
String _value
| Class org.castor.jdo.conf.TransactionDemarcation extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String _mode
TransactionManager _transactionManager
| Class org.castor.jdo.conf.TransactionManager extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String _name
List<E> _paramList
| Package org.castor.persist.cache |
|---|
| Class org.castor.persist.cache.CacheEntry extends Object implements Serializable |
|---|
serialVersionUID: -5165311222436920871L
| Serialized Fields |
|---|
OID _oid
Object[] _entry
long _timeStamp
| Package org.castor.persist.proxy |
|---|
| Class org.castor.persist.proxy.SingleProxy extends Object implements Serializable |
|---|
serialVersionUID: -1498354553937679053L
| Serialized Fields |
|---|
TransactionContext _tx
ClassMolder _classMolder
Class<T> _clazz
Identity _identity
Object _object
AccessMode _accessMode
boolean _hasMaterialized
| Package org.castor.transactionmanager |
|---|
| Class org.castor.transactionmanager.TransactionManagerAcquireException extends Exception implements Serializable |
|---|
serialVersionUID: -4473907453496999735L
| Serialized Fields |
|---|
Throwable _cause
| Package org.exolab.castor.gui |
|---|
| Class org.exolab.castor.gui.QueryHistory extends Object implements Serializable |
|---|
serialVersionUID: 235997211123063614L
| Serialized Fields |
|---|
Vector<E> _querys
int _currentPos
int _maxsize
| Package org.exolab.castor.jdo |
|---|
| Class org.exolab.castor.jdo.ClassNotPersistenceCapableException extends PersistenceException implements Serializable |
|---|
serialVersionUID: 5245544645253972901L
| Class org.exolab.castor.jdo.ConnectionFailedException extends PersistenceException implements Serializable |
|---|
serialVersionUID: 4841105599318131969L
| Class org.exolab.castor.jdo.DatabaseNotFoundException extends PersistenceException implements Serializable |
|---|
serialVersionUID: 4192500303396449687L
| Class org.exolab.castor.jdo.DataObjectAccessException extends RuntimeException implements Serializable |
|---|
serialVersionUID: -6741547483776196810L
| Serialized Fields |
|---|
Throwable _cause
| Class org.exolab.castor.jdo.DuplicateIdentityException extends PersistenceException implements Serializable |
|---|
serialVersionUID: 2342174728260237572L
| Class org.exolab.castor.jdo.FatalPersistenceException extends PersistenceException implements Serializable |
|---|
serialVersionUID: -1790155244161250371L
| Class org.exolab.castor.jdo.JDO extends Object implements Serializable |
|---|
serialVersionUID: 2816194621638396008L
| Serialized Fields |
|---|
String _jdoConfURI
JdoConf _jdoConf
LogInterceptor _logInterceptor
CallbackInterceptor _callback
InstanceFactory _instanceFactory
int _lockTimeout
String _dbName
String _description
TransactionManager _transactionManager
ClassLoader _classLoader
EntityResolver _entityResolver
TxDatabaseMap _txDbPool
boolean _autoStore
| Class org.exolab.castor.jdo.JDOManager extends Object implements Serializable |
|---|
serialVersionUID: -7108469291509131893L
| Serialized Fields |
|---|
InputSource _jdoConfURI
CallbackInterceptor _callbackInterceptor
InstanceFactory _instanceFactory
int _lockTimeout
String _description
TxDatabaseMap _txDbPool
This pool only affects JDOManager in a J2EE environment where a transaction
is associated with the thread that calls JDOManager.getDatabase(). If database
pooling is enabled, JDOManager will first search this pool for a Database
instance that is mapped to current transaction. If such a Database instance is
found, the Database will be returned; if not, a new one will be created,
associated with the transaction and return to the caller.
JDOManager.setDatabasePooling(boolean)boolean _autoStore
String _databaseName
| Class org.exolab.castor.jdo.LockNotGrantedException extends PersistenceException implements Serializable |
|---|
serialVersionUID: 2630541411648246369L
| Class org.exolab.castor.jdo.ObjectDeletedException extends ObjectNotPersistentException implements Serializable |
|---|
serialVersionUID: -5294966338473275287L
| Class org.exolab.castor.jdo.ObjectModifiedException extends TransactionAbortedException implements Serializable |
|---|
serialVersionUID: -8642522064664513348L
| Class org.exolab.castor.jdo.ObjectNotFoundException extends PersistenceException implements Serializable |
|---|
serialVersionUID: -8122627187057596546L
| Class org.exolab.castor.jdo.ObjectNotPersistentException extends PersistenceException implements Serializable |
|---|
serialVersionUID: -4100652878712046846L
| Class org.exolab.castor.jdo.PersistenceException extends CastorException implements Serializable |
|---|
serialVersionUID: -214432393524952756L
| Class org.exolab.castor.jdo.QueryException extends PersistenceException implements Serializable |
|---|
serialVersionUID: 8880099810750905570L
| Class org.exolab.castor.jdo.TransactionAbortedException extends PersistenceException implements Serializable |
|---|
serialVersionUID: -8889273719776531668L
| Class org.exolab.castor.jdo.TransactionNotInProgressException extends PersistenceException implements Serializable |
|---|
serialVersionUID: -4649652767565295120L
| Package org.exolab.castor.jdo.engine |
|---|
| Class org.exolab.castor.jdo.engine.TxDatabaseMap extends Object implements Serializable |
|---|
serialVersionUID: -3808006851366701785L
| Serialized Fields |
|---|
HashMap<K,V> _txDbMap
| Package org.exolab.castor.jdo.oql |
|---|
| Class org.exolab.castor.jdo.oql.InvalidCharException extends QueryException implements Serializable |
|---|
serialVersionUID: -6610485595861733951L
| Class org.exolab.castor.jdo.oql.OQLSyntaxException extends QueryException implements Serializable |
|---|
serialVersionUID: -5399388898997962305L
| Class org.exolab.castor.jdo.oql.SyntaxNotSupportedException extends OQLSyntaxException implements Serializable |
|---|
serialVersionUID: 4631661265633584506L
| Package org.exolab.castor.persist |
|---|
| Class org.exolab.castor.persist.ObjectDeletedWaitingForLockException extends LockNotGrantedException implements Serializable |
|---|
serialVersionUID: 1774245493143153091L
| Class org.exolab.castor.persist.OID extends Object implements Serializable |
|---|
serialVersionUID: 419512942519592363L
| Serialized Fields |
|---|
Identity _identity
String _name
OID _depends
boolean _dbLock
int _hashCode
String _topClassName
String[] _superClassNames
| Package org.exolab.castor.persist.spi |
|---|
| Class org.exolab.castor.persist.spi.Identity extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Object[] _all
int _hashCode
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||