hibernate方便的操作数据库相当不错的 请各位下载看看啊

源代码在线查看: check.java

软件大小: 195 K
上传用户: liu2000dz
关键词: hibernate 操作 数据库
下载地址: 免注册下载 普通下载 VIP

相关代码

				//$Id: Check.java,v 1.1 2005/02/26 00:57:38 epbernard Exp $				package org.hibernate.annotations;								/**				 * Arbitrary SQL check constraints which can be defined at the class,				 * property or collection level				 * @author Emmanuel Bernard				 */				public @interface Check {					String constraints();				}							

相关资源