" where a.identifier_column = b.identifier_column", new String[] {"a1", "a2" }, new Class[] {A.class, A.class});
List list = query.list();
assertNotNull(list);
assertEquals(2, list.size());
session.connection().commit();
session.close();
}
// TODO: compositeid's - how ? (SingleSeveral.hbm.xml test)
public void testEmbeddedCompositeProperties() throws HibernateException, SQLException {