Added getProperties() method to let others access the properties
underlying this database mapping.
This commit is contained in:
parent
93e6af7799
commit
5a6f044c40
1 changed files with 5 additions and 1 deletions
|
@ -685,5 +685,9 @@ public final class DbMapping implements Updatable {
|
|||
return parentMapping;
|
||||
}
|
||||
|
||||
public SystemProperties getProperties () {
|
||||
return props;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue