Java javax.persistence.criteria FetchParent fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence.criteria FetchParent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence.criteria FetchParent.

The text is from its open source code.

Implementation

javax.persistence.criteria.FetchParent has the following implementations.
Click this link to see all its implementation.

Method

Fetchfetch(SingularAttribute attribute, JoinType jt)
Create a fetch join to the specified single-valued attribute using the given join type.
Fetchfetch(PluralAttribute attribute, JoinType jt)
Create a fetch join to the specified collection-valued attribute using the given join type.
Fetchfetch(String attributeName, JoinType jt)
Create a fetch join to the specified attribute using the given join type.
java.util.Set>getFetches()
Return the fetch joins that have been made from this type.