代码搜索:entity

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

代码结果 10,000
www.eeworm.com/read/209559/4963834

h entity.h

/* $Id: entity.h,v 1.4 2004/03/21 17:26:01 armin Exp $ */ #ifndef __DIVAS_USER_MODE_IDI_ENTITY__ #define __DIVAS_USER_MODE_IDI_ENTITY__ #define DIVA_UM_IDI_RC_PENDING 0x00000001 #define DIVA_UM
www.eeworm.com/read/209547/4975284

java entity.java

package org.springframework.samples.petclinic; /** * Simple JavaBean domain object with an id property. * Used as a base class for objects needing this property. * * @author Ken Krebs * @
www.eeworm.com/read/209348/4980383

java entity.java

/*--------------------------------------------------------------------------* | Copyright (C) 2006 Christopher Kohlhaas | |
www.eeworm.com/read/208074/4997168

java entity.java

package org.w3c.dom; /** * This interface represents an entity, either parsed or unparsed, in an XML * document. Note that this models the entity itself not the entity * declaration.
www.eeworm.com/read/202075/5055434

java entity.java

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either v
www.eeworm.com/read/191754/5162959

java entity.java

package net.sf.jawp.gf.api; import java.io.Serializable; /** * Base class for all DB enities. * @author jarek */ public class Entity implements Serializable { private static final long
www.eeworm.com/read/190666/5181736

java entity.java

/* * Copyright (c) 2000 World Wide Web Consortium, * (Massachusetts Institute of Technology, Institut National de * Recherche en Informatique et en Automatique, Keio University). All * Rights
www.eeworm.com/read/188217/5214080

cs entity.cs

namespace FreeTextBoxControls.Support.Sgml { using System; using System.IO; using System.Net; using System.Text; public class Entity { static Entity()
www.eeworm.com/read/184833/5245005

java entity.java

package jsx.szu.edu.cn.domain; public class Entity { private int id; public int getId() { return id; } public void setId(int id) { this.id = id; } }
www.eeworm.com/read/180408/5286923

java entity.java

//$Id: Entity.java,v 1.2 2005/02/12 07:27:29 steveebersole Exp $ package org.hibernate.test.onetoone.singletable; /** * @author Gavin King */ public class Entity { public String name; }