public interface ConnectionsMapper
Modifier and Type | Method and Description |
---|---|
Long |
deleteConnection(Connection connection)
Delete a connection from the repository
|
Connection |
findConnection(Long id)
Retrieve a connection by its database ID
|
List<Connection> |
getAll()
Get all connections
|
Long |
getConnectionDbIdByData(Connection connection)
Get db id by data
|
Long |
insertConnection(Connection connection)
Insert a new connection used in a scenario execution into a database
|
List<Connection> getAll()
Long getConnectionDbIdByData(Connection connection)
connection
- passed connectionLong insertConnection(Connection connection)
connection
- connection to be insertedLong deleteConnection(Connection connection)
connection
- connection to be deletedConnection findConnection(Long id)
id
- database idCopyright © 2020. All rights reserved.