JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micronaut.data.annotation
EmbeddedId
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface EmbeddedId
@Documented
@Target
({
METHOD
,
FIELD
})
@Retention
(
RUNTIME
)
@Relation
(
EMBEDDED
)
@Id
public @interface
EmbeddedId
Annotation that specifies the embedded ID.
Since:
1.0.0
Author:
graemerocher