- getColumnLength() - Method in interface com.sun.jdo.api.persistence.support.FieldMapping
-
This method return -1 if column length is unknown.
- getColumnName() - Method in interface com.sun.jdo.api.persistence.support.FieldMapping
-
This method will return the name of the column.
- getColumnType() - Method in interface com.sun.jdo.api.persistence.support.FieldMapping
-
This method will return int corresponding to java.sql.Types.
- getConnection() - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Returns java.sql.Connection
- getConnectionDriverName() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns JDBC driver name
- getConnectionFactory() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns Connection Factory object that can be one of
ConnectionFactory or javax.sql.DataSource
- getConnectionFactoryName() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns ConnectionFactory name
- getConnectionLoginTimeout() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns the number of seconds to wait for a new connection to be
established to the data source
- getConnectionLogWriter() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns the LogWriter to which messages should be sent
- getConnectionMaxPool() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns maximum number of connections in the connection pool
- getConnectionMinPool() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns minimum number of connections in the connection pool
- getConnectionMsInterval() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns the amount of time, in milliseconds, between the connection
manager's attempts to get a pooled connection.
- getConnectionMsWait() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns the number of milliseconds to wait for an available connection
from the connection pool before throwing an exception
- getConnectionTransactionIsolation() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns current transaction isolation level for connections of this PersistenceManagerFactory.
- getConnectionURL() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns connection URL
- getConnectionUserName() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns database user name
- getDriverName() - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Returns JDBC driver name
- getExtent(Class, boolean) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManager
-
The PersistenceManager may manage a collection of instances in the data
store based on the class of the instances.
- getFailedObjectArray() - Method in exception com.sun.jdo.api.persistence.support.JDOException
-
The exception may include an array of failed objects.
- getIdentifier() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Gets Identifier.
- getIgnoreCache() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns the boolean value for the flag that allows the user to request that queries
be optimized to return approximate results by ignoring changed values in the cache.
- getIgnoreCache() - Method in interface com.sun.jdo.api.persistence.support.Query
-
Get the ignoreCache option setting.
- getLoginTimeout() - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Returns the number of seconds to wait for a new connection to be
established to the data source
- getLogWriter() - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Returns the LogWriter to which messages should be sent
- getMaxPool() - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Returns maximum number of connections in the connection pool
- getMaxPool() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns maximum number of PersistenceManager instances in the pool
- getMinPool() - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Returns minimum number of connections in the connection pool
- getMinPool() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns minimum number of PersistenceManager instances in the pool
- getMsInterval() - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Returns the amount of time, in milliseconds, between the connection
manager's attempts to get a pooled connection.
- getMsWait() - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Returns the number of milliseconds to wait for an available connection
from the connection pool before throwing an exception
- getNestedException() - Method in exception com.sun.jdo.api.persistence.support.JDOException
-
The exception may have been caused by an Exception in the runtime.
- getNontransactionalRead() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns the boolean value for the flag that allows non-transactional instances
to be managed in the cache.
- getNontransactionalRead() - Method in interface com.sun.jdo.api.persistence.support.Transaction
-
If this flag is set to true, then queries and navigation are allowed
without an active transaction
- getObjectById(Object) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManager
-
This method locates a persistent instance in the cache of instances
managed by this PersistenceManager.
- getObjectById(Object, boolean) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManager
-
This method locates a persistent instance in the cache of instances
managed by this PersistenceManager.
- getObjectId(Object) - Static method in class com.sun.jdo.api.persistence.support.JDOHelper
-
Returns a copy of the JDO identity associated with an object.
- getObjectId(Object) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManager
-
The ObjectId returned by this method represents the JDO identity of
the instance.
- getObjectIdClass(Class) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManager
-
In order for the application to construct instance of the ObjectId class
it needs to know the class being used by the JDO implementation.
- getOptimistic() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns the boolean value of the optimistic flag for all PersistenceManagers
- getOptimistic() - Method in interface com.sun.jdo.api.persistence.support.Transaction
-
Optimistic transactions do not hold data store locks until commit time.
- getPersistenceManager(Object) - Static method in class com.sun.jdo.api.persistence.support.JDOHelper
-
Returns the associated PersistenceManager of an object if there is one.
- getPersistenceManager() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
- getPersistenceManager(String, char[]) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
- getPersistenceManager() - Method in interface com.sun.jdo.api.persistence.support.Query
-
Get the PersistenceManager associated with this Query.
- getPersistenceManager() - Method in interface com.sun.jdo.api.persistence.support.Transaction
-
The Tranansaction instance is always associated with exactly one
PersistenceManager.
- getPersistenceManagerFactory() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManager
-
This method returns the PersistenceManagerFactory used to create
this PersistenceManager.
- getProperties() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManager
-
The JDO vendor might store certain non-operational properties and
make those properties available to applications (for troubleshooting).
- getProperties() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns non-operational properties to be available to the application via a Properties instance.
- getQueryTimeout() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Gets the number of seconds to wait for a query statement
to execute in the datastore associated with this PersistenceManagerFactory.
- getQueryTimeout() - Method in interface com.sun.jdo.api.persistence.support.Transaction
-
Gets the number of seconds to wait for a query statement
to execute in the datastore associated with this Transaction instance
- getRequireCopyObjectId() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManager
-
Returns the boolean value of the requireCopyObjectId flag
for this PersistenceManager.
- getRequireCopyObjectId() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns the default value of the requireCopyObjectId flag
for this PersistenceManagerFactory.
- getRequireTrackedSCO() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManager
-
Returns the boolean value of the requireTrackedSCO flag
for this PersistenceManager.
- getRequireTrackedSCO() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns the boolean value of the requireTrackedSCO flag
for this PersistenceManagerFactory.
- getRestoreValues() - Method in interface com.sun.jdo.api.persistence.support.Transaction
-
If true, at rollback time instances restore their field values.
- getRetainValues() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns the boolean value for the flag that will not cause the eviction of persistent
instances after transaction completion.
- getRetainValues() - Method in interface com.sun.jdo.api.persistence.support.Transaction
-
If true, at commit time instances retain their field values.
- getSupersedeDeletedInstance() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManager
-
Returns the boolean value of the supersedeDeletedInstance flag
for this PersistenceManager.
- getSupersedeDeletedInstance() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Returns the boolean value of the supersedeDeletedInstance flag
for all PersistenceManagers.
- getSynchronization() - Method in interface com.sun.jdo.api.persistence.support.Transaction
-
The user-specified Synchronization instance for this Transaction instance.
- getSynchronizationManager(PersistenceManager) - Static method in class com.sun.jdo.api.persistence.support.SynchronizationManager
-
Get the synchronization manager already registered with this persistence manager.
- getTransactionalInstance(Object) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManager
-
This method is used to get a PersistenceCapable instance
representing the same data store object as the parameter, that is valid
for this PersistenceManager.
- getTransactionIsolation() - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Returns current transaction isolation level for connections of this ConnectionFactory.
- getUpdateTimeout() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Gets the number of seconds to wait for an update statement
to execute in the datastore associated with this PersistenceManagerFactory.
- getUpdateTimeout() - Method in interface com.sun.jdo.api.persistence.support.Transaction
-
Gets the number of seconds to wait for an update statement
to execute in the datastore associated with this Transaction instance
- getURL() - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Returns connection URL
- getUserName() - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Returns database user name
- getUserObject() - Method in interface com.sun.jdo.api.persistence.support.PersistenceManager
-
The application can manage the PersistenceManager instances
more easily by having an application object associated with each
PersistenceManager instance.
- JDOCanRetryException - Exception in com.sun.jdo.api.persistence.support
-
- JDOCanRetryException() - Constructor for exception com.sun.jdo.api.persistence.support.JDOCanRetryException
-
Creates a new JDOCanRetryException without detail message.
- JDOCanRetryException(String) - Constructor for exception com.sun.jdo.api.persistence.support.JDOCanRetryException
-
Constructs a new JDOCanRetryException with the specified detail message.
- JDOCanRetryException(String, Exception) - Constructor for exception com.sun.jdo.api.persistence.support.JDOCanRetryException
-
Constructs a new JDOCanRetryException with the specified detail message and nested Exception.
- JDOCanRetryException(String, Object[]) - Constructor for exception com.sun.jdo.api.persistence.support.JDOCanRetryException
-
Constructs a new JDOCanRetryException with the specified detail message
and failed object array.
- JDOCanRetryException(String, Exception, Object[]) - Constructor for exception com.sun.jdo.api.persistence.support.JDOCanRetryException
-
Constructs a new JDOCanRetryException with the specified detail message,
nested exception, and failed object array.
- JDODataStoreException - Exception in com.sun.jdo.api.persistence.support
-
- JDODataStoreException() - Constructor for exception com.sun.jdo.api.persistence.support.JDODataStoreException
-
Creates a new JDODataStoreException without detail message.
- JDODataStoreException(String) - Constructor for exception com.sun.jdo.api.persistence.support.JDODataStoreException
-
Constructs a new JDODataStoreException with the specified detail message.
- JDODataStoreException(String, Exception) - Constructor for exception com.sun.jdo.api.persistence.support.JDODataStoreException
-
Constructs a new JDODataStoreException with the specified detail message and nested Exception.
- JDODataStoreException(String, Object[]) - Constructor for exception com.sun.jdo.api.persistence.support.JDODataStoreException
-
Constructs a new JDODataStoreException with the specified detail message
and failed object array.
- JDODataStoreException(String, Exception, Object[]) - Constructor for exception com.sun.jdo.api.persistence.support.JDODataStoreException
-
Constructs a new JDODataStoreException with the specified detail message,
nested exception, and failed object array.
- JDODuplicateObjectIdException - Exception in com.sun.jdo.api.persistence.support
-
JDODuplicateObjectIdException is thrown in case this PersistenceManager
has another instance with the same Object Id in its cache.
- JDODuplicateObjectIdException() - Constructor for exception com.sun.jdo.api.persistence.support.JDODuplicateObjectIdException
-
Creates a new JDODuplicateObjectIdException without detail message.
- JDODuplicateObjectIdException(String) - Constructor for exception com.sun.jdo.api.persistence.support.JDODuplicateObjectIdException
-
Constructs a new JDODuplicateObjectIdException with the specified detail message.
- JDODuplicateObjectIdException(String, Exception) - Constructor for exception com.sun.jdo.api.persistence.support.JDODuplicateObjectIdException
-
Constructs a new JDODuplicateObjectIdException with the specified detail message
and nested Exception.
- JDODuplicateObjectIdException(String, Object[]) - Constructor for exception com.sun.jdo.api.persistence.support.JDODuplicateObjectIdException
-
Constructs a new JDODuplicateObjectIdException with the specified detail message
and failed object array.
- JDODuplicateObjectIdException(String, Exception, Object[]) - Constructor for exception com.sun.jdo.api.persistence.support.JDODuplicateObjectIdException
-
Constructs a new JDODuplicateObjectIdException with the specified detail message,
nested exception, and failed object array.
- JDOException - Exception in com.sun.jdo.api.persistence.support
-
This is the root of all JDO Exceptions.
- JDOException() - Constructor for exception com.sun.jdo.api.persistence.support.JDOException
-
Creates a new JDOException without detail message.
- JDOException(String) - Constructor for exception com.sun.jdo.api.persistence.support.JDOException
-
Constructs a new JDOException with the specified detail message.
- JDOException(String, Exception) - Constructor for exception com.sun.jdo.api.persistence.support.JDOException
-
Constructs a new JDOException with the specified detail message
and nested Exception.
- JDOException(String, Object[]) - Constructor for exception com.sun.jdo.api.persistence.support.JDOException
-
Constructs a new JDOException with the specified detail message
and failed object array.
- JDOException(String, Exception, Object[]) - Constructor for exception com.sun.jdo.api.persistence.support.JDOException
-
Constructs a new JDOException with the specified detail message,
nested exception, and failed object array.
- JDOFatalDataStoreException - Exception in com.sun.jdo.api.persistence.support
-
- JDOFatalDataStoreException() - Constructor for exception com.sun.jdo.api.persistence.support.JDOFatalDataStoreException
-
Creates a new JDOFatalDataStoreException without detail message.
- JDOFatalDataStoreException(String) - Constructor for exception com.sun.jdo.api.persistence.support.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException with the specified detail message.
- JDOFatalDataStoreException(String, Exception) - Constructor for exception com.sun.jdo.api.persistence.support.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException with the specified detail message and nested Exception.
- JDOFatalException - Exception in com.sun.jdo.api.persistence.support
-
- JDOFatalException() - Constructor for exception com.sun.jdo.api.persistence.support.JDOFatalException
-
Creates a new JDOFatalException without detail message.
- JDOFatalException(String) - Constructor for exception com.sun.jdo.api.persistence.support.JDOFatalException
-
Constructs a new JDOFatalException with the specified detail message.
- JDOFatalException(String, Exception) - Constructor for exception com.sun.jdo.api.persistence.support.JDOFatalException
-
Constructs a new JDOFatalException with the specified detail message and nested Exception.
- JDOFatalInternalException - Exception in com.sun.jdo.api.persistence.support
-
- JDOFatalInternalException() - Constructor for exception com.sun.jdo.api.persistence.support.JDOFatalInternalException
-
Creates a new JDOFatalInternalException without detail message.
- JDOFatalInternalException(String) - Constructor for exception com.sun.jdo.api.persistence.support.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException with the specified detail message.
- JDOFatalInternalException(String, Exception) - Constructor for exception com.sun.jdo.api.persistence.support.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException with the specified detail message and nested Exception.
- JDOFatalUserException - Exception in com.sun.jdo.api.persistence.support
-
- JDOFatalUserException() - Constructor for exception com.sun.jdo.api.persistence.support.JDOFatalUserException
-
Creates a new JDOFatalUserException without detail message.
- JDOFatalUserException(String) - Constructor for exception com.sun.jdo.api.persistence.support.JDOFatalUserException
-
Constructs a new JDOFatalUserException with the specified detail message.
- JDOFatalUserException(String, Exception) - Constructor for exception com.sun.jdo.api.persistence.support.JDOFatalUserException
-
Constructs a new JDOFatalUserException with the specified detail message
and nested Exception.
- jdoGetObjectId() - Method in interface com.sun.jdo.api.persistence.support.PersistenceCapable
-
Return a copy of the JDO identity associated with this instance.
- jdoGetPersistenceManager() - Method in interface com.sun.jdo.api.persistence.support.PersistenceCapable
-
Return the associated PersistenceManager if there is one.
- JDOHelper - Class in com.sun.jdo.api.persistence.support
-
An utility class for querying PersistenceCapable objects.
- JDOHelper() - Constructor for class com.sun.jdo.api.persistence.support.JDOHelper
-
- jdoIsDeleted() - Method in interface com.sun.jdo.api.persistence.support.PersistenceCapable
-
Tests whether this object has been deleted.
- jdoIsDirty() - Method in interface com.sun.jdo.api.persistence.support.PersistenceCapable
-
Tests whether this object is dirty.
- jdoIsNew() - Method in interface com.sun.jdo.api.persistence.support.PersistenceCapable
-
Tests whether this object has been newly made persistent.
- jdoIsPersistent() - Method in interface com.sun.jdo.api.persistence.support.PersistenceCapable
-
Tests whether this object is persistent.
- jdoIsTransactional() - Method in interface com.sun.jdo.api.persistence.support.PersistenceCapable
-
Tests whether this object is transactional.
- jdoMakeDirty(String) - Method in interface com.sun.jdo.api.persistence.support.PersistenceCapable
-
Explicitly mark this instance and this field dirty.
- JDOObjectNotFoundException - Exception in com.sun.jdo.api.persistence.support
-
JDOObjectNotFoundException is thrown instead of a more generic JDODataStoreException
in case an internal or an external query returned 0 rows.
- JDOObjectNotFoundException() - Constructor for exception com.sun.jdo.api.persistence.support.JDOObjectNotFoundException
-
Creates a new JDOObjectNotFoundException without detail message.
- JDOObjectNotFoundException(String) - Constructor for exception com.sun.jdo.api.persistence.support.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException with the specified
detail message.
- JDOObjectNotFoundException(String, Exception) - Constructor for exception com.sun.jdo.api.persistence.support.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException with the specified
detail message and nested Exception.
- JDOObjectNotFoundException(String, Object[]) - Constructor for exception com.sun.jdo.api.persistence.support.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException with the specified
detail message and failed object array.
- JDOObjectNotFoundException(String, Exception, Object[]) - Constructor for exception com.sun.jdo.api.persistence.support.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException with the specified
detail message, nested exception, and failed object array.
- jdoPostLoad() - Method in interface com.sun.jdo.api.persistence.support.InstanceCallbacks
-
Called after the values are loaded from the data store into
this instance.
- jdoPreClear() - Method in interface com.sun.jdo.api.persistence.support.InstanceCallbacks
-
Called before the values in the instance are cleared.
- jdoPreStore() - Method in interface com.sun.jdo.api.persistence.support.InstanceCallbacks
-
Called before the values are stored from this instance to the
data store.
- JDOQueryException - Exception in com.sun.jdo.api.persistence.support
-
- JDOQueryException() - Constructor for exception com.sun.jdo.api.persistence.support.JDOQueryException
-
Creates a new JDOQueryException without detail message.
- JDOQueryException(String) - Constructor for exception com.sun.jdo.api.persistence.support.JDOQueryException
-
Constructs a new JDOQueryException with the specified detail message.
- JDOQueryException(String, Exception) - Constructor for exception com.sun.jdo.api.persistence.support.JDOQueryException
-
Constructs a new JDOQueryException with the specified detail message
and nested Exception.
- JDOUnsupportedOptionException - Exception in com.sun.jdo.api.persistence.support
-
- JDOUnsupportedOptionException() - Constructor for exception com.sun.jdo.api.persistence.support.JDOUnsupportedOptionException
-
Creates a new JDOUnsupportedOptionException without detail message.
- JDOUnsupportedOptionException(String) - Constructor for exception com.sun.jdo.api.persistence.support.JDOUnsupportedOptionException
-
Constructs a new JDOUnsupportedOptionException with the specified detail message.
- JDOUnsupportedOptionException(String, Exception) - Constructor for exception com.sun.jdo.api.persistence.support.JDOUnsupportedOptionException
-
Constructs a new JDOUnsupportedOptionException with the specified detail message and nested Exception.
- JDOUserException - Exception in com.sun.jdo.api.persistence.support
-
- JDOUserException() - Constructor for exception com.sun.jdo.api.persistence.support.JDOUserException
-
Creates a new JDOUserException without detail message.
- JDOUserException(String) - Constructor for exception com.sun.jdo.api.persistence.support.JDOUserException
-
Constructs a new JDOUserException with the specified detail message.
- JDOUserException(String, Exception) - Constructor for exception com.sun.jdo.api.persistence.support.JDOUserException
-
Constructs a new JDOUserException with the specified detail message
and nested Exception.
- JDOUserException(String, Object[]) - Constructor for exception com.sun.jdo.api.persistence.support.JDOUserException
-
Constructs a new JDOUserException with the specified detail message
and failed object array.
- JDOUserException(String, Exception, Object[]) - Constructor for exception com.sun.jdo.api.persistence.support.JDOUserException
-
Constructs a new JDOUserException with the specified detail message,
nested exception, and failed object array.
- setCandidates(Collection) - Method in interface com.sun.jdo.api.persistence.support.Query
-
Set the candidate Collection to query.
- setClass(Class) - Method in interface com.sun.jdo.api.persistence.support.Query
-
Set the class of the candidate instances of the query.
- setConnectionDriverName(String) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets JDBC driver name
- setConnectionFactory(Object) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
- setConnectionFactoryName(String) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets ConnectionFactory name
- setConnectionLoginTimeout(int) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets the number of seconds to wait for a new connection to be
established to the data source
- setConnectionLogWriter(PrintWriter) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets the LogWriter to which messages should be sent
- setConnectionMaxPool(int) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets maximum number of connections in the connection pool
- setConnectionMinPool(int) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets minimum number of connections in the connection pool
- setConnectionMsInterval(int) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets the amount of time, in milliseconds, between the connection
manager's attempts to get a pooled connection.
- setConnectionMsWait(int) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets the number of milliseconds to wait for an available connection
from the connection pool before throwing an exception
- setConnectionPassword(char[]) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets database user password
- setConnectionTransactionIsolation(int) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets transaction isolation level for all connections of this PersistenceManagerFactory.
- setConnectionURL(String) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets JDBC connection URL
- setConnectionUserName(String) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets database user
- setDefaultCapacity(int) - Static method in class com.sun.jdo.api.persistence.support.SynchronizationManager
-
Specify the default capacity of the list of Synchronizations.
- setDriverName(String) - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Sets JDBC driver name
- setFilter(String) - Method in interface com.sun.jdo.api.persistence.support.Query
-
Set the filter for the query.
- setIdentifier(String) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets Identifier.
- setIgnoreCache(boolean) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets the flag that allows the user to request that queries be optimized to return
approximate results by ignoring changed values in the cache.
- setIgnoreCache(boolean) - Method in interface com.sun.jdo.api.persistence.support.Query
-
Set the ignoreCache option.
- setLoginTimeout(int) - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Sets the number of seconds to wait for a new connection to be
established to the data source
- setLogWriter(PrintWriter) - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Sets the LogWriter to which messages should be sent
- setMaxPool(int) - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Sets maximum number of connections in the connection pool
- setMaxPool(int) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets maximum number of PersistenceManager instances in the pool
- setMinPool(int) - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Sets minimum number of connections in the connection pool
- setMinPool(int) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets minimum number of PersistenceManager instances in the pool
- setMsInterval(int) - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Sets the amount of time, in milliseconds, between the connection
manager's attempts to get a pooled connection.
- setMsWait(int) - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Sets the number of milliseconds to wait for an available connection
from the connection pool before throwing an exception
- setNontransactionalRead(boolean) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets the flag that allows non-transactional instances to be managed in the cache.
- setNontransactionalRead(boolean) - Method in interface com.sun.jdo.api.persistence.support.Transaction
-
If this flag is set to true, then queries and navigation are allowed
without an active transaction
- setOptimistic(boolean) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets the optimistic flag for all PersistenceManagers
- setOptimistic(boolean) - Method in interface com.sun.jdo.api.persistence.support.Transaction
-
Optimistic transactions do not hold data store locks until commit time.
- setOrdering(String) - Method in interface com.sun.jdo.api.persistence.support.Query
-
Bind the ordering declarations to the query instance.
- setPassword(char[]) - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Sets database user password
- setPrefetchEnabled(boolean) - Method in interface com.sun.jdo.api.persistence.support.Query
-
Sets the prefetchEnabled option.
- setQueryTimeout(int) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets the number of seconds to wait for a query statement
to execute in the datastore associated with this PersistenceManagerFactory.
- setQueryTimeout(int) - Method in interface com.sun.jdo.api.persistence.support.Transaction
-
Sets the number of seconds to wait for a query statement
to execute in the datastore associated with this Transaction instance
- setRequireCopyObjectId(boolean) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManager
-
Sets the requireCopyObjectId flag for this PersistenceManager.
- setRequireCopyObjectId(boolean) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets the default value of the requireCopyObjectId flag.
- setRequireTrackedSCO(boolean) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManager
-
Sets the requireTrackedSCO flag for this PersistenceManager.
- setRequireTrackedSCO(boolean) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets the requireTrackedSCO flag for this PersistenceManagerFactory.
- setRestoreValues(boolean) - Method in interface com.sun.jdo.api.persistence.support.Transaction
-
If true, at rollback instances restore their values and the instances
transition to persistent-nontransactional.
- setResult(String) - Method in interface com.sun.jdo.api.persistence.support.Query
-
Set the result of the query.
- setRetainValues(boolean) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets flag that will not cause the eviction of persistent instances after transaction completion.
- setRetainValues(boolean) - Method in interface com.sun.jdo.api.persistence.support.Transaction
-
If true, at commit instances retain their values and the instances
transition to persistent-nontransactional.
- setSupersedeDeletedInstance(boolean) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManager
-
Sets the supersedeDeletedInstance flag for this PersistenceManager.
- setSupersedeDeletedInstance(boolean) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets the supersedeDeletedInstance flag for all PersistenceManagers.
- setSynchronization(Synchronization) - Method in interface com.sun.jdo.api.persistence.support.Transaction
-
The user can specify a Synchronization instance to be notified on
transaction completions.
- setTransactionIsolation(int) - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Sets transaction isolation level for all connections of this ConnectionFactory.
- setUpdateTimeout(int) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
Sets the number of seconds to wait for an update statement
to execute in the datastore associated with this PersistenceManagerFactory.
- setUpdateTimeout(int) - Method in interface com.sun.jdo.api.persistence.support.Transaction
-
Sets the number of seconds to wait for an update statement
to execute in the datastore associated with this Transaction instance
- setURL(String) - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Sets JDBC connection URL
- setUserName(String) - Method in interface com.sun.jdo.api.persistence.support.ConnectionFactory
-
Sets database user
- setUserObject(Object) - Method in interface com.sun.jdo.api.persistence.support.PersistenceManager
-
The application can manage the PersistenceManager instances
more easily by having an application object associated with each
PersistenceManager instance.
- SpecialDBOperation - Interface in com.sun.jdo.api.persistence.support
-
SpecialDBOperation interface is defined for database specific operations.
- SynchronizationManager - Class in com.sun.jdo.api.persistence.support
-
This class allows for multiple instances to be called at transaction
completion, which JDO does not currently provide.
- SynchronizationManager(int) - Constructor for class com.sun.jdo.api.persistence.support.SynchronizationManager
-
Creates new SynchronizationManager instance specifying the initial
capacity of the list of Synchronization instances.
- SynchronizationManager() - Constructor for class com.sun.jdo.api.persistence.support.SynchronizationManager
-
Creates new SynchronizationManager instance with a default
capacity of the List of Synchronization instances.
- SynchronizationManager(PersistenceManager) - Constructor for class com.sun.jdo.api.persistence.support.SynchronizationManager
-
Creates new SynchronizationManager instance and registers it with
the persistence manager.
- synchronizations - Variable in class com.sun.jdo.api.persistence.support.SynchronizationManager
-
The list of instances to synchronize.