Uses of Interface
org.hibernate.metamodel.model.domain.JpaMetamodel

Packages that use JpaMetamodel
Package
Description
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.
Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).
An SPI for the runtime domain metamodel.
This package defines a semantic model of HQL queries.
SPI-level SQM contracts
Nodes representing path expressions in the SQM tree.
Defines domain result graphs.
 
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.