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

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

Introduction

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

Usage

From source file org.batoo.jpa.core.impl.criteria.RootImpl.java

/**
 * A root type in the from clause. Query roots always reference entities.
 * 
 * @param <X>
 *            the entity type referenced by the root
 * @author hceylan