}
// arrays are given as references to the
// ARRAY_TABLE_NAME row that represents them
if (value.getClass().isArray())
{
protectionStack.addEntry(new ProtectionEntry(
Defaults.ARRAY_TABLE_NAME,null, id, props.get(x)));
}
else
{
protectionStack.addEntry(new ProtectionEntry(
value.getClass(), id, props.get(x),
adapter));
}
}
}