Uses of Class
org.apache.cayenne.map.EmbeddableAttribute
Packages that use EmbeddableAttribute
Package
Description
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
-
Uses of EmbeddableAttribute in org.apache.cayenne.configuration
Methods in org.apache.cayenne.configuration with parameters of type EmbeddableAttributeModifier and TypeMethodDescriptionBaseConfigurationNodeVisitor.visitEmbeddableAttribute(EmbeddableAttribute attribute) ConfigurationNodeVisitor.visitEmbeddableAttribute(EmbeddableAttribute attribute) EmptyConfigurationNodeVisitor.visitEmbeddableAttribute(EmbeddableAttribute attribute) -
Uses of EmbeddableAttribute in org.apache.cayenne.map
Fields in org.apache.cayenne.map with type parameters of type EmbeddableAttributeModifier and TypeFieldDescriptionprotected Map<String, EmbeddableAttribute> Embeddable.attributesMethods in org.apache.cayenne.map that return EmbeddableAttributeModifier and TypeMethodDescriptionEmbeddable.getAttribute(String name) Embeddable.getAttributeForDbPath(String dbPath) Returns EmbeddableAttribute of this Embeddable that maps todbAttributeparameter.Methods in org.apache.cayenne.map that return types with arguments of type EmbeddableAttributeModifier and TypeMethodDescriptionEmbeddable.getAttributeMap()Returns an unmodifiable sorted map of embeddable attributes.Embeddable.getAttributes()Returns an unmodifiable collection of embeddable attributes.Methods in org.apache.cayenne.map with parameters of type EmbeddableAttributeModifier and TypeMethodDescriptionvoidEmbeddable.addAttribute(EmbeddableAttribute attribute) Adds new embeddable attribute to the entity, setting its parent embeddable to be this object.