Uses of Interface
org.hibernate.query.sqm.tree.domain.SqmPluralPersistentAttribute
Packages that use SqmPluralPersistentAttribute
Package
Description
Implementation of the SPI for the runtime domain metamodel.
Nodes representing path expressions in the SQM tree.
-
Uses of SqmPluralPersistentAttribute in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement SqmPluralPersistentAttributeModifier and TypeClassDescriptionclassAbstractPluralAttribute<D,C, E> classBagAttributeImpl<X,E> classListAttributeImpl<X,E> classMapAttributeImpl<X,K, V> classSetAttributeImpl<X,E> Methods in org.hibernate.metamodel.model.domain.internal that return SqmPluralPersistentAttributeModifier and TypeMethodDescriptionAbstractManagedType.findDeclaredPluralAttribute(String name) SqmPluralPersistentAttribute<? super J,?, ?> AbstractManagedType.findPluralAttribute(String name) -
Uses of SqmPluralPersistentAttribute in org.hibernate.query.sqm.tree.domain
Subinterfaces of SqmPluralPersistentAttribute in org.hibernate.query.sqm.tree.domainModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceSqmMapPersistentAttribute<D,K, V> interfaceMethods in org.hibernate.query.sqm.tree.domain that return SqmPluralPersistentAttributeModifier and TypeMethodDescriptionSqmManagedDomainType.findDeclaredPluralAttribute(String name) SqmPolymorphicRootDescriptor.findDeclaredPluralAttribute(String name) SqmPluralPersistentAttribute<? super J,?, ?> SqmManagedDomainType.findPluralAttribute(String name) SqmPluralPersistentAttribute<? super T,?, ?> SqmPolymorphicRootDescriptor.findPluralAttribute(String name) AbstractSqmPluralJoin.getModel()Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmPluralPersistentAttributeModifierConstructorDescriptionAbstractSqmPluralJoin(SqmFrom<?, L> lhs, SqmPluralPersistentAttribute<? super L, C, E> joinedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) SqmPluralValuedSimplePath(NavigablePath navigablePath, SqmPluralPersistentAttribute<?, C, ?> referencedNavigable, SqmPath<?> lhs, String explicitAlias, NodeBuilder nodeBuilder) SqmPluralValuedSimplePath(NavigablePath navigablePath, SqmPluralPersistentAttribute<?, C, ?> referencedNavigable, SqmPath<?> lhs, NodeBuilder nodeBuilder)