예제 #1
0
 @Association
 public Collection<PostgreAccessMethod> getAccessMethods(DBRProgressMonitor monitor)
     throws DBException {
   return accessMethodCache.getAllObjects(monitor, this);
 }