Example usage for javax.persistence Parameter interface-usage

List of usage examples for javax.persistence Parameter interface-usage

Introduction

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

Usage

From source file org.easycassandra.persistence.VariableConditions.java

/**
 * This class is for represent parameter in CQL
 *
 * @author otavio
 *
 */

From source file org.batoo.jpa.core.impl.nativeQuery.NativeParameter.java

/**
 * Parameter implementation for native queries.
 * 
 * @param <T>
 *            the type of the parameter.
 *