org.exolab.castor.jdo
public interface DataObjects extends Referenceable, Serializable
This object can be serialized or bound to a JNDI namespace.
Version: $Revision: 5951 $ $Date: 2004-10-05 16:15:56 -0600 (Tue, 05 Oct 2004) $
Method Summary | |
---|---|
Database | getDatabase()
Opens and returns a connection to the database.
|
String | getDatabaseName()
Returns the name of this database. |
String | getDescription()
Returns the description of this database.
|
void | setDescription(String description)
Sets the description of this database.
|
Returns: An open connection to the database
Throws: DatabaseNotFoundException Attempted to open a database that does not exist PersistenceException Database access failed
Returns: The name of this database
Returns: The description of this database
Parameters: description The description of this database