代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/453921/1635667
java~12~ enterprisedao.java~12~
package dao;
import domain.EnterpriseForm;
import java.util.Collection;
public interface EnterpriseDao {
public int insert(EnterpriseForm et);
public int update(EnterpriseForm et);
www.eeworm.com/read/453921/1635699
java~1~ hotelnoticedao.java~1~
package dao;
import domain.HotelNoticeForm;
import java.util.Collection;
public interface HotelNoticeDao {
public int insert(HotelNoticeForm hn);
public int delete(HotelNoticeForm h
www.eeworm.com/read/453921/1635702
java~13~ enterprisedao.java~13~
package dao;
import domain.EnterpriseForm;
import java.util.Collection;
public interface EnterpriseDao {
public int insert(EnterpriseForm et);
public int update(EnterpriseForm et);
www.eeworm.com/read/453921/1635714
java~6~ enterprisedao.java~6~
package dao;
import domain.EnterpriseForm;
import java.util.Collection;
public interface EnterpriseDao {
public int insert(EnterpriseForm et);
public int update(EnterpriseForm et);
www.eeworm.com/read/453921/1635739
java~7~ enterprisedao.java~7~
package dao;
import domain.EnterpriseForm;
import java.util.Collection;
public interface EnterpriseDao {
public int insert(EnterpriseForm et);
public int update(EnterpriseForm et);
www.eeworm.com/read/452691/1649138
h mbx860t.h
/*
* A collection of structures, addresses, and values associated with
* the Motorola 860T MBX board.
* Copied from the FADS stuff, which was originally copied from the MBX stuff!
* Magnus Da
www.eeworm.com/read/451220/1664206
cs columncollectionaliases.cs
using System;
using System.Collections;
using NHibernate.Persister.Collection;
using NHibernate.Util;
namespace NHibernate.Loader.Custom
{
///
///
www.eeworm.com/read/451220/1664346
cs flushvisitor.cs
using NHibernate.Collection;
using NHibernate.Engine;
using NHibernate.Type;
namespace NHibernate.Event.Default
{
///
/// Process collections reachable from an entity.
/// This
www.eeworm.com/read/451220/1664370
cs nativesqlquerycollectionreturn.cs
using System;
using System.Collections;
namespace NHibernate.Engine.Query.Sql
{
///
/// Represents a return defined as part of a native sql query which
/// names a collection rol
www.eeworm.com/read/251236/4423613
svn-base accounthome.java.svn-base
package examples;
import javax.ejb.*;
import java.util.Collection;
import java.rmi.RemoteException;
/**
* This is the home interface for Account. This
* interface is implemented by the EJB conta