* implements Persistent interface.
*/
protected ValueHolder createValueHolder(Object object) throws PropertyException {
if (!(object instanceof Persistent)) {
throw new PropertyException(
"ValueHolders for non-persistent objects are not supported.",
this,
object);
}