Package com.triactive.jdo

Interface Summary
DatabaseProperties The system properties used to define the database connection.
FieldManager  
PersistenceManager  
PersistenceManagerFactoryImpl.PropertySetter This is an interface that allows setting properties on a PersistenceManagerFactory with Strings.
SchemaManager An interface to perform limited storage management on a database schema used by TJDO.
SCO  
StateManager  
Transaction  
 

Class Summary
AbstractFieldManager  
DriverManagerDataSource  
DropJDOTables A command-line utility to clear all JDO tables use with the specified database and schema.
NonmanagedTransaction  
PersistenceManagerFactoryImpl A factory used to obtain PersistenceManager instances.
PersistenceManagerImpl  
SchemaManagerFactory  
 

Exception Summary
ClassNotPersistenceCapableException An ClassNotPersistenceCapableException is thrown if an attempt is made to persist an object whose class is not persistence-capable.
CommitStateTransitionException  
ConnectionFactoryNotFoundException A ConnectionFactoryNotFoundException is thrown if a named connection factory cannot be found using its JNDI name.
ConnectionInUseException An ConnectionInUseException is thrown if an operation is attempted that requires a new database connection (such as Transaction.begin()) and a previously obtained database connection (such as for non-transactional read or write) is still in-use.
RollbackStateTransitionException  
TransactionActiveException An TransactionActiveException is thrown if a transaction is already active and an operation is performed that requires that a transaction not be active (such as beginning a transaction).
TransactionNotActiveException An TransactionNotActiveException is thrown if a transaction is not active and an operation is performed that requires that a transaction be active (such as committing a transaction).
UnsupportedConnectionFactoryException A UnsupportedConnectionFactoryException is thrown if a configured connection factory is a supported factory type.
 



Copyright © 2001 TriActive, Inc. All Rights Reserved.