@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Struct
This annotation define a class to map to a database Struct type. The class should normally be an Embeddable, but could also be an Entity if stored in a object table.
ObjectRelationalDataTypeDescriptor
,
StructureMapping
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.