Class MappingMetamodelImpl

java.lang.Object
org.hibernate.internal.QueryParameterBindingTypeResolverImpl
org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
All Implemented Interfaces:
Metamodel, Serializable, MappingMetamodel, JpaMetamodel, MappingMetamodelImplementor, QueryParameterBindingTypeResolver

Implementation of the JPA-defined contract Metamodel.

Really more of the mapping model than the domain model, though it does have reference to the JpaMetamodel.

See Also: