FileDocCategorySizeDatePackage
Id.javaAPI DocGlassfish v2 API2480Fri May 04 22:34:06 BST 2007javax.persistence

Id

public class Id
Specifies the primary key property or field of an entity.
Example:

@Id
public Long getId() { return id; }
since
Java Persistence 1.0

Fields Summary
Constructors Summary
Methods Summary