代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/454235/1632013
java rolemgmtdao.java
package com.tarena.oss.rights.dao;
import java.util.Collection;
import com.tarena.oss.rights.pojo.Rights;
import com.tarena.oss.rights.pojo.Role;
public interface RoleMgmtDAO {
Collection
www.eeworm.com/read/451511/1660643
java userdao.java
package com.allan.ums.dao;
import java.util.Collection;
import com.allan.ums.entity.User;
public interface UserDao {
public void insert(User user);
public Collection select(User use
www.eeworm.com/read/451220/1664341
cs defaultinitializecollectioneventlistener.cs
using System;
using log4net;
using NHibernate.Cache;
using NHibernate.Collection;
using NHibernate.Engine;
using NHibernate.Impl;
using NHibernate.Persister.Collection;
namespace NHibernate.E
www.eeworm.com/read/225888/4792288
java hot_line.java
package tour_lines;
import java.sql.*;
import java.util.*;
import java.io.*;
public class hot_line
{
public Collection col=new ArrayList();
public Connection con;
public Collection h
www.eeworm.com/read/225888/4792316
java hot_line.java
package tour_lines;
import java.sql.*;
import java.util.*;
import java.io.*;
public class hot_line
{
public Collection col=new ArrayList();
public Connection con;
public Collection h
www.eeworm.com/read/220770/4839257
java getpersonlistaction.java
package org.ssi.dwr;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.ssi.dto.Person;
public class GetPersonListAction {
private Collection perso
www.eeworm.com/read/326747/3468385
java persistentbagtest.java
package org.hibernate.test.collection.bag;
import java.util.ArrayList;
import junit.framework.Test;
import org.hibernate.Session;
import org.hibernate.collection.PersistentBag;
import org.h
www.eeworm.com/read/326747/3468388
java persistentmaptest.java
package org.hibernate.test.collection.map;
import java.util.HashMap;
import junit.framework.Test;
import org.hibernate.Session;
import org.hibernate.collection.PersistentMap;
import org.hib
www.eeworm.com/read/322461/3525263
java hot_line.java
package tour_lines;
import java.sql.*;
import java.util.*;
import java.io.*;
public class hot_line
{
public Collection col=new ArrayList();
public Connection con;
public Collection h
www.eeworm.com/read/288961/3997352
java beancollectioninheritancetest.java
package org.codehaus.xfire.aegis.type.collection;
import java.util.Collection;
import java.util.Map;
import org.codehaus.xfire.aegis.AbstractXFireAegisTest;
import org.codehaus.xfire.service.Service