List of usage examples for javax.persistence Parameter interface-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.
*