JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.hibernate.annotations
TargetEmbeddable
Contents
Description
Required Element Summary
Element Details
value
Hide sidebar
Show sidebar
Annotation Interface TargetEmbeddable
@Target
({
FIELD
,
METHOD
,
TYPE
})
@Retention
(
RUNTIME
)
public @interface
TargetEmbeddable
Specifies the target type for a
Embedded
entity property.
It's intended to be used exclusively in conjunction with @Embedded.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
Class
<?>
value
The target type for a
Embedded
entity property
Element Details
value
Class
<?>
value
The target type for a
Embedded
entity property