| Package | Description |
|---|---|
| javax.persistence | |
| org.hibernate.ejb | |
| org.hibernate.ejb.metamodel |
| Modifier and Type | Method and Description |
|---|---|
Metamodel |
EntityManagerFactory.getMetamodel()
Return an instance of
Metamodel interface for access to the
metamodel of the persistence unit. |
Metamodel |
EntityManager.getMetamodel()
Return an instance of
Metamodel interface for access to the
metamodel of the persistence unit. |
| Modifier and Type | Method and Description |
|---|---|
Metamodel |
EntityManagerFactoryImpl.getMetamodel() |
Metamodel |
AbstractEntityManagerImpl.getMetamodel()
Return an instance of
Metamodel interface for access to the
metamodel of the persistence unit. |
| Modifier and Type | Class and Description |
|---|---|
class |
MetamodelImpl
Hibernate implementation of the JPA
Metamodel contract. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.