| Package | Description |
|---|---|
| uk.ac.ncl.botnetwork.repositories |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionRepository.updateConnection(Connection update)
Update a single connection in the database.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Connection> |
ConnectionRepository.findAllConnectionsFor(User user)
Given a user, query the database to find all
Connection's for
a given User. |
java.util.List<Connection> |
ConnectionRepository.getByConfig(Config c)
|
java.util.List<Connection> |
ConnectionRepository.updateConnections(java.util.List<Connection> updated)
Updates connections that are stored in the database.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionRepository.updateConnection(Connection update)
Update a single connection in the database.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Connection> |
ConnectionRepository.updateConnections(java.util.List<Connection> updated)
Updates connections that are stored in the database.
|