Example usage for javax.persistence.criteria Fetch interface-usage

List of usage examples for javax.persistence.criteria Fetch interface-usage

Introduction

In this page you can find the example usage for javax.persistence.criteria Fetch interface-usage.

Usage

From source file org.batoo.jpa.core.impl.criteria.join.FetchImpl.java

/**
 * Implementation of {@link Fetch}.
 * 
 * @param <Z>
 *            the source type of the fetch
 * @param <X>