代码搜索:Hibernate 开发教程
找到约 10,000 项符合「Hibernate 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/163959/5505040
java configurationperformancetest.java
/*
* Created on 01-05-2004
*
*/
package org.hibernate.test.legacy;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.ObjectInputStream;
import j
www.eeworm.com/read/163959/5505047
java named.java
//$Id: Named.java,v 1.1 2004/09/26 05:18:25 oneovthafew Exp $
package org.hibernate.test.legacy;
public interface Named {
public String getName();
}
www.eeworm.com/read/163959/5505068
java backreftest.java
//$Id: BackrefTest.java,v 1.5 2005/02/21 14:41:05 oneovthafew Exp $
package org.hibernate.test.unidir;
import junit.framework.Test;
import junit.framework.TestSuite;
import org.hibernate.Session;
im
www.eeworm.com/read/163959/5505069
java mapelementformulatest.java
//$Id: MapElementFormulaTest.java,v 1.4 2005/02/21 14:41:01 oneovthafew Exp $
package org.hibernate.test.mapelemformula;
import junit.framework.Test;
import junit.framework.TestSuite;
import org.hib
www.eeworm.com/read/163959/5505073
java optimisticlocktest.java
//$Id: OptimisticLockTest.java,v 1.1 2004/08/21 08:43:19 oneovthafew Exp $
package org.hibernate.test.optlock;
import junit.framework.Test;
import junit.framework.TestSuite;
import org.hibernate.Ses
www.eeworm.com/read/163959/5505074
java being.java
//$Id: Being.java,v 1.1 2004/08/16 01:21:19 oneovthafew Exp $
package org.hibernate.test.subselect;
/**
* @author Gavin King
*/
public class Being {
public long id;
public String identity
www.eeworm.com/read/163959/5505075
java subselecttest.java
//$Id: SubselectTest.java,v 1.2 2004/08/16 06:05:30 oneovthafew Exp $
package org.hibernate.test.subselect;
import java.util.Iterator;
import java.util.List;
import junit.framework.Test;
import juni
www.eeworm.com/read/163959/5505076
java human.java
//$Id: Human.java,v 1.1 2004/08/16 01:21:19 oneovthafew Exp $
package org.hibernate.test.subselect;
/**
* @author Gavin King
*/
public class Human {
public Long id;
public String name;
www.eeworm.com/read/163959/5505077
java alien.java
//$Id: Alien.java,v 1.1 2004/08/16 01:21:19 oneovthafew Exp $
package org.hibernate.test.subselect;
/**
* @author Gavin King
*/
public class Alien {
public Long id;
public String identity
www.eeworm.com/read/163959/5505079
java idbagtest.java
//$Id: IdBagTest.java,v 1.2 2005/03/22 15:32:03 oneovthafew Exp $
package org.hibernate.test.idbag;
import java.sql.SQLException;
import java.util.List;
import junit.framework.Test;
import junit.fra