Serialized Form


Package org.datanucleus.store.rdbms.datasource

Class org.datanucleus.store.rdbms.datasource.DatastoreConfigurationException extends org.datanucleus.exceptions.NucleusException implements Serializable

Class org.datanucleus.store.rdbms.datasource.DatastoreDriverNotFoundException extends org.datanucleus.exceptions.NucleusException implements Serializable

Class org.datanucleus.store.rdbms.datasource.DatastorePoolException extends org.datanucleus.exceptions.NucleusException implements Serializable


Package org.datanucleus.store.rdbms.datasource.dbcp

Class org.datanucleus.store.rdbms.datasource.dbcp.DbcpException extends RuntimeException implements Serializable

serialVersionUID: 2477800549022838103L

Serialized Fields

cause

Throwable cause
Deprecated. 
The root cause of this exception (typically an SQLException but this is not required).

Class org.datanucleus.store.rdbms.datasource.dbcp.SQLNestedException extends SQLException implements Serializable

serialVersionUID: 1046151479543081202L


Package org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter

Class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS extends Object implements Serializable

serialVersionUID: -4820523787212147844L

Serialized Fields

description

String description
Description


password

String password
Password


url

String url
Url name


user

String user
User name


driver

String driver
Driver class name


loginTimeout

int loginTimeout
Login TimeOut in seconds


poolPreparedStatements

boolean poolPreparedStatements

maxActive

int maxActive

maxIdle

int maxIdle

_timeBetweenEvictionRunsMillis

int _timeBetweenEvictionRunsMillis

_numTestsPerEvictionRun

int _numTestsPerEvictionRun

_minEvictableIdleTimeMillis

int _minEvictableIdleTimeMillis

_maxPreparedStatements

int _maxPreparedStatements

getConnectionCalled

boolean getConnectionCalled
Whether or not getConnection has been called


connectionProperties

Properties connectionProperties
Connection properties passed to JDBC Driver


accessToUnderlyingConnectionAllowed

boolean accessToUnderlyingConnectionAllowed
Controls access to the underlying connection


Package org.datanucleus.store.rdbms.datasource.dbcp.datasources

Class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource extends Object implements Serializable

serialVersionUID: -4243533936955098795L

Serialized Fields

getConnectionCalled

boolean getConnectionCalled
Guards property setters - once true, setters throw IllegalStateException


dataSource

ConnectionPoolDataSource dataSource
Underlying source of PooledConnections


dataSourceName

String dataSourceName
DataSource Name used to find the ConnectionPoolDataSource


defaultAutoCommit

boolean defaultAutoCommit

defaultTransactionIsolation

int defaultTransactionIsolation

defaultReadOnly

boolean defaultReadOnly

description

String description
Description


jndiEnvironment

Properties jndiEnvironment
Environment that may be used to set up a jndi initial context.


loginTimeout

int loginTimeout
Login TimeOut in seconds


logWriter

PrintWriter logWriter
Log stream


_testOnBorrow

boolean _testOnBorrow

_testOnReturn

boolean _testOnReturn

_timeBetweenEvictionRunsMillis

int _timeBetweenEvictionRunsMillis

_numTestsPerEvictionRun

int _numTestsPerEvictionRun

_minEvictableIdleTimeMillis

int _minEvictableIdleTimeMillis

_testWhileIdle

boolean _testWhileIdle

validationQuery

String validationQuery

rollbackAfterValidation

boolean rollbackAfterValidation

testPositionSet

boolean testPositionSet
true iff one of the setters for testOnBorrow, testOnReturn, testWhileIdle has been called.


instanceKey

String instanceKey
Instance key

Class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource extends InstanceKeyDataSource implements Serializable

serialVersionUID: -3104731034410444060L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Supports Serialization interface.

Throws:
IOException - if an error occurs
ClassNotFoundException - if an error occurs
Serialized Fields

defaultMaxActive

int defaultMaxActive

defaultMaxIdle

int defaultMaxIdle

defaultMaxWait

int defaultMaxWait

perUserDefaultAutoCommit

Map<K,V> perUserDefaultAutoCommit

perUserDefaultTransactionIsolation

Map<K,V> perUserDefaultTransactionIsolation

perUserMaxActive

Map<K,V> perUserMaxActive

perUserMaxIdle

Map<K,V> perUserMaxIdle

perUserMaxWait

Map<K,V> perUserMaxWait

perUserDefaultReadOnly

Map<K,V> perUserDefaultReadOnly

Class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSource extends InstanceKeyDataSource implements Serializable

serialVersionUID: -8132305535403690372L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Supports Serialization interface.

Throws:
IOException - if an error occurs
ClassNotFoundException - if an error occurs
Serialized Fields

maxActive

int maxActive

maxIdle

int maxIdle

maxWait

int maxWait

Package org.datanucleus.store.rdbms.exceptions

Class org.datanucleus.store.rdbms.exceptions.IncompatibleDataTypeException extends org.datanucleus.store.exceptions.DatastoreValidationException implements Serializable

Class org.datanucleus.store.rdbms.exceptions.MissingColumnException extends org.datanucleus.store.exceptions.DatastoreValidationException implements Serializable

Class org.datanucleus.store.rdbms.exceptions.MissingTableException extends org.datanucleus.store.exceptions.DatastoreValidationException implements Serializable

Class org.datanucleus.store.rdbms.exceptions.NotATableException extends org.datanucleus.store.exceptions.DatastoreValidationException implements Serializable

Class org.datanucleus.store.rdbms.exceptions.NotAViewException extends org.datanucleus.store.exceptions.DatastoreValidationException implements Serializable

Class org.datanucleus.store.rdbms.exceptions.PersistentSuperclassNotAllowedException extends org.datanucleus.store.exceptions.ClassDefinitionException implements Serializable

Class org.datanucleus.store.rdbms.exceptions.PrimaryKeyColumnNotAllowedException extends org.datanucleus.exceptions.NucleusException implements Serializable

Class org.datanucleus.store.rdbms.exceptions.UnexpectedColumnException extends org.datanucleus.store.exceptions.DatastoreValidationException implements Serializable

Class org.datanucleus.store.rdbms.exceptions.ViewDefinitionException extends org.datanucleus.exceptions.NucleusUserException implements Serializable

Class org.datanucleus.store.rdbms.exceptions.WrongPrecisionException extends org.datanucleus.store.exceptions.DatastoreValidationException implements Serializable

Class org.datanucleus.store.rdbms.exceptions.WrongPrimaryKeyException extends org.datanucleus.store.exceptions.DatastoreValidationException implements Serializable

Class org.datanucleus.store.rdbms.exceptions.WrongScaleException extends org.datanucleus.store.exceptions.DatastoreValidationException implements Serializable


Package org.datanucleus.store.rdbms.query

Class org.datanucleus.store.rdbms.query.AbstractRDBMSQueryResult extends org.datanucleus.store.query.AbstractQueryResult implements Serializable

Serialized Fields

rs

ResultSet rs
The ResultSet containing the results.


rof

org.datanucleus.store.query.ResultObjectFactory rof
ResultObjectFactory for converting the result set into objects.

Class org.datanucleus.store.rdbms.query.ForwardQueryResult extends AbstractRDBMSQueryResult implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Handle serialisation by returning a java.util.ArrayList of all of the results for this query after disconnecting the query which has the consequence of enforcing the load of all objects.

Throws:
ObjectStreamException
Serialized Fields

moreResultSetRows

boolean moreResultSetRows
Whether there are still more rows to be processed in the ResultSet.


resultObjs

List<E> resultObjs
The Result Objects.


resultIds

List<E> resultIds

candidates

Collection<E> candidates
The candidate list restriction (optional).


applyRangeChecks

boolean applyRangeChecks

Class org.datanucleus.store.rdbms.query.JDOQLQuery extends org.datanucleus.store.query.AbstractJDOQLQuery implements Serializable

Serialized Fields

statementReturnsEmpty

boolean statementReturnsEmpty

Class org.datanucleus.store.rdbms.query.JPQLQuery extends org.datanucleus.store.query.AbstractJPQLQuery implements Serializable

Class org.datanucleus.store.rdbms.query.ScrollableQueryResult extends AbstractRDBMSQueryResult implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Handle serialisation by returning a java.util.ArrayList of all of the results for this query after disconnecting the query which has the consequence of enforcing the load of all objects.

Throws:
ObjectStreamException
Serialized Fields

resultsObjsByIndex

Map<K,V> resultsObjsByIndex
Map of ResultSet object values, keyed by the list index ("0", "1", etc).


resultIds

Map<K,V> resultIds

startIndex

int startIndex
Position of first result (origin=0).


endIndex

int endIndex
Position of last result (origin=0, set when known).


applyRangeChecks

boolean applyRangeChecks

Class org.datanucleus.store.rdbms.query.SQLQuery extends org.datanucleus.store.query.AbstractSQLQuery implements Serializable

Class org.datanucleus.store.rdbms.query.StoredProcedureQuery extends org.datanucleus.store.query.AbstractStoredProcedureQuery implements Serializable

Serialized Fields

stmt

CallableStatement stmt
The callable statement used to execute the stored proc.


Package org.datanucleus.store.rdbms.sql.expression

Class org.datanucleus.store.rdbms.sql.expression.IllegalExpressionOperationException extends org.datanucleus.exceptions.NucleusUserException implements Serializable



Copyright © 2012. All Rights Reserved.