@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface Structure
This annotation can be defined on a field/method to define an StructureMapping to an embedded Struct type. The target Embeddable must be mapped using the Struct annotation.
Struct
,
ObjectRelationalDataTypeDescriptor
,
StructureMapping
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.