Uses of Interface
org.hibernate.metamodel.model.domain.JpaMetamodel
-
Packages that use JpaMetamodel Package Description org.hibernate org.hibernate.graph.spi org.hibernate.metamodel org.hibernate.metamodel.model.domain Hibernate extensions to and implementations of the JPA metamodelorg.hibernate.metamodel.model.domain.spi org.hibernate.metamodel.spi org.hibernate.query.sqm org.hibernate.query.sqm.tree.expression -
-
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
Methods in org.hibernate.metamodel.model.domain that return JpaMetamodel Modifier and Type Method Description protected JpaMetamodelAbstractDomainType. jpaMetamodel()Constructors in org.hibernate.metamodel.model.domain with parameters of type JpaMetamodel Constructor Description AbstractDomainType(JavaType<J> javaType, JpaMetamodel domainMetamodel)AbstractIdentifiableType(String typeName, JavaType<J> javaType, IdentifiableDomainType<? super J> superType, boolean hasIdClass, boolean hasIdentifierProperty, boolean versioned, JpaMetamodel jpaMetamodel)AbstractManagedType(String hibernateTypeName, JavaType<J> javaType, ManagedDomainType<? super J> superType, JpaMetamodel domainMetamodel) -
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 extension of JpaMetamodel -
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)
-