public interface Selectable<P extends Persistent>
| Modifier and Type | Method and Description |
|---|---|
P |
getObject(Integer troid)
Get an object by its key.
|
Enumeration<P> |
selection()
All the Objects.
|
P getObject(Integer troid) throws NoSuchRowPoemException
troid - the Table Row IDNoSuchRowPoemException - if the key does not existEnumeration<P> selection() throws SQLPoemException
SQLPoemExceptionCopyright © 2000–2021 PanEris. All rights reserved.