代码搜索:Hibernate 开发教程
找到约 10,000 项符合「Hibernate 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/231705/4711618
h hw_hibernate.h
//*****************************************************************************
//
// hw_hibernate.h - Defines and Macros for the Hibernation module.
//
// Copyright (c) 2007 Luminary Micro, Inc.
www.eeworm.com/read/231705/4711933
h hw_hibernate.h
//*****************************************************************************
//
// hw_hibernate.h - Defines and Macros for the Hibernation module.
//
// Copyright (c) 2007 Luminary Micro, Inc.
www.eeworm.com/read/223571/4810167
properties custom.hibernate.properties
hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
www.eeworm.com/read/220218/4841983
java test_hibernate.java
package org.firstopen.custom.business;
import java.util.Iterator;
import java.util.List;
import org.firstopen.singularity.util.InfrastructureException;
public class Test_Hibernate {
publ