javax.jdo.annotations
Annotation Type Uniques


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Uniques

Annotation for a group of unique constraints.

Since:
2.1
Version:
2.1

Required Element Summary
 Unique[] value
          The unique constraints.
 

Element Detail

value

public abstract Unique[] value
The unique constraints.

Returns:
The unique constraints


Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.