|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JpaEmbeddable | |
---|---|
org.apache.cayenne.jpa.map |
Uses of JpaEmbeddable in org.apache.cayenne.jpa.map |
---|
Fields in org.apache.cayenne.jpa.map with type parameters of type JpaEmbeddable | |
---|---|
protected Collection<JpaEmbeddable> |
JpaEntityMap.embeddables
|
Methods in org.apache.cayenne.jpa.map that return JpaEmbeddable | |
---|---|
JpaEmbeddable |
JpaEntityMap.embeddableForClass(Class<?> embeddableClass)
Returns a JpaEmbeddable describing a given embeddable class. |
JpaEmbeddable |
JpaEntityMap.embeddableForClass(String embeddableClassName)
Returns a JpaEmbeddable describing a given embeddable class. |
Methods in org.apache.cayenne.jpa.map that return types with arguments of type JpaEmbeddable | |
---|---|
Collection<JpaEmbeddable> |
JpaEntityMap.getEmbeddables()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |