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 TypeInterfaceDescriptioninterface
PathComponent<T extends Attribute,
U extends Relationship> A component in a path chain.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.Fields in org.apache.cayenne.map with type parameters of type AttributeMethods in org.apache.cayenne.map with type parameters of type AttributeModifier and TypeMethodDescription<T extends Attribute,
U extends Relationship>
PathComponent<T, U> Entity.lastPathComponent
(Expression path, Map aliasMap) Convenience method returning the last component in the path iterator.abstract <T extends Attribute,
U extends Relationship>
Iterable<PathComponent<T, U>> Entity.resolvePath
(Expression pathExp, Map aliasMap) Returns an Iterable over the path components with elements represented asPathComponent
instances, encapsulating a relationship, an attribute or a subpath alias.Methods in org.apache.cayenne.map that return AttributeModifier and TypeMethodDescriptionEntity.getAttribute
(String attributeName) Returns attribute with nameattributeName
or null if no attribute with this name exists.Methods in org.apache.cayenne.map that return types with arguments of type AttributeModifier and TypeMethodDescriptionEntity.getAttributeMap()
Returns an unmodifiable sorted map of entity attributes.Collection
<? extends Attribute> Entity.getAttributes()
Returns an unmodifiable collection of entity attributes.Methods in org.apache.cayenne.map with parameters of type AttributeModifier and TypeMethodDescriptionvoid
Entity.addAttribute
(Attribute attribute) Adds new attribute to the entity, setting its parent entity to be this object.void
Entity.updateAttribute
(Attribute attribute) -
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 AttributeMethods 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.