db4o 2.5

com.db4o.ext
Interface StoredClass


public interface StoredClass

the internal representation of a stored class.


Method Summary
 long[] getIDs()
          returns an array of IDs of all stored object instances of this stored class.
 java.lang.String getName()
          returns the name of this stored class.
 

Method Detail

getName

public java.lang.String getName()
returns the name of this stored class.

getIDs

public long[] getIDs()
returns an array of IDs of all stored object instances of this stored class.

db4o 2.5