Uses of Class
liquibase.ext.cosmosdb.lockservice.CosmosChangeLogLock
-
Packages that use CosmosChangeLogLock Package Description liquibase.ext.cosmosdb.lockservice -
-
Uses of CosmosChangeLogLock in liquibase.ext.cosmosdb.lockservice
Methods in liquibase.ext.cosmosdb.lockservice that return CosmosChangeLogLock Modifier and Type Method Description CosmosChangeLogLockChangeLogLockToDocumentConverter. fromDocument(Map<String,Object> document)Methods in liquibase.ext.cosmosdb.lockservice that return types with arguments of type CosmosChangeLogLock Modifier and Type Method Description List<CosmosChangeLogLock>SelectChangeLogLocksStatement. queryForList(CosmosLiquibaseDatabase database)Optional<CosmosChangeLogLock>SelectChangeLogLockStatement. read(CosmosLiquibaseDatabase database)List<CosmosChangeLogLock>SelectChangeLogLocksStatement. readAll(CosmosLiquibaseDatabase database)Methods in liquibase.ext.cosmosdb.lockservice with parameters of type CosmosChangeLogLock Modifier and Type Method Description Map<String,Object>ChangeLogLockToDocumentConverter. toDocument(CosmosChangeLogLock item)
-