|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyEntryMapping
provides mapping information for PropertyEntry objects
PropertyEntryTableStore| Nested Class Summary | |
|---|---|
static class |
PropertyEntryMapping.DetailKey
provides topics for MappingInfo.getMappingForTopic(Object)
that correspond to the additional mapping information given in the constructor |
| Method Summary | |
|---|---|
void |
deleteAttributeKey(String key)
deletes all property entries with the given key |
Set<String> |
getPropertyKeys()
returns all property keys currently in the database |
Set<?> |
getValuesForProperty(String key)
returns all values for a given property key; if the key is null, all values are returned |
void |
renameAttributeKey(String oldName,
String newName)
allows to rename an attribute key; note that only those attribute keys can be renamed where the new attribute key doesn't yet exist |
void |
replaceValuesForKey(String key,
String oldValue,
String newValue)
replaces all old values for the given key with the new value |
| Method Detail |
|---|
Set<String> getPropertyKeys()
throws SQLException
SQLException
Set<?> getValuesForProperty(String key)
throws SQLException
SQLException
void renameAttributeKey(String oldName,
String newName)
throws SQLException,
NullPointerException
SQLException
NullPointerException
void deleteAttributeKey(String key)
throws SQLException
SQLException
void replaceValuesForKey(String key,
String oldValue,
String newValue)
throws SQLException
SQLException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||