package org.xorm.tests.model; import java.util.Collection; public interface OneSide { public Collection getMany(); }