org.hibernate.annotations
Annotation Type Check


@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Check

Arbitrary SQL check constraints which can be defined at the class, property or collection level

Author:
Emmanuel Bernard

Required Element Summary
 String constraints
           
 

Element Detail

constraints

public abstract String constraints


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.