Uses of Class
org.apache.cayenne.map.Relationship
Packages that use Relationship
Package
Description
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
-
Uses of Relationship in org.apache.cayenne.map
Classes in org.apache.cayenne.map with type parameters of type RelationshipModifier and TypeClassDescriptionclassAttribute<E extends Entity<E,A, R>, A extends Attribute<E, A, R>, R extends Relationship<E, A, R>> Defines a property descriptor that is a part of an Entity.classEntity<E extends Entity<E,A, R>, A extends Attribute<E, A, R>, R extends Relationship<E, A, R>> An Entity is an abstract descriptor for an entity mapping concept.interfacePathComponent<A extends Attribute, R extends Relationship>A component in a path chain.classRelationship<E extends Entity<E,A, R>, A extends Attribute<E, A, R>, R extends Relationship<E, A, R>> Defines a relationship between two entities.Subclasses of Relationship in org.apache.cayenne.mapModifier and TypeClassDescriptionclassA DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs.classDescribes an association between two Java classes mapped as source and target ObjEntity.Methods in org.apache.cayenne.map that return RelationshipModifier and TypeMethodDescriptionabstract Relationship<E, A, R> Relationship.getReverseRelationship()Returns a "complimentary" relationship going in the opposite direction.