OneSide.java :  » Database-ORM » XORM » org » xorm » tests » model » Java Open Source

Java Open Source » Database ORM » XORM 
XORM » org » xorm » tests » model » OneSide.java
package org.xorm.tests.model;
import java.util.Collection;

public interface OneSide {
    public Collection getMany();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.