Package org.hibernate.metamodel.model.domain


@Incubating package org.hibernate.metamodel.model.domain
Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).

The API defined here extends and implements the standard JPA metamodel.

This metamodel is used in query handling.

See Also: