代码搜索:entity
找到约 10,000 项符合「entity」的源代码
代码结果 10,000
www.eeworm.com/read/326747/3467937
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/326747/3467946
java entity.java
package org.hibernate.test.onetoone.optional;
/**
* @author Gavin King
*/
public class Entity {
public String name;
}
www.eeworm.com/read/326747/3467951
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;
}
www.eeworm.com/read/326747/3468030
java entity.java
package org.hibernate.test.idgen.enhanced.forcedtable;
/**
* {@inheritDoc}
*
* @author Steve Ebersole
*/
public class Entity {
private Long id;
private String name;
public Entity()
www.eeworm.com/read/326747/3468034
java entity.java
package org.hibernate.test.idgen.enhanced.sequence;
/**
* {@inheritDoc}
*
* @author Steve Ebersole
*/
public class Entity {
private Long id;
private String name;
public Entity() {
www.eeworm.com/read/326747/3468037
java entity.java
package org.hibernate.test.idgen.enhanced.table;
/**
* {@inheritDoc}
*
* @author Steve Ebersole
*/
public class Entity {
private Long id;
private String name;
public Entity() {
}
www.eeworm.com/read/326747/3468251
java entity.java
package org.hibernate.test.instrument.domain;
/**
* todo: describe Entity
*
* @author Steve Ebersole
*/
public class Entity {
private Long id;
private String name;
private Entity chi
www.eeworm.com/read/326747/3468593
java entity.java
package org.hibernate.test.usercollection.parameterized;
import java.util.List;
import java.util.ArrayList;
/**
* Our test entity
*
* @author Steve Ebersole
*/
public class Entity {
www.eeworm.com/read/326747/3469740
java entity.java
package org.hibernate.jmx;
/**
* {@inheritDoc}
*
* @author Steve Ebersole
*/
public class Entity {
private Long id;
private String name;
public Long getId() {
return id;
}
public void se
www.eeworm.com/read/324920/3492623
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