Sign in
eclipse
/
gerrit
/
eclipselink
/
eclipselink.utils.temp
/
ae47dc9b5eb23f174b98579b997d365aaf36b1f4
/
.
/
tools
/
org.eclipse.persistence.tools.gen.db
/
resource
/
templates
/
xml_entities
/
embeddable.vm
blob: cca15543d9f8949003eaf352d627729e18c233a0 [
file
] [
log
] [
blame
]
#### Embeddable ####
<
embeddable
class
=
"${table.qualifiedCompositeKeyClassName}"
access
=
"VIRTUAL"
>
#### Mappings ####
<attributes>
#foreach ($column in $table.primaryKeyColumns)
#parse("embeddedBasic.vm")
#end
</
attributes
>
</
embeddable
>