|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetAttribute | |
---|---|
javax.persistence.criteria | |
javax.persistence.metamodel |
Uses of SetAttribute in javax.persistence.criteria |
---|
Methods in javax.persistence.criteria that return SetAttribute | |
---|---|
SetAttribute<? super Z,E> |
SetJoin.getModel()
Return the metamodel representation for the set attribute. |
Methods in javax.persistence.criteria with parameters of type SetAttribute | ||
---|---|---|
|
From.join(SetAttribute<? super X,Y> set)
Create an inner join to the specified Set-valued attribute. |
|
|
From.join(SetAttribute<? super X,Y> set,
JoinType jt)
Create a join to the specified Set-valued attribute using the given join type. |
Uses of SetAttribute in javax.persistence.metamodel |
---|
Methods in javax.persistence.metamodel that return SetAttribute | ||
---|---|---|
SetAttribute<X,?> |
ManagedType.getDeclaredSet(String name)
Return the Set-valued attribute declared by the managed type that corresponds to the specified name. |
|
|
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,?> |
ManagedType.getSet(String name)
Return the Set-valued attribute of the managed type that corresponds to the specified name. |
|
|
ManagedType.getSet(String name,
Class<E> elementType)
Return the Set-valued attribute of the managed type that corresponds to the specified name and Java element type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |