jp.sf.amateras.mirage.annotation
Annotation Type PrimaryKey


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
@Documented
public @interface PrimaryKey

Indicates that the property corresponds to the primary key column.

Author:
Naoki Takezoe

Required Element Summary
 PrimaryKey.GenerationType generationType
           
 
Optional Element Summary
 String generator
           
 

Element Detail

generationType

public abstract PrimaryKey.GenerationType generationType

generator

public abstract String generator
Default:
""


Copyright © 2010-2012 Project Amateras. All Rights Reserved.