Uses of Interface
org.hibernate.metamodel.model.domain.SingularPersistentAttribute
Packages that use SingularPersistentAttribute
Package
Description
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Nodes representing path expressions in the SQM tree.
-
Uses of SingularPersistentAttribute in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return SingularPersistentAttributeModifier and TypeMethodDescriptionManagedDomainType.findDeclaredSingularAttribute
(String name) SingularPersistentAttribute
<? super J, ?> IdentifiableDomainType.findIdAttribute()
SingularPersistentAttribute
<? super J, ?> ManagedDomainType.findSingularAttribute
(String name) SingularPersistentAttribute
<? super J, ?> IdentifiableDomainType.findVersionAttribute()
<Y> SingularPersistentAttribute
<J, Y> IdentifiableDomainType.getDeclaredId
(Class<Y> type) <Y> SingularPersistentAttribute
<J, Y> IdentifiableDomainType.getDeclaredVersion
(Class<Y> type) <Y> SingularPersistentAttribute
<? super J, Y> <Y> SingularPersistentAttribute
<? super J, Y> IdentifiableDomainType.getVersion
(Class<Y> type) Method parameters in org.hibernate.metamodel.model.domain with type arguments of type SingularPersistentAttributeModifier and TypeMethodDescriptionvoid
IdentifiableDomainType.visitIdClassAttributes
(Consumer<SingularPersistentAttribute<? super J, ?>> action) -
Uses of SingularPersistentAttribute in org.hibernate.query.sqm.tree.domain
Subinterfaces of SingularPersistentAttribute in org.hibernate.query.sqm.tree.domainMethods in org.hibernate.query.sqm.tree.domain that return SingularPersistentAttributeModifier and TypeMethodDescriptionSingularPersistentAttribute
<? super T, ?> SqmPolymorphicRootDescriptor.findIdAttribute()
SingularPersistentAttribute
<? super T, ?> SqmPolymorphicRootDescriptor.findVersionAttribute()
<Y> SingularPersistentAttribute
<T, Y> SqmPolymorphicRootDescriptor.getDeclaredId
(Class<Y> type) <Y> SingularPersistentAttribute
<T, Y> SqmPolymorphicRootDescriptor.getDeclaredVersion
(Class<Y> type) <Y> SingularPersistentAttribute
<? super T, Y> <Y> SingularPersistentAttribute
<? super T, Y> SqmPolymorphicRootDescriptor.getVersion
(Class<Y> type) Methods in org.hibernate.query.sqm.tree.domain that return types with arguments of type SingularPersistentAttributeModifier and TypeMethodDescriptionList
<? extends SingularPersistentAttribute<? super T, ?>> SqmPolymorphicRootDescriptor.findNaturalIdAttributes()
Method parameters in org.hibernate.query.sqm.tree.domain with type arguments of type SingularPersistentAttributeModifier and TypeMethodDescriptionvoid
SqmPolymorphicRootDescriptor.visitIdClassAttributes
(Consumer<SingularPersistentAttribute<? super T, ?>> action)