-
- 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
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 18/08/2025
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-javaee-rf-javax/persistence/criteria/fetchparent.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor dieser Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.