1: package org.xorm.tests.model; 2: 3: import java.util.Collection; 4: 5: public interface OneSide { 6: public Collection getMany(); 7: }