Uses of Interface
org.hibernate.metamodel.model.domain.JpaMetamodel
-
Packages that use JpaMetamodel Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances ofSessionandStatelessSession, the most important APIs exposing persistence-related operations for entities.org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.metamodel.model.domain.spi An SPI for the runtime domain metamodel.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.graph.entity org.hibernate.sql.results.internal -
-
Uses of JpaMetamodel in org.hibernate
Subinterfaces of JpaMetamodel in org.hibernate Modifier and Type Interface Description interfaceMetamodelDeprecated.PreferJpaMetamodel -
Uses of JpaMetamodel in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return JpaMetamodel Modifier and Type Method Description JpaMetamodelRuntimeMetamodels. 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 JpaMetamodel Modifier and Type Class Description classJpaMetamodelImplclassMappingMetamodelImplImplementation of the JPA-defined contractMetamodel.Methods in org.hibernate.metamodel.model.domain.internal with parameters of type JpaMetamodel Modifier and Type Method Description static <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 Modifier and Type Interface Description interfaceJpaMetamodelImplementorSPI extendingJpaMetamodel. -
Uses of JpaMetamodel in org.hibernate.metamodel.spi
Subinterfaces of JpaMetamodel in org.hibernate.metamodel.spi Modifier and Type Interface Description interfaceMetamodelImplementorDeprecated.UseMappingMetamodelorJpaMetamodelinstead. -
Uses of JpaMetamodel in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return JpaMetamodel Modifier and Type Method Description JpaMetamodelNodeBuilder. getDomainModel() -
Uses of JpaMetamodel in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return JpaMetamodel Modifier and Type Method Description JpaMetamodelSqmCriteriaNodeBuilder. getDomainModel() -
Uses of JpaMetamodel in org.hibernate.query.sqm.tree.expression
Constructors in org.hibernate.query.sqm.tree.expression with parameters of type JpaMetamodel Constructor Description SqmBinaryArithmetic(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 JpaMetamodel Modifier and Type Method Description default 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 JpaMetamodel Modifier and Type Method Description booleanEmbeddableFetchImpl. 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 JpaMetamodel Modifier and Type Method Description default 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 JpaMetamodel Constructor Description StandardEntityGraphTraversalStateImpl(GraphSemantic graphSemantic, RootGraphImplementor<?> rootGraphImplementor, JpaMetamodel metamodel)
-