48495051525354
public String[] getMappings() { return new String[] { "event/collection/values/ValuesBagMapping.hbm.xml" }; } public ParentWithCollection createParent(String name) { return new ParentWithCollectionOfValues( name ); }