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.graph.spi 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. -
-
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.graph.spi
Methods in org.hibernate.graph.spi that return JpaMetamodel Modifier and Type Method Description JpaMetamodelGraphImplementor. jpaMetamodel() -
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)
-