fr.umlv.javaodb
Annotation Type Id


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Id

Marker annotation of the id getter used by the persistence manager to store the primary key. A method marked with with annotation returns zero if the object is not persistent or its primary key.

Author:
Remi Forax



2006 - Université de Marne-la-Vallée