* Implement getPropertyNames() to enable high level type.properties introspection
This commit is contained in:
parent
d18ae12d12
commit
da0502ecfe
1 changed files with 7 additions and 0 deletions
|
@ -747,6 +747,13 @@ public final class DbMapping {
|
|||
return subRelation;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the list of defined property names as String array.
|
||||
*/
|
||||
public String[] getPropertyNames() {
|
||||
return (String[]) prop2db.keySet().toArray(new String[prop2db.size()]);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue