|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoor.modules.repository.RDBMSRepository
public class RDBMSRepository
A repository implemented using a relational database accessed via JDBC.
| Constructor Summary | |
|---|---|
RDBMSRepository()
|
|
| Method Summary | |
|---|---|
void |
addContent(Content content)
Add the specified content to this repository. |
void |
deleteContent(Content content)
Remove the specified content from this repository. |
java.util.Iterator<Content> |
listContents()
List all content in this repository. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RDBMSRepository()
| Method Detail |
|---|
public void addContent(Content content)
Repository
addContent in interface Repositorypublic void deleteContent(Content content)
Repository
deleteContent in interface Repositorypublic java.util.Iterator<Content> listContents()
Repository
listContents in interface Repository
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||