Package | Description |
---|---|
javax.persistence.metamodel |
Modifier and Type | Interface and Description |
---|---|
interface |
EmbeddableType<T>
Reflection model for an attribute that can be bound to a Path.
|
interface |
EntityType<X>
Reflection model for a JPA entity.
|
interface |
IdentifiableType<X>
Reflection model for a JPA entity.
|
interface |
MappedSuperclassType<X>
Model of a basic type
|
Modifier and Type | Method and Description |
---|---|
ManagedType<X> |
Attribute.getDeclaringType() |
<X> ManagedType<X> |
Metamodel.managedType(java.lang.Class<X> cl) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ManagedType<?>> |
Metamodel.getManagedTypes() |