Embedded in JPA/JDO APIs
javax.persistence.Embedded - JPA annotation
Specifies a persistent field or property of an entity whose
value is an instance of an embeddable class.
javax.jdo.annotations.Embedded - JDO annotation
Annotation to define that the object is embedded into the table of the
owning object.
This documentation page is derived from the JPA 2 open source RI (EclipseLink) and/or the JDO 2.2 API
and is available under the terms of the Eclipse Public License, v. 1.0 and/or the Apache License, v. 2.0.