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.
Implementation of the SPI for the runtime domain metamodel.
An SPI for the runtime domain metamodel.
Everything related to HQL/JPQL, native SQL, and criteria queries.
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
Nodes representing expressions in the SQM tree.
Defines domain result graphs.
-
Uses of JpaMetamodel in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JpaMetamodel -
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.internal
Methods in org.hibernate.metamodel.internal with parameters of type JpaMetamodelModifier and TypeMethodDescriptionstatic void
InjectionHelper.injectEntityGraph
(NamedEntityGraphDefinition definition, Class<?> metamodelClass, JpaMetamodel jpaMetamodel) -
Uses of JpaMetamodel in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement JpaMetamodelModifier and TypeClassDescriptionclass
class
Implementation of the JPA-defined contractMetamodel
.Methods in org.hibernate.metamodel.model.domain.internal with parameters of type JpaMetamodelModifier and TypeMethodDescriptionstatic <T,
S extends T>
ManagedDomainType<S>DomainModelHelper.resolveSubType
(ManagedDomainType<T> baseType, String subTypeName, JpaMetamodel 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
Methods in org.hibernate.query that return JpaMetamodel -
Uses of JpaMetamodel in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return JpaMetamodelMethods in org.hibernate.query.sqm with parameters of type JpaMetamodelModifier and TypeMethodDescriptiondefault SqmPathSource<?>
SqmPathSource.findSubPathSource
(String name, JpaMetamodel metamodel) Deprecated, for removal: This API element is subject to removal in a future version.default SqmPathSource<?>
SqmPathSource.getSubPathSource
(String name, JpaMetamodel metamodel) Deprecated, for removal: This API element is subject to removal in a future version.Use #SqmPathSource.getSubPathSource(String, boolean)
instead -
Uses of JpaMetamodel in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return JpaMetamodelModifier and TypeMethodDescriptionSqmCriteriaNodeBuilder.getDomainModel()
SqmCriteriaNodeBuilder.getJpaMetamodel()
-
Uses of JpaMetamodel in org.hibernate.query.sqm.tree.expression
Constructors in org.hibernate.query.sqm.tree.expression with parameters of type JpaMetamodelModifierConstructorDescriptionSqmBinaryArithmetic
(BinaryArithmeticOperator operator, SqmExpression<?> lhsOperand, SqmExpression<?> rhsOperand, JpaMetamodel domainModel, NodeBuilder nodeBuilder) -
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.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type JpaMetamodelModifier and TypeMethodDescriptionboolean
EmbeddableFetchImpl.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.sql.results.internal
Constructors in org.hibernate.sql.results.internal with parameters of type JpaMetamodelModifierConstructorDescriptionStandardEntityGraphTraversalStateImpl
(GraphSemantic graphSemantic, RootGraphImplementor<?> rootGraphImplementor, JpaMetamodel metamodel)
SqmPathSource.findSubPathSource(String, boolean)
instead