Uses of Class
org.apache.cayenne.map.EmbeddedAttribute
-
Packages that use EmbeddedAttribute Package Description org.apache.cayenne.map Contains O/R mapping classes that store relational database metadata information and map it to Java classes.org.apache.cayenne.reflect -
-
Uses of EmbeddedAttribute in org.apache.cayenne.map
Constructors in org.apache.cayenne.map with parameters of type EmbeddedAttribute Constructor Description EmbeddedAttribute(EmbeddedAttribute other)Copying constructor -
Uses of EmbeddedAttribute in org.apache.cayenne.reflect
Methods in org.apache.cayenne.reflect with parameters of type EmbeddedAttribute Modifier and Type Method Description protected EmbeddableDescriptorPersistentDescriptorFactory. createEmbeddableDescriptor(EmbeddedAttribute embeddedAttribute)Creates a descriptor of the embedded property.protected voidPersistentDescriptorFactory. createEmbeddedAttributeProperty(PersistentDescriptor descriptor, EmbeddedAttribute embeddedAttribute, ObjAttribute attribute)
-