相关代码 |
|
//$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(); }
相关资源 |
|