JPA Metamodel API Types
The following interfaces and enum represent types in the JPA Metamodel API:
- javax.persistence.metamodel.Type
- JPA Interface - javax.persistence.metamodel.Type
$PersistenceType - JPA Enum - javax.persistence.metamodel.BasicType
- JPA Interface - javax.persistence.metamodel.ManagedType
- JPA Interface - javax.persistence.metamodel.EmbeddableType
- JPA Interface - javax.persistence.metamodel.IdentifiableType
- JPA Interface - javax.persistence.metamodel.EntityType
- JPA Interface - javax.persistence.metamodel.MappedSuperclassType
- JPA Interface
See the Metamodel Type Interface Hierarchy section for more details and examples.