Uses of Interface
org.hibernate.query.sqm.tree.domain.SqmListPersistentAttribute
Packages that use SqmListPersistentAttribute
Package
Description
Implementation of the SPI for the runtime domain metamodel.
Nodes representing path expressions in the SQM tree.
-
Uses of SqmListPersistentAttribute in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement SqmListPersistentAttribute -
Uses of SqmListPersistentAttribute in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmListPersistentAttributeConstructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmListPersistentAttributeModifierConstructorDescriptionSqmListJoin(SqmFrom<?, O> lhs, SqmListPersistentAttribute<? super O, E> listAttribute, String alias, SqmJoinType sqmJoinType, boolean fetched, NodeBuilder nodeBuilder) protectedSqmListJoin(SqmFrom<?, O> lhs, NavigablePath navigablePath, SqmListPersistentAttribute<O, E> listAttribute, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)