db4o

StoredClass Methods

The methods of the StoredClass interface are listed below. For a complete list of StoredClass interface members, see the StoredClass Members topic.

Public Instance Methods

getIDsreturns an array of IDs of all stored object instances of this stored class.
getNamereturns the name of this stored class.
getParentStoredClassreturns the StoredClass for the parent of the class, this StoredClass represents.
getStoredFieldsreturns all stored fields of this stored class.
renamerenames this stored class.
storedFieldreturns an existing stored field of this stored class.

See Also

StoredClass Interface | com.db4o.ext Namespace