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 TypeClassDescriptionclass
Attribute<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.class
Entity<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.interface
PathComponent<A extends Attribute,
R extends Relationship> A component in a path chain.class
Relationship<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 TypeClassDescriptionclass
A DbAttribute defines a descriptor for a single database table column.class
An attribute of the ObjEntity that maps to an embeddable class.class
An ObjAttribute is a mapping descriptor of a Java class property. -
Uses of Attribute in org.apache.cayenne.map.event
Fields in org.apache.cayenne.map.event declared as AttributeMethods in org.apache.cayenne.map.event that return AttributeModifier and TypeMethodDescriptionAttribute
<?, ?, ?> AttributeEvent.getAttribute()
Get attribute (obj or db).Methods in org.apache.cayenne.map.event with parameters of type AttributeModifier and TypeMethodDescriptionvoid
AttributeEvent.setAttribute
(Attribute<?, ?, ?> attribute) Sets the attribute.Constructors in org.apache.cayenne.map.event with parameters of type AttributeModifierConstructorDescriptionAttributeEvent
(Object src, Attribute<?, ?, ?> attr, Entity<?, ?, ?> entity) Creates a Attribute change event.AttributeEvent
(Object src, Attribute<?, ?, ?> attr, Entity<?, ?, ?> entity, int id) Creates a Attribute event of a specified type.AttributeEvent
(Object src, Attribute<?, ?, ?> attr, Entity<?, ?, ?> entity, String oldName) Creates a Attribute name change event.