com.tri.persistence.jpql.ParameterObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jpql-querybuilder Show documentation
Show all versions of jpql-querybuilder Show documentation
Create dynamic JPQL queries with a fluent API without cluttering code with String concatenations
The newest version!
package com.tri.persistence.jpql;
import javax.persistence.Query;
/**
* {@code ParameterObject} objects are immutable if passed value is immutable.
*
* @see Parameter
*/
public class ParameterObject extends Parameter