Added getProperties() method to let others access the properties

underlying this database mapping.
This commit is contained in:
hns 2002-09-25 17:32:27 +00:00
parent 93e6af7799
commit 5a6f044c40

View file

@ -685,5 +685,9 @@ public final class DbMapping implements Updatable {
return parentMapping; return parentMapping;
} }
public SystemProperties getProperties () {
return props;
}
} }