代码搜索:Hibernate 开发教程
找到约 10,000 项符合「Hibernate 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/163959/5504934
java multiplicity.java
//$Id: Multiplicity.java,v 1.1 2004/09/26 05:18:25 oneovthafew Exp $
package org.hibernate.test.legacy;
import java.io.Serializable;
public class Multiplicity implements Serializable {
public int c
www.eeworm.com/read/163959/5504935
java j.java
//$Id: J.java,v 1.1 2004/09/26 05:18:25 oneovthafew Exp $
package org.hibernate.test.legacy;
/**
* @author Gavin King
*/
public class J extends I {
float amount;
}
www.eeworm.com/read/163959/5504946
java z.java
package org.hibernate.test.legacy;
public class Z {
private long id;
private W w;
/**
*
*/
public Z() {
}
/**
* @return
*/
public long getId() {
return id;
}
/**
* @return
www.eeworm.com/read/163959/5504948
java custompersister.java
//$Id: CustomPersister.java,v 1.14 2005/04/04 14:25:56 oneovthafew Exp $
package org.hibernate.test.legacy;
import java.io.Serializable;
import java.util.Hashtable;
import java.util.Map;
import org.
www.eeworm.com/read/163959/5504949
java ijtest.java
//$Id: IJTest.java,v 1.1 2004/09/26 05:18:25 oneovthafew Exp $
package org.hibernate.test.legacy;
import java.io.Serializable;
import junit.framework.Test;
import junit.framework.TestSuite;
import
www.eeworm.com/read/163959/5504953
java multiplicitytype.java
//$Id: MultiplicityType.java,v 1.2 2005/04/03 03:56:22 oneovthafew Exp $
package org.hibernate.test.legacy;
import java.io.Serializable;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
www.eeworm.com/read/163959/5504958
java ij2test.java
//$Id: IJ2Test.java,v 1.2 2004/12/19 16:34:23 oneovthafew Exp $
package org.hibernate.test.legacy;
import java.io.Serializable;
import junit.framework.Test;
import junit.framework.TestSuite;
i
www.eeworm.com/read/163959/5504969
java company.java
package org.hibernate.test.legacy;
/**
* @author hbm2java
*/
public class Company extends org.hibernate.test.legacy.Party {
java.lang.String id;
java.lang.String president;
java.lang.Str
www.eeworm.com/read/163959/5504972
java nestingcomponent.java
package org.hibernate.test.legacy;
import java.io.Serializable;
public class NestingComponent implements Serializable {
private ComponentCollection nested;
public ComponentCollection getNested() {
www.eeworm.com/read/163959/5504979
java nonreflectivebindertest.java
//$Id: NonReflectiveBinderTest.java,v 1.3 2004/09/26 05:28:50 oneovthafew Exp $
package org.hibernate.test.legacy;
import java.util.Iterator;
import java.util.Map;
import junit.framework.Test;
impor