Uses of Interface
org.hibernate.query.sqm.tree.domain.SqmPersistentAttribute
Packages that use SqmPersistentAttribute
Package
Description
Implementation of the SPI for the runtime domain metamodel.
Nodes representing path expressions in the SQM tree.
-
Uses of SqmPersistentAttribute in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement SqmPersistentAttributeModifier and TypeClassDescriptionclass
AbstractAttribute<D,
J, B> Models the commonality of the JPAAttribute
hierarchy.class
AbstractPluralAttribute<D,
C, E> class
BagAttributeImpl<X,
E> class
ListAttributeImpl<X,
E> class
MapAttributeImpl<X,
K, V> class
SetAttributeImpl<X,
E> class
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 SqmPersistentAttributeModifier and TypeMethodDescriptionSqmPersistentAttribute<? super J,
?> AbstractManagedType.findAttribute
(String name) SqmPersistentAttribute<? super J,
?> EntityTypeImpl.findAttribute
(String name) SqmPersistentAttribute<? super J,
?> MappedSuperclassTypeImpl.findAttribute
(String name) final SqmPersistentAttribute<? super J,
?> AbstractManagedType.findAttributeInSuperTypes
(String name) SqmPersistentAttribute<? super J,
?> AbstractManagedType.findConcreteGenericAttribute
(String name) AbstractManagedType.findDeclaredAttribute
(String name) AbstractManagedType.findDeclaredConcreteGenericAttribute
(String name) AbstractManagedType.findSubTypesAttribute
(String name) SqmPersistentAttribute<? super J,
?> AbstractManagedType.getAttribute
(String name) -
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) -
Uses of SqmPersistentAttribute in org.hibernate.query.sqm.tuple.internal
Classes in org.hibernate.query.sqm.tuple.internal that implement SqmPersistentAttributeModifier and TypeClassDescriptionclass
class