FileDocCategorySizeDatePackage
PersistentSetPeer.javaAPI DocExample1055Fri Jan 31 06:25:00 GMT 1997imaginary.persist

PersistentSetPeer

public interface PersistentSetPeer
The PersistentSetPeer interface prescribes methods for data store specific operations.

Fields Summary
Constructors Summary
Methods Summary
public abstract voidrestore(PersistentSet set, Transaction t)
Restores all objects of a given type from the data store.

param
set the set whose peer this class is
param
t the Transaction to use for the restore
exception
imaginary.persist.PersistenceException An error occurred restoring the set

public abstract voidrestore(PersistentSet set, Transaction t, java.util.Hashtable h)
Restores the set based on the specified query criteria

param
set the set whose peer this class is
param
t the Transaction to use for the restore
param
h the query criteria
exception
imaginary.persist.PersistenceException An error occurred restoring the set