Uses of Interface
org.hibernate.query.sqm.SqmJoinable
Packages that use SqmJoinable
Package
Description
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
Nodes representing path expressions in the SQM tree.
-
Uses of SqmJoinable in org.hibernate.metamodel.model.domain
Subinterfaces of SqmJoinable in org.hibernate.metamodel.model.domainModifier and TypeInterfaceDescriptioninterfaceHibernate extension to the JPACollectionAttributedescriptorinterfaceHibernate extension to the JPAListAttributedescriptorinterfaceMapPersistentAttribute<D,K, V> Hibernate extension to the JPAMapAttributedescriptorinterfacePluralPersistentAttribute<D,C, E> Extension of the JPA-definedPluralAttributeinterface.interfaceHibernate extension to the JPASetAttributedescriptorinterfaceExtension of the JPA-definedSingularAttributeinterface. -
Uses of SqmJoinable in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement SqmJoinableModifier and TypeClassDescriptionclassAbstractPluralAttribute<D,C, E> classBagAttributeImpl<X,E> classclassListAttributeImpl<X,E> classMapAttributeImpl<X,K, V> classclassSetAttributeImpl<X,E> classstatic classSubclass used to simplify instantiation of singular attributes representing an entity's identifier.static classSubclass used to simply instantiation of singular attributes representing an entity's version. -
Uses of SqmJoinable in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement SqmJoinable -
Uses of SqmJoinable in org.hibernate.query.sqm.tree.domain
Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmJoinableModifierConstructorDescriptionAbstractSqmAttributeJoin(SqmFrom<?, O> lhs, SqmJoinable joinedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) protectedAbstractSqmAttributeJoin(SqmFrom<?, O> lhs, NavigablePath navigablePath, SqmJoinable joinedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) SqmSingularJoin(SqmFrom<?, O> lhs, SqmJoinable joinedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)