Пример #1
0
  @Override
  public boolean refreshObject(@NotNull DBRProgressMonitor monitor) throws DBException {
    authCache.clearCache();
    roleCache.clearCache();
    databaseAuthCache.clearCache();

    cachePerObject.clear();

    return true;
  }
Пример #2
0
 @Association
 public Collection<DB2RoleAuth> getRoles(DBRProgressMonitor monitor) throws DBException {
   return roleCache.getAllObjects(monitor, this);
 }