org.histpop.server.db
Interface Repository
- All Known Implementing Classes:
- SQLRepository
public interface Repository
load
void load(PersistentObject obj)
throws ServerException
- Throws:
ServerException
save
void save(PersistentObject obj)
throws ServerException
- Throws:
ServerException
insert
void insert(PersistentObject obj)
throws ServerException
- Throws:
ServerException
delete
void delete(PersistentObject obj)
throws ServerException
- Throws:
ServerException
search
java.util.Vector search(Query query)
throws ServerException
- Throws:
ServerException
filter
java.util.Vector filter(java.lang.String type,
java.lang.String filter)
throws ServerException
- Throws:
ServerException
list
java.util.Vector list(java.lang.String type)
throws ServerException
- Throws:
ServerException