blob: 8253462972b560eb93a0b741ed0b3d4df666a526 [file] [log] [blame]
##included template. Generates the @ManyToOne annotation.
##Assumes that the context has a "role" object representing the generated AssociationRole
##
#set ($members = $customizer.appendAnnotation("", "cascade", $customizer.genCascades($role), false))
#set ($members = $customizer.appendAnnotation($members, "fetch", $customizer.genFetch($role.referrerTable), false))
@ManyToOne($members)
#parse("join.vm")