// the primary key is unmarshalled before marshalling the index key, to
// account for cases where the index key includes data taken from the
// primary key
entity.marshalIndexKey(keyName, indexKeyOutput);
}
// javadoc is inherited
public void clearIndexKey(Object valueInput)
throws IOException {