diff --git a/src/helma/objectmodel/db/DbMapping.java b/src/helma/objectmodel/db/DbMapping.java index 38ca5824..5448cfdd 100644 --- a/src/helma/objectmodel/db/DbMapping.java +++ b/src/helma/objectmodel/db/DbMapping.java @@ -100,9 +100,6 @@ public final class DbMapping implements Updatable { // dbmapping of parent prototype, if any DbMapping parentMapping; - // db field that specifies the prototype of an object - String prototypeField; - // descriptor for key generation method private String idgen; @@ -175,10 +172,6 @@ public final class DbMapping implements Updatable { tableName = props.getProperty("_table"); idgen = props.getProperty("_idgen"); - // see if there is a field which specifies the prototype of objects, if different prototypes - // can be stored in this table - prototypeField = props.getProperty("_prototypefield"); - dbSourceName = props.getProperty("_db"); if (dbSourceName != null) {