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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

Rootfrom(Class entityClass)
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
Rootfrom(EntityType entity)
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.