Package | Description |
---|---|
javax.persistence | |
org.hibernate.jpa.internal | |
org.hibernate.jpa.internal.metamodel | |
org.hibernate.jpa.spi |
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() |
Modifier and Type | Class and Description |
---|---|
class |
MetamodelImpl
Hibernate implementation of the JPA
Metamodel contract. |
Modifier and Type | Method and Description |
---|---|
Metamodel |
AbstractEntityManagerImpl.getMetamodel() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.