|
JPA 2.0 API 1.0.1.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagedType | |
---|---|
javax.persistence.metamodel |
Uses of ManagedType in javax.persistence.metamodel |
---|
Subinterfaces of ManagedType in javax.persistence.metamodel | |
---|---|
interface |
EmbeddableType<X>
Instances of the type EmbeddableType represent embeddable types. |
interface |
EntityType<X>
Instances of the type EntityType represent entity types. |
interface |
IdentifiableType<X>
Instances of the type IdentifiableType represent entity or
mapped superclass types. |
interface |
MappedSuperclassType<X>
Instances of the type MappedSuperclassType represent mapped
superclass types. |
Methods in javax.persistence.metamodel that return ManagedType | ||
---|---|---|
ManagedType<X> |
Attribute.getDeclaringType()
Return the managed type representing the type in which the attribute was declared. |
|
|
Metamodel.managedType(Class<X> cls)
Return the metamodel managed type representing the entity, mapped superclass, or embeddable class. |
Methods in javax.persistence.metamodel that return types with arguments of type ManagedType | |
---|---|
Set<ManagedType<?>> |
Metamodel.getManagedTypes()
Return the metamodel managed types. |
|
JPA 2.0 API 1.0.1.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |