代码搜索:Collection

找到约 10,000 项符合「Collection」的源代码

代码结果 10,000
www.eeworm.com/read/195844/5106934

readme

Small collection of things you to use to see how iSCSI works.
www.eeworm.com/read/436162/1851617

properties contexthandlercollection-mbean.properties

ContextHandlerCollection: Context Handler Collection mapContexts(): Update the mapping of context path to context
www.eeworm.com/read/473639/6847662

bas sample.bas

'---------------------------------------------------------------------- 'FILE DESCRIPTION: SAMPLE.VBS is a collection of sample VrmlPad macros. '-----------------------------------------------------
www.eeworm.com/read/485583/1262416

java userdao.java

package com.tarena.shop.entity.dao; import java.util.Collection; import com.tarena.shop.entity.User; public interface UserDao { public void insert(User user); public Collection
www.eeworm.com/read/330522/3421645

java queryprocess.java

package cn.myapps.core.report.query.ejb; import java.util.Collection; import cn.myapps.base.ejb.BaseProcess; public interface QueryProcess extends BaseProcess { public Collection get_queryS
www.eeworm.com/read/330522/3421653

java querydao.java

package cn.myapps.core.report.query.dao; import java.util.Collection; import cn.myapps.base.dao.IBaseDAO; public interface QueryDAO extends IBaseDAO{ public Collection get_queryStringList(
www.eeworm.com/read/330522/3421707

java taskdao.java

package cn.myapps.core.task.dao; import java.util.Collection; import cn.myapps.base.dao.IBaseDAO; public interface TaskDAO extends IBaseDAO { public Collection query(String application) thr
www.eeworm.com/read/326747/3468393

java persistentlisttest.java

package org.hibernate.test.collection.list; import java.util.ArrayList; import junit.framework.Test; import org.hibernate.Session; import org.hibernate.collection.PersistentList; import org
www.eeworm.com/read/326747/3468395

java collectionsuite.java

package org.hibernate.test.collection; import junit.framework.Test; import junit.framework.TestSuite; import org.hibernate.test.collection.bag.PersistentBagTest; import org.hibernate.test.coll
www.eeworm.com/read/326747/3469065

java collectionpropertynames.java

// $Id: CollectionPropertyNames.java 5699 2005-02-13 11:50:11Z oneovthafew $ package org.hibernate.persister.collection; /** * The names of all the collection properties. * * @author josh Dec 23,