Interface JpaMetamodelImplementor
-
- All Superinterfaces:
JpaMetamodel
,Metamodel
- All Known Implementing Classes:
JpaMetamodelImpl
public interface JpaMetamodelImplementor extends JpaMetamodel
SPI extendingJpaMetamodel
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MappingMetamodel
getMappingMetamodel()
-
Methods inherited from interface org.hibernate.metamodel.model.domain.JpaMetamodel
addNamedEntityGraph, embeddable, entity, entity, findEntityGraphByName, findEntityGraphsByJavaType, findEntityType, findManagedType, getAllowedEnumLiteralTexts, getEmbeddables, getEntities, getHqlEntityReference, getJpaCompliance, getManagedTypes, getServiceRegistry, getTypeConfiguration, managedType, qualifyImportableName, resolveHqlEntityReference
-
-
-
-
Method Detail
-
getMappingMetamodel
MappingMetamodel getMappingMetamodel()
-
-