Uses of Interface
jakarta.persistence.metamodel.SetAttribute
Packages that use SetAttribute
Package
Description
Jakarta Persistence Criteria API
Jakarta Persistence Metamodel API
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
-
Uses of SetAttribute in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return SetAttributeModifier and TypeMethodDescriptionSetAttribute<? super Z,E> SetJoin.getModel()Return the metamodel representation for the set attribute.Methods in jakarta.persistence.criteria with parameters of type SetAttributeModifier and TypeMethodDescriptionFrom.join(SetAttribute<? super X, Y> set) Create an inner join to the specified Set-valued attribute.From.join(SetAttribute<? super X, Y> set, JoinType jt) Create a join to the specified Set-valued attribute using the given join type. -
Uses of SetAttribute in jakarta.persistence.metamodel
Methods in jakarta.persistence.metamodel that return SetAttributeModifier and TypeMethodDescriptionSetAttribute<X,?> ManagedType.getDeclaredSet(String name) Return the Set-valued attribute declared by the managed type that corresponds to the specified name.<E> SetAttribute<X,E> ManagedType.getDeclaredSet(String name, Class<E> elementType) Return the Set-valued attribute declared by the managed type that corresponds to the specified name and Java element type.SetAttribute<? super X,?> Return the Set-valued attribute of the managed type that corresponds to the specified name.<E> SetAttribute<? super X,E> Return the Set-valued attribute of the managed type that corresponds to the specified name and Java element type. -
Uses of SetAttribute in org.hibernate.metamodel.model.domain
Subinterfaces of SetAttribute in org.hibernate.metamodel.model.domainModifier and TypeInterfaceDescriptioninterfaceHibernate extension to the JPASetAttributedescriptorMethods in org.hibernate.metamodel.model.domain that return SetAttributeModifier and TypeMethodDescription<E> SetAttribute<J,E> AbstractManagedType.getDeclaredSet(String name, Class<E> elementType) <E> SetAttribute<? super J,E> -
Uses of SetAttribute in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement SetAttribute -
Uses of SetAttribute in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria with parameters of type SetAttributeModifier and TypeMethodDescription<Y> JpaSetJoin<T,Y> JpaFrom.join(SetAttribute<? super T, Y> set) <Y> JpaSetJoin<T,Y> JpaFrom.join(SetAttribute<? super T, Y> set, JoinType jt) -
Uses of SetAttribute in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SetAttributeModifier and TypeMethodDescriptionSetAttribute<T,?> SqmPolymorphicRootDescriptor.getDeclaredSet(String name) <E> SetAttribute<T,E> SqmPolymorphicRootDescriptor.getDeclaredSet(String name, Class<E> elementType) SetAttribute<? super T,?> <E> SetAttribute<? super T,E> Methods in org.hibernate.query.sqm.tree.domain with parameters of type SetAttributeModifier and TypeMethodDescription<E> SqmSetJoin<T,E> AbstractSqmFrom.join(SetAttribute<? super T, E> attribute) <E> SqmSetJoin<T,E> AbstractSqmFrom.join(SetAttribute<? super T, E> attribute, JoinType jt) -
Uses of SetAttribute in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from with parameters of type SetAttributeModifier and TypeMethodDescription<E> SqmSetJoin<T,E> SqmFrom.join(SetAttribute<? super T, E> set) <E> SqmSetJoin<T,E> SqmFrom.join(SetAttribute<? super T, E> set, JoinType jt)