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 TypeMethodDescriptionSqmManagedDomainType.findDeclaredSingularAttribute
(String name) SqmPolymorphicRootDescriptor.findDeclaredSingularAttribute
(String name) SqmSingularPersistentAttribute
<? super J, ?> SqmManagedDomainType.findSingularAttribute
(String name) SqmSingularPersistentAttribute
<? super T, ?> SqmPolymorphicRootDescriptor.findSingularAttribute
(String name) 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, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) protected
SqmSingularJoin
(SqmFrom<?, O> lhs, NavigablePath navigablePath, SqmSingularPersistentAttribute<? super O, T> joinedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)