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


Required Element Summary
 String constraints
           
 

Element Detail

constraints

public abstract String constraints


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