Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
Java EE 5 5.0.0
Package:
javax.persistence
Annotation
@
Target
(value = {
METHOD
,
FIELD
})
@
Retention
(value =
RUNTIME
)
public
@interface
Id
Overview
Inheritance
Members
Usage
Source
Books
Since
Java Persi
Version
Not specified.
Author(s)
Not specified.
Specifies the primary key property or field of an entity.
Example: @Id public Long getId() { return id; }
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
Classes
Fields
Methods
Parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact
Example: @Id public Long getId() { return id; }