Uses of Class
org.apache.cayenne.map.EmbeddableAttribute

Packages that use EmbeddableAttribute
org.apache.cayenne.map Contains O/R mapping classes that store relational database metadata information and map it to Java classes. 
org.apache.cayenne.map.event   
 

Uses of EmbeddableAttribute in org.apache.cayenne.map
 

Fields in org.apache.cayenne.map with type parameters of type EmbeddableAttribute
protected  SortedMap<String,EmbeddableAttribute> Embeddable.attributes
           
 

Methods in org.apache.cayenne.map that return EmbeddableAttribute
 EmbeddableAttribute Embeddable.getAttribute(String name)
           
 EmbeddableAttribute Embeddable.getAttributeForDbPath(String dbPath)
          Returns EmbeddableAttribute of this Embeddable that maps to dbAttribute parameter.
 

Methods in org.apache.cayenne.map that return types with arguments of type EmbeddableAttribute
 SortedMap<String,EmbeddableAttribute> Embeddable.getAttributeMap()
          Returns an unmodifiable sorted map of embeddable attributes.
 Collection<EmbeddableAttribute> Embeddable.getAttributes()
          Returns an unmodifiable collection of embeddable attributes.
 

Methods in org.apache.cayenne.map with parameters of type EmbeddableAttribute
 void Embeddable.addAttribute(EmbeddableAttribute attribute)
          Adds new embeddable attribute to the entity, setting its parent embeddable to be this object.
 

Uses of EmbeddableAttribute in org.apache.cayenne.map.event
 

Fields in org.apache.cayenne.map.event declared as EmbeddableAttribute
protected  EmbeddableAttribute EmbeddableAttributeEvent.embeddableAttribute
           
 

Methods in org.apache.cayenne.map.event that return EmbeddableAttribute
 EmbeddableAttribute EmbeddableAttributeEvent.getEmbeddableAttribute()
           
 

Methods in org.apache.cayenne.map.event with parameters of type EmbeddableAttribute
 void EmbeddableAttributeEvent.setEmbeddableAttribute(EmbeddableAttribute embeddableAttribute)
           
 

Constructors in org.apache.cayenne.map.event with parameters of type EmbeddableAttribute
EmbeddableAttributeEvent(Object source, EmbeddableAttribute attrib, Embeddable embeddable, int id)
           
EmbeddableAttributeEvent(Object source, Embeddable embeddable, EmbeddableAttribute embeddableAttribute)
           
 



Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.