Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a2233fad1e878cc1

Jump to content

Polymorphic association

From Wikipedia, the free encyclopedia

Polymorphic association is a term used in discussions of object–relational mapping (ORM) with respect to the problem of representing in the relational database domain, a relationship from one class to multiple classes. In statically typed languages such as C# and Java these multiple classes are subclasses of the same superclass. In languages with duck typing, such as Python, this is not necessarily the case.[1]

See also

[edit]

References

[edit]
  1. Bauer, Christian; King, Gavin (2007). Java Persistence with Hibernate. Greenwich, Conn: Manning Publications. ISBN 1-932394-88-5.
[edit]