@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Embeddable
Basic, Column, Lob,
Temporal, and Enumerated mapping
annotations may portably be used to map the persistent fields
or properties of classes annotated as Embeddable.
Note that the Transient annotation may be used to
designate the non-persistent state of an embeddable class.
Copyright © 2024. All rights reserved.