|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IdentifiableDbLoader<T extends Identifiable>
Super interface for generically loading any identifiable object.
| Method Summary | |
|---|---|
T |
loadById(Id id)
Generically load the object via Id. |
T |
loadById(Id id,
java.sql.Connection connection)
Generically load the object via Id. |
| Methods inherited from interface blackboard.persist.Loader |
|---|
getAppVersion, init |
| Method Detail |
|---|
T loadById(Id id)
throws PersistenceException
id - the id of the object
PersistenceException - Thrown if there is a problem loading the object
via the Id
T loadById(Id id,
java.sql.Connection connection)
throws PersistenceException
id - the id of the object
PersistenceException - Thrown if there is a problem loading the object
via the Id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||