Uses of Interface
jakarta.persistence.metamodel.ListAttribute
Package
Description
Jakarta Persistence Criteria API
Jakarta Persistence Metamodel API
-
Uses of ListAttribute in jakarta.persistence.criteria
Modifier and TypeMethodDescriptionListAttribute
<? super Z, E> ListJoin.getModel()
Return the metamodel representation for the list attribute.Modifier and TypeMethodDescriptionFrom.join
(ListAttribute<? super X, Y> list) Create an inner join to the specifiedList
-valued attribute.From.join
(ListAttribute<? super X, Y> list, JoinType jt) Create a join to the specifiedList
-valued attribute using the given join type. -
Uses of ListAttribute in jakarta.persistence.metamodel
Modifier and TypeMethodDescriptionListAttribute
<X, ?> ManagedType.getDeclaredList
(String name) Return the List-valued attribute declared by the managed type that corresponds to the specified name.<E> ListAttribute
<X, E> ManagedType.getDeclaredList
(String name, Class<E> elementType) Return the List-valued attribute declared by the managed type that corresponds to the specified name and Java element type.ListAttribute
<? super X, ?> Return the List-valued attribute of the managed type that corresponds to the specified name.<E> ListAttribute
<? super X, E> Return the List-valued attribute of the managed type that corresponds to the specified name and Java element type.