|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Embeddable | |
---|---|
org.apache.cayenne.map | Contains O/R mapping classes that store relational database metadata information and map it to Java classes. |
Uses of Embeddable in org.apache.cayenne.map |
---|
Fields in org.apache.cayenne.map declared as Embeddable | |
---|---|
protected Embeddable |
EmbeddableAttribute.embeddable
|
Methods in org.apache.cayenne.map that return Embeddable | |
---|---|
Embeddable |
EmbeddableAttribute.getEmbeddable()
|
Embeddable |
EmbeddedAttribute.getEmbeddable()
|
Embeddable |
DataMap.getEmbeddable(String className)
|
Embeddable |
EntityResolver.getEmbeddable(String className)
|
Embeddable |
MappingNamespace.getEmbeddable(String className)
Returns an Embeddable matching class name or null if such Embeddable is not
mapped. |
Methods in org.apache.cayenne.map with parameters of type Embeddable | |
---|---|
void |
DataMap.addEmbeddable(Embeddable embeddable)
Adds an embeddable object to the DataMap. |
void |
EmbeddableAttribute.setEmbeddable(Embeddable embeddable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |