Produced by Siminov Software Solution LLP

siminov.orm.annotation
Annotation Type Index


@Retention(value=RUNTIME)
public @interface Index

Exposes methods to GET index properties as per in POJO Class Annotation by application.


Required Element Summary
 java.lang.String name
          Get index name.
 boolean unique
          Check if index is unique.
 IndexColumn[] value
          Get index columns.
 

Element Detail

name

public abstract java.lang.String name
Get index name.

Returns:
Name Of Index.

value

public abstract IndexColumn[] value
Get index columns.

Returns:
Index Columns.

unique

public abstract boolean unique
Check if index is unique.

Returns:
TRUE: If index is unique, FALSE: If index is not unique.

Apache License 2.0

Copyright 2013