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

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

Introduction

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

The text is from its open source code.

Implementation

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

Constructor

fetch(SingularAttribute attribute)
Create a fetch join to the specified single-valued attribute using an inner join.
fetch(SingularAttribute attribute, JoinType jt)
Create a fetch join to the specified single-valued attribute using the given join type.

Method

AttributegetAttribute()
Return the metamodel attribute corresponding to the fetch join.
java.util.Set>getFetches()
Return the fetch joins that have been made from this type.