blackboard.persist
Interface LoadAllIdentifiableDbLoader<T extends Identifiable>
- All Superinterfaces:
- IdentifiableDbLoader<T>, Loader
public interface LoadAllIdentifiableDbLoader<T extends Identifiable>
- extends IdentifiableDbLoader<T>
Extends the IdentifiableDbLoader to add loadAll() symantics.
- Since:
- 7.2
- Version:
- $Revision: #1 $ $Date: 2007/06/27 $
|
Method Summary |
java.util.List<T> |
loadAll()
Load all instances of the identifiable object |
java.util.List<T> |
loadAll(java.sql.Connection conn)
Load all instances of the identifiable object |
loadAll
java.util.List<T> loadAll()
throws PersistenceException
- Load all instances of the identifiable object
- Returns:
-
- Throws:
PersistenceException
loadAll
java.util.List<T> loadAll(java.sql.Connection conn)
throws PersistenceException
- Load all instances of the identifiable object
- Returns:
-
- Throws:
PersistenceException
Copyright © 2003 Blackboard, Inc. All Rights Reserved.