to reproduce it on another databases just add some records to Person's systems property
e.g. testJoinFetchPropertyRef
List systems = new ArrayList(); systems.add("aaa"); systems.add("bbb"); p.setSystems(systems);