-
- Type Parameters:
Z
- the source typeX
- the target type
- All Known Subinterfaces:
- CollectionJoin<Z,E>, Fetch<Z,X>, From<Z,X>, Join<Z,X>, ListJoin<Z,E>, MapJoin<Z,K,V>, PluralJoin<Z,C,E>, Root<X>, SetJoin<Z,E>
public interface FetchParent<Z,X>
Represents an element of the from clause which may function as the parent of Fetches.- Since:
- Java Persistence 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description <Y> Fetch<X,Y>
fetch(PluralAttribute<? super X,?,Y> attribute)
Create a fetch join to the specified collection-valued attribute using an inner join.<Y> Fetch<X,Y>
fetch(PluralAttribute<? super X,?,Y> attribute, JoinType jt)
Create a fetch join to the specified collection-valued attribute using the given join type.<Y> Fetch<X,Y>
fetch(SingularAttribute<? super X,Y> attribute)
Create a fetch join to the specified single-valued attribute using an inner join.<Y> Fetch<X,Y>
fetch(SingularAttribute<? super X,Y> attribute, JoinType jt)
Create a fetch join to the specified single-valued attribute using the given join type.<X,Y> Fetch<X,Y>
fetch(String attributeName)
Create a fetch join to the specified attribute using an inner join.<X,Y> Fetch<X,Y>
fetch(String attributeName, JoinType jt)
Create a fetch join to the specified attribute using the given join type.Set<Fetch<X,?>>
getFetches()
Return the fetch joins that have been made from this type.
-
-
-
Method Detail
-
getFetches
Set<Fetch<X,?>> getFetches()
Return the fetch joins that have been made from this type. Returns empty set if no fetch joins have been made from this type. Modifications to the set do not affect the query.- Returns:
- fetch joins made from this type
-
fetch
<Y> Fetch<X,Y> fetch(SingularAttribute<? super X,Y> attribute)
Create a fetch join to the specified single-valued attribute using an inner join.- Parameters:
attribute
- target of the join- Returns:
- the resulting fetch join
-
fetch
<Y> Fetch<X,Y> fetch(SingularAttribute<? super X,Y> attribute, JoinType jt)
Create a fetch join to the specified single-valued attribute using the given join type.- Parameters:
attribute
- target of the joinjt
- join type- Returns:
- the resulting fetch join
-
fetch
<Y> Fetch<X,Y> fetch(PluralAttribute<? super X,?,Y> attribute)
Create a fetch join to the specified collection-valued attribute using an inner join.- Parameters:
attribute
- target of the join- Returns:
- the resulting join
-
fetch
<Y> Fetch<X,Y> fetch(PluralAttribute<? super X,?,Y> attribute, JoinType jt)
Create a fetch join to the specified collection-valued attribute using the given join type.- Parameters:
attribute
- target of the joinjt
- join type- Returns:
- the resulting join
-
fetch
<X,Y> Fetch<X,Y> fetch(String attributeName)
Create a fetch join to the specified attribute using an inner join.- Parameters:
attributeName
- name of the attribute for the target of the join- Returns:
- the resulting fetch join
- Throws:
IllegalArgumentException
- if attribute of the given name does not exist
-
fetch
<X,Y> Fetch<X,Y> fetch(String attributeName, JoinType jt)
Create a fetch join to the specified attribute using the given join type.- Parameters:
attributeName
- name of the attribute for the target of the joinjt
- join type- Returns:
- the resulting fetch join
- Throws:
IllegalArgumentException
- if attribute of the given name does not exist
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/persistence/criteria/fetchparent.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.