代码搜索:Hibernate 开发教程
找到约 10,000 项符合「Hibernate 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/330522/3422778
properties hibernate.properties
######################
### Query Language ###
######################
## define query language constants / function names
hibernate.query.substitutions yes 'Y', no 'N'
## select the classi
www.eeworm.com/read/327296/3462846
properties hibernate.properties
hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect
hibernate.connection.driver_class=com.mysql.jdbc.Driver
hibernate.connection.url=jdbc:mysql://localhost:3306/Computer
hibernate.connection.us
www.eeworm.com/read/327296/3462878
properties hibernate.properties
hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect
hibernate.connection.driver_class=com.mysql.jdbc.Driver
hibernate.connection.url=jdbc:mysql://localhost:3306/Computer
hibernate.connection.us
www.eeworm.com/read/326747/3467771
properties hibernate.properties
################################################################################
# Hibernate, Relational Persistence for Idiomatic Java #
#
www.eeworm.com/read/326747/3467776
properties hibernate.properties
################################################################################
# Hibernate, Relational Persistence for Idiomatic Java #
#
www.eeworm.com/read/326747/3468633
properties hibernate.properties
################################################################################
# Copyright (c) 2007, Red Hat Middleware, LLC. All rights reserved. #
#
www.eeworm.com/read/326747/3469410
java hibernate.java
//$Id: Hibernate.java 10009 2006-06-10 03:24:05Z epbernard $
package org.hibernate;
import java.io.IOException;
import java.io.InputStream;
import java.io.Reader;
import java.io.Serializable;
import
www.eeworm.com/read/326747/3469748
properties hibernate.properties
################################################################################
# Hibernate, Relational Persistence for Idiomatic Java #
#
www.eeworm.com/read/321321/3538257
java hibernate.java
package mrgf.other;
import org.hibernate.cfg.Configuration;
import org.hibernate.SessionFactory;
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.hibernate.Query;
imp
www.eeworm.com/read/318568/3569130
java hibernate.java
package com.strong.ims.comutil.dao;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.cfg.Configuration;
/**
* Configures and provides access to Hiber