if (u.get()==null) {
final User user = userCache.getNamed(name);
if (user!=null) {
final DBConnection connection2 = getConnection();
try {
connection2.query(REALM_USER_BY_INHERITED_ALIAS, new DBQueryHandler() {
public void prepare(PreparedStatement s)
throws SQLException
{
s.setInt(1,realm.getId());
s.setInt(2,user.getId());