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 TypeMethodDescription@Nullable SingularPersistentAttribute<J, ?> ManagedDomainType.findDeclaredSingularAttribute(String name) @Nullable SingularPersistentAttribute<? super J, ?> IdentifiableDomainType.findIdAttribute()@Nullable SingularPersistentAttribute<? super J, ?> ManagedDomainType.findSingularAttribute(String name) @Nullable 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 TypeMethodDescriptionvoidIdentifiableDomainType.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 TypeMethodDescription@Nullable SingularPersistentAttribute<? super T, ?> SqmPolymorphicRootDescriptor.findIdAttribute()@Nullable 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 TypeMethodDescription@Nullable List<? extends SingularPersistentAttribute<? super T, ?>> SqmPolymorphicRootDescriptor.findNaturalIdAttributes()Method parameters in org.hibernate.query.sqm.tree.domain with type arguments of type SingularPersistentAttributeModifier and TypeMethodDescriptionvoidSqmPolymorphicRootDescriptor.visitIdClassAttributes(Consumer<SingularPersistentAttribute<? super T, ?>> action)