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

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

Introduction

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

Usage

From source file org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl.java

/**
 * Type of criteria query parameter expressions.
 * 
 * @param <T>
 *            the type of the parameter expression
 * @author hceylan