javax.persistence
注釈タイプ SequenceGenerator


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


必須要素の概要
 String name
           
 
任意要素の概要
 int allocationSize
           
 int initialValue
           
 String sequenceName
           
 

要素の詳細

name

public abstract String name

sequenceName

public abstract String sequenceName
デフォルト:
""

initialValue

public abstract int initialValue
デフォルト:
1

allocationSize

public abstract int allocationSize
デフォルト:
50


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.