Uses of Class
org.apache.cayenne.map.Attribute
Packages that use Attribute
Package
Description
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
-
Uses of Attribute in org.apache.cayenne.map
Classes in org.apache.cayenne.map with type parameters of type AttributeModifier 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 Attribute in org.apache.cayenne.mapModifier and TypeClassDescriptionclassA DbAttribute defines a descriptor for a single database table column.classAn attribute of the ObjEntity that maps to an embeddable class.classAn ObjAttribute is a mapping descriptor of a Java class property.