Object
DB
Object
DB
ObjectDB
About ObjectDB
Get ObjectDB
Support
Manual
Quick Tour
Entity Classes
Using JPA
JPA Queries
Tools
and Utilities
Configuration
API
JPA
Reference
JDO
Reference
Tutorials
General JPA Tutorials
Web App JPA Tutorials
Admin
Home
»
JPA Reference
»
Annotations
»
Value Generation
»
TableGenerator
»
TableGenerator.initialValue - JPA annotation element
JPA Reference
Persistence
EntityManagerFactory
EntityManager
EntityTransaction
Annotations
Class Modifiers
Field Modifiers
Relationships
Access Modes
Value Generation
GeneratedValue
GenerationType
SequenceGenerator
TableGenerator
Callback Methods
JPQL Queries
Java EE
Mapping (ORM)
SQL Queries
Queries
Metamodel
Miscellaneous
Exceptions
TableGenerator.initialValue - JPA annotation element
Annotation Element
javax.persistence.TableGenerator
int initialValue
(Optional) The initial value to be used to initialize the column that stores the last value generated.
Default value:
0
Since:
JPA 1.0
< TableGenerator
^ TableGenerator
Callback Methods >