Uses of Class
liquibase.ext.cosmosdb.changelog.CosmosRanChangeSet
-
Packages that use CosmosRanChangeSet Package Description liquibase.ext.cosmosdb.changelog -
-
Uses of CosmosRanChangeSet in liquibase.ext.cosmosdb.changelog
Methods in liquibase.ext.cosmosdb.changelog that return CosmosRanChangeSet Modifier and Type Method Description CosmosRanChangeSetChangeSetToDocumentConverter. fromDocument(Map<String,Object> document)Methods in liquibase.ext.cosmosdb.changelog that return types with arguments of type CosmosRanChangeSet Modifier and Type Method Description List<CosmosRanChangeSet>SelectChangeLogRanChangeSetsStatement. queryForList(CosmosLiquibaseDatabase database)List<CosmosRanChangeSet>SelectChangeLogRanChangeSetsStatement. readAll(CosmosLiquibaseDatabase database)Methods in liquibase.ext.cosmosdb.changelog with parameters of type CosmosRanChangeSet Modifier and Type Method Description Map<String,Object>ChangeSetToDocumentConverter. toDocument(CosmosRanChangeSet item)
-