public class RdbmsDeploymentIdRepository extends AbstractRdbmsKeyValueRepository<String> implements DeploymentIdRepository
DeploymentIdRepository.dataSource, deleteFromTableByKey, inClauseByKey, jdbcTemplate, keyColumn, LIST_OF_NAMES, namedParameterJdbcTemplate, orderMap, rowMapper, saveRow, selectClause, tableName, tablePrefix, tableSuffix, valueColumn, whereClauseByKey| Constructor and Description |
|---|
RdbmsDeploymentIdRepository(DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String name)
Delete the entries associated with the app deployment key.
|
String |
save(String key) |
void |
save(String key,
String deploymentId)
Associates a given app deployment key with an identifier.
|
count, delete, deleteAll, exists, findAll, findAll, findAll, findAll, findOne, saveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindOnepublic RdbmsDeploymentIdRepository(DataSource dataSource)
public void save(String key, String deploymentId)
DeploymentIdRepositorysave in interface DeploymentIdRepositorykey - the app deployment keydeploymentId - the identifierpublic void delete(String name)
DeploymentIdRepositorydelete in interface DeploymentIdRepositorydelete in interface org.springframework.data.repository.CrudRepository<String,String>delete in class AbstractRdbmsKeyValueRepository<String>name - the app deployment keyCopyright © 2016 Pivotal Software, Inc.. All rights reserved.