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

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

Introduction

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

Usage

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

/**
 * Represents a bound type, usually an entity that appears in the from clause, but may also be an embeddable belonging to an entity in the
 * from clause.
 * <p>
 * Serves as a factory for Joins of associations, embeddables, and collections belonging to the type, and for Paths of attributes belonging
 * to the type.