Uses of Interface
org.hibernate.query.sqm.tree.domain.SqmPersistentAttribute
Packages that use SqmPersistentAttribute
Package
Description
Nodes representing path expressions in the SQM tree.
-
Uses of SqmPersistentAttribute in org.hibernate.query.sqm.tree.domain
Subinterfaces of SqmPersistentAttribute in org.hibernate.query.sqm.tree.domainModifier and TypeInterfaceDescriptioninterface
interface
interface
SqmMapPersistentAttribute<D,
K, V> interface
SqmPluralPersistentAttribute<D,
C, E> interface
interface
Methods in org.hibernate.query.sqm.tree.domain that return SqmPersistentAttributeModifier and TypeMethodDescriptionSqmPersistentAttribute
<? super J, ?> SqmManagedDomainType.findAttribute
(String name) SqmPersistentAttribute
<? super T, ?> SqmPolymorphicRootDescriptor.findAttribute
(String name) default SqmPersistentAttribute
<? super J, ?> SqmManagedDomainType.findAttributeInSuperTypes
(String name) Deprecated, for removal: This API element is subject to removal in a future version.SqmPersistentAttribute
<? super J, ?> SqmManagedDomainType.findConcreteGenericAttribute
(String name) SqmPersistentAttribute
<? super T, ?> SqmPolymorphicRootDescriptor.findConcreteGenericAttribute
(String name) SqmManagedDomainType.findDeclaredAttribute
(String name) SqmPolymorphicRootDescriptor.findDeclaredAttribute
(String name) SqmManagedDomainType.findDeclaredConcreteGenericAttribute
(String name) SqmPolymorphicRootDescriptor.findDeclaredConcreteGenericAttribute
(String name) SqmManagedDomainType.findSubTypesAttribute
(String name) SqmPolymorphicRootDescriptor.findSubTypesAttribute
(String name) SqmPersistentAttribute
<? super T, ?> SqmPolymorphicRootDescriptor.getAttribute
(String name) SqmPolymorphicRootDescriptor.getDeclaredAttribute
(String name)