Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionsDAO.find(Long connDbId)
Retrieve a connection by its database ID
|
Modifier and Type | Method and Description |
---|---|
List<Connection> |
ConnectionsDAO.getAll()
Get all connections stored in the repository
|
Modifier and Type | Method and Description |
---|---|
Long |
ConnectionsDAO.delete(Connection connection)
Delete a connection from the repository
|
Long |
ConnectionsDAO.getIdByData(Connection connection)
Get database id for a record that has same properties
|
PackageMetadata |
PackageCreateDAO.getPackageMetadata(Connection connection)
Get package metadata for a given connection (technology, phase, scenario name)
|
Long |
ConnectionsDAO.save(Connection connection)
Insert a new connection used in a scenario execution into a database
|
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionsDAOImpl.find(Long connDbId) |
Modifier and Type | Method and Description |
---|---|
List<Connection> |
ConnectionsDAOImpl.getAll() |
Modifier and Type | Method and Description |
---|---|
Long |
ConnectionsDAOImpl.delete(Connection connection) |
Long |
ConnectionsDAOImpl.getIdByData(Connection connection) |
PackageMetadata |
PackageCreateDAOImpl.getPackageMetadata(Connection connection) |
Long |
ConnectionsDAOImpl.save(Connection connection) |
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionsMapper.findConnection(Long id)
Retrieve a connection by its database ID
|
Modifier and Type | Method and Description |
---|---|
List<Connection> |
ConnectionsMapper.getAll()
Get all connections
|
Modifier and Type | Method and Description |
---|---|
Long |
ConnectionsMapper.deleteConnection(Connection connection)
Delete a connection from the repository
|
Long |
ConnectionsMapper.getConnectionDbIdByData(Connection connection)
Get db id by data
|
PackageMetadata |
PackageCreateMapper.getPackageMetadata(Connection connection)
Build package metadata for a given connection (scenario, phase, ...)
|
Long |
ConnectionsMapper.insertConnection(Connection connection)
Insert a new connection used in a scenario execution into a database
|
Copyright © 2020. All rights reserved.