Package | Description |
---|---|
javax.persistence.criteria | |
javax.persistence.metamodel |
Modifier and Type | Method and Description |
---|---|
ListAttribute<? super Z,E> |
ListJoin.getModel() |
Modifier and Type | Method and Description |
---|---|
<Y> ListJoin<X,Y> |
From.join(ListAttribute<? super X,Y> list) |
<Y> ListJoin<X,Y> |
From.join(ListAttribute<? super X,Y> list,
JoinType jt) |
Modifier and Type | Method and Description |
---|---|
ListAttribute<X,?> |
ManagedType.getDeclaredList(String name) |
<E> ListAttribute<X,E> |
ManagedType.getDeclaredList(String name,
Class<E> elementType) |
ListAttribute<? super X,?> |
ManagedType.getList(String name) |
<E> ListAttribute<? super X,E> |
ManagedType.getList(String name,
Class<E> elementType) |
Copyright © 2018. All rights reserved.