Uses of Interface
jakarta.persistence.metamodel.SetAttribute
Package
Description
Jakarta Persistence Criteria API
Jakarta Persistence Metamodel API
-
Uses of SetAttribute in jakarta.persistence.criteria
Modifier and TypeMethodDescriptionSetAttribute
<? super Z, E> SetJoin.getModel()
Return the metamodel representation for the set attribute.Modifier and TypeMethodDescriptionFrom.join
(SetAttribute<? super X, Y> set) Create an inner join to the specifiedSet
-valued attribute.From.join
(SetAttribute<? super X, Y> set, JoinType jt) Create a join to the specifiedSet
-valued attribute using the given join type. -
Uses of SetAttribute in jakarta.persistence.metamodel
Modifier 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.