Uses of Interface
org.hibernate.query.sqm.tree.domain.SqmSingularPersistentAttribute
Packages that use SqmSingularPersistentAttribute
Package
Description
Nodes representing path expressions in the SQM tree.
-
Uses of SqmSingularPersistentAttribute in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmSingularPersistentAttributeModifier and TypeMethodDescription@Nullable SqmSingularPersistentAttribute<J, ?> SqmManagedDomainType.findDeclaredSingularAttribute(String name) @Nullable SqmSingularPersistentAttribute<T, ?> SqmPolymorphicRootDescriptor.findDeclaredSingularAttribute(String name) @Nullable SqmSingularPersistentAttribute<? super J, ?> SqmManagedDomainType.findSingularAttribute(String name) @Nullable SqmSingularPersistentAttribute<? super T, ?> SqmPolymorphicRootDescriptor.findSingularAttribute(String name) @NonNull SqmSingularPersistentAttribute<? super O, T> SqmSingularJoin.getAttribute()SqmSingularPersistentAttribute<? super O, T> SqmSingularJoin.getModel()Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmSingularPersistentAttributeModifierConstructorDescriptionSqmSingularJoin(SqmFrom<?, O> lhs, SqmSingularPersistentAttribute<? super O, T> joinedNavigable, @Nullable String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) protectedSqmSingularJoin(SqmFrom<?, O> lhs, NavigablePath navigablePath, SqmSingularPersistentAttribute<? super O, T> joinedNavigable, @Nullable String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)