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
EmbeddedId
Overview
Inheritance
Members
Usage
Source
Books
Since
Java Persi
Version
Not specified.
Author(s)
Not specified.
Is applied to a persistent field or property of an entity class or mapped superclass to denote a composite primary key that is an embeddable class. The embeddable class must be annotated as
Embeddable
.
Example: @EmbeddedId protected EmployeePK empPK;
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: @EmbeddedId protected EmployeePK empPK;