代码搜索:entity
找到约 10,000 项符合「entity」的源代码
代码结果 10,000
www.eeworm.com/read/436866/1843424
java entity.java
package com.ntsky.bbs.domain;
import java.io.Serializable;
/**
* Used as a base class for objects needing this property.
*
* @author ntsky
* @link http://www.ntsky.com
*/
public abstr
www.eeworm.com/read/431332/1908439
java entity.java
package org.opencustomer.framework.db.util.engine.configuration;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.opencustomer.framework.db.vo.BaseVO;
public class Entity impl
www.eeworm.com/read/427112/1973496
java entity.java
/*
* @(#)Entity.java 1.11 05/11/17
*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package javax.swing.text.htm
www.eeworm.com/read/420697/2065786
java entity.java
/*
* @(#)Entity.java 1.9 03/01/23
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package javax.swing.text.html
www.eeworm.com/read/409203/2236882
java entity.java
/*
* Copyright (c) 2003-2009 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the follo
www.eeworm.com/read/408377/2251457
java entity.java
import com.threed.jpct.*;
/**
* An entity of the "game world", like the car, a bullet...
*/
public interface Entity {
/**
* Makes sure that the world knows this entity. Of course, a
www.eeworm.com/read/405479/2288881
java entity.java
package org.hibernate.test.event.collection;
/**
* Created by IntelliJ IDEA.
* User: gbadner
* Date: Jan 30, 2008
* Time: 2:39:37 PM
* To change this template use File | Settings | File Template
www.eeworm.com/read/405479/2288937
java entity.java
//$Id: Entity.java 5686 2005-02-12 07:27:32Z steveebersole $
package org.hibernate.test.onetoone.singletable;
/**
* @author Gavin King
*/
public class Entity {
public String name;
}
www.eeworm.com/read/405479/2288946
java entity.java
package org.hibernate.test.onetoone.optional;
/**
* @author Gavin King
*/
public class Entity {
public String name;
}
www.eeworm.com/read/405479/2288951
java entity.java
//$Id: Entity.java 5686 2005-02-12 07:27:32Z steveebersole $
package org.hibernate.test.onetoone.joined;
/**
* @author Gavin King
*/
public class Entity {
public String name;
}