Uses of Interface
org.hibernate.metamodel.model.domain.JpaMetamodel
Packages that use JpaMetamodel
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session and StatelessSession,
the most important APIs exposing persistence-related operations for
entities.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.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
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
Subinterfaces of JpaMetamodel in org.hibernate -
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.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement JpaMetamodelModifier and TypeClassDescriptionclassclassImplementation 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.metamodel.spi
Subinterfaces of JpaMetamodel in org.hibernate.metamodel.spiModifier and TypeInterfaceDescriptioninterfaceDeprecated.UseMappingMetamodelorJpaMetamodelinstead. -
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.internal
Methods in org.hibernate.query.sqm.internal that return JpaMetamodel -
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 booleanDomainResultGraphNode.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 TypeMethodDescriptionbooleanEmbeddableFetchImpl.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 booleanEntityResultGraphNode.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)
JpaMetamodel