public interface PropertyChange
Modifier and Type | Interface and Description |
---|---|
static class |
PropertyChange.RemoveProperty
Remove property for database change.
|
static class |
PropertyChange.SetProperty
Set property for database change.
|
Modifier and Type | Method and Description |
---|---|
static Pair<Map<String,String>,Set<String>> |
getSetPropertiesToRemoveKeys(List<PropertyChange> changes) |
static PropertyChange |
removeProperty(String property) |
static PropertyChange |
setProperty(String property,
String value) |
static PropertyChange setProperty(String property, String value)
static PropertyChange removeProperty(String property)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.