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
»
GenerationType
»
GenerationType.IDENTITY - JPA enum constant
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
GenerationType.IDENTITY - JPA enum constant
Enum Constant
javax.persistence.GenerationType
IDENTITY
Indicates that the persistence provider must assign primary keys for the entity using a database identity column.
Since:
JPA 1.0
< GenerationType
^ GenerationType
SequenceGenerator >