Package javax.persistence.metamodel
Interface EntityType<X>
- Type Parameters:
X- The represented entity type.
- All Superinterfaces:
Bindable<X>,IdentifiableType<X>,ManagedType<X>,Type<X>
Instances of the type
EntityType represent entity types.- Since:
- Java Persistence 2.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Bindable
Bindable.BindableTypeNested classes/interfaces inherited from interface javax.persistence.metamodel.Type
Type.PersistenceType -
Method Summary
Methods inherited from interface javax.persistence.metamodel.Bindable
getBindableJavaType, getBindableTypeMethods inherited from interface javax.persistence.metamodel.IdentifiableType
getDeclaredId, getDeclaredVersion, getId, getIdClassAttributes, getIdType, getSupertype, getVersion, hasSingleIdAttribute, hasVersionAttributeMethods inherited from interface javax.persistence.metamodel.ManagedType
getAttribute, getAttributes, getCollection, getCollection, getDeclaredAttribute, getDeclaredAttributes, getDeclaredCollection, getDeclaredCollection, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredPluralAttributes, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDeclaredSingularAttributes, getList, getList, getMap, getMap, getPluralAttributes, getSet, getSet, getSingularAttribute, getSingularAttribute, getSingularAttributesMethods inherited from interface javax.persistence.metamodel.Type
getJavaType, getPersistenceType
-
Method Details
-
getName
String getName()Return the entity name.- Returns:
- entity name
-