sqlMap.insert("insertAccountFromFields", account);
account = (FieldAccount) sqlMap.queryForObject("getAccountToFields", new Integer(6));
assertFieldAccount6(account);
assertFieldAccount6(account.account());
}
public void testGetAccountWithPrivateConstructor() throws SQLException {
FieldAccount account = newFieldAccount6();