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.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.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.entity -
-
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.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.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.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)
-