javax.persistence
Annotation Type SequenceGenerator
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface SequenceGenerator
- Version:
 
  - $Rev: 467742 $ $Date: 2006-10-25 12:30:38 -0700 (Wed, 25 Oct 2006) $
 
 
 
name
public abstract String name
 
sequenceName
public abstract String sequenceName
 
- Default:
 - ""
 
initialValue
public abstract int initialValue
 
- Default:
 - 1
 
allocationSize
public abstract int allocationSize
 
- Default:
 - 50
 
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.