EclipseLink 1.1.1_ 1.1.1.v20090430-r4097 API Reference

javax.persistence
Annotation Type Id


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

Specifies the primary key property or field of an entity.

   Example:

   @Id
   public Long getId() { return id; }
 

Since:
Java Persistence 1.0


EclipseLink 1.1.1_ 1.1.1.v20090430-r4097 API Reference