Uses of Interface
org.hibernate.query.sqm.tree.domain.SqmSingularPersistentAttribute
Packages that use SqmSingularPersistentAttribute
Package
Description
Implementation of the SPI for the runtime domain metamodel.
Nodes representing path expressions in the SQM tree.
-
Uses of SqmSingularPersistentAttribute in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement SqmSingularPersistentAttributeModifier and TypeClassDescriptionclass
static class
Subclass used to simplify instantiation of singular attributes representing an entity's identifier.static class
Subclass used to simply instantiation of singular attributes representing an entity's version.Methods in org.hibernate.metamodel.model.domain.internal that return SqmSingularPersistentAttributeModifier and TypeMethodDescriptionAbstractManagedType.findDeclaredSingularAttribute
(String name) SqmSingularPersistentAttribute<? super J,
?> AbstractIdentifiableType.findIdAttribute()
SqmSingularPersistentAttribute<? super J,
?> EntityTypeImpl.findIdAttribute()
SqmSingularPersistentAttribute<? super J,
?> AbstractManagedType.findSingularAttribute
(String name) <Y> SqmSingularPersistentAttribute<J,
Y> AbstractIdentifiableType.getDeclaredId
(Class<Y> javaType) AbstractIdentifiableType.getDeclaredVersion()
For used to retrieve the declared version when populating the static metamodel.<Y> SqmSingularPersistentAttribute<? super J,
Y> <Y> SqmSingularPersistentAttribute<? super J,
Y> AbstractManagedType.getSingularAttribute
(String name, Class<Y> type) -
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) -
Uses of SqmSingularPersistentAttribute in org.hibernate.query.sqm.tuple.internal
Classes in org.hibernate.query.sqm.tuple.internal that implement SqmSingularPersistentAttributeModifier and TypeClassDescriptionclass
class