|
||||||||||
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()
|
Methods in javax.persistence.criteria with parameters of type ListAttribute | ||
---|---|---|
|
From.join(ListAttribute<? super X,Y> list)
|
|
|
From.join(ListAttribute<? super X,Y> list,
JoinType joinType)
|
Uses of ListAttribute in javax.persistence.metamodel |
---|
Methods in javax.persistence.metamodel that return ListAttribute | ||
---|---|---|
ListAttribute<X,?> |
ManagedType.getDeclaredList(java.lang.String name)
|
|
|
ManagedType.getDeclaredList(java.lang.String name,
java.lang.Class<E> elementType)
|
|
ListAttribute<? super X,?> |
ManagedType.getList(java.lang.String name)
|
|
|
ManagedType.getList(java.lang.String name,
java.lang.Class<E> elementType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |