|
JPA 2.0 API 1.0.1.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListAttribute | |
---|---|
javax.persistence.criteria | |
javax.persistence.metamodel |
Uses of ListAttribute in javax.persistence.criteria |
---|
Methods in javax.persistence.criteria that return ListAttribute | |
---|---|
ListAttribute<? super Z,E> |
ListJoin.getModel()
Return the metamodel representation for the list attribute. |
Methods in javax.persistence.criteria with parameters of type ListAttribute | ||
---|---|---|
|
From.join(ListAttribute<? super X,Y> list)
Create an inner join to the specified List-valued attribute. |
|
|
From.join(ListAttribute<? super X,Y> list,
JoinType jt)
Create a join to the specified List-valued attribute using the given join type. |
Uses of ListAttribute in javax.persistence.metamodel |
---|
Methods in javax.persistence.metamodel that return ListAttribute | ||
---|---|---|
ListAttribute<X,?> |
ManagedType.getDeclaredList(String name)
Return the List-valued attribute declared by the managed type that corresponds to the specified name. |
|
|
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,?> |
ManagedType.getList(String name)
Return the List-valued attribute of the managed type that corresponds to the specified name. |
|
|
ManagedType.getList(String name,
Class<E> elementType)
Return the List-valued attribute of the managed type that corresponds to the specified name and Java element type. |
|
JPA 2.0 API 1.0.1.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |