|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of EmbeddableAttribute in org.apache.cayenne.map |
---|
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 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |