Edge Rewrite
// 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: a249ad3fac775a3a

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]