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.-
Uses of JpaMetamodel in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JpaMetamodelModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getJpaMetamodel()
default JpaMetamodel
SessionFactoryImplementor.getJpaMetamodel()
Obtain theJpaMetamodel
-
Uses of JpaMetamodel in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return JpaMetamodelModifier and TypeMethodDescriptionRuntimeMetamodels.getJpaMetamodel()
Access to the JPA / domain metamodel. -
Uses of JpaMetamodel in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return JpaMetamodel -
Uses of JpaMetamodel in org.hibernate.metamodel.model.domain.spi
Subinterfaces of JpaMetamodel in org.hibernate.metamodel.model.domain.spi -
Uses of JpaMetamodel in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return JpaMetamodel -
Uses of JpaMetamodel in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return JpaMetamodelModifier and TypeMethodDescriptiondefault JpaMetamodel
SqmCreationContext.getJpaMetamodel()
TheJpaMetamodel
. -
Uses of JpaMetamodel in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return JpaMetamodelConstructors in org.hibernate.query.sqm.tree.domain with parameters of type JpaMetamodelModifierConstructorDescriptionSqmPolymorphicRootDescriptor
(JavaType<T> polymorphicJavaType, Set<EntityDomainType<? extends T>> implementors, JpaMetamodel jpaMetamodel) -
Uses of JpaMetamodel in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph with parameters of type JpaMetamodelModifier and TypeMethodDescriptiondefault boolean
DomainResultGraphNode.appliesTo
(GraphImplementor<?> graphImplementor, JpaMetamodel metamodel) -
Uses of JpaMetamodel in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity with parameters of type JpaMetamodelModifier and TypeMethodDescriptiondefault boolean
EntityResultGraphNode.appliesTo
(GraphImplementor<?> graphImplementor, JpaMetamodel metamodel) -
Uses of JpaMetamodel in org.hibernate.type
Methods in org.hibernate.type that return JpaMetamodel