All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tri.persistence.jpql.Order Maven / Gradle / Ivy

Go to download

Create dynamic JPQL queries with a fluent API without cluttering code with String concatenations

The newest version!
package com.tri.persistence.jpql;

/**
 * {@literal SQL} Where Clause {@code ORDER BY} parameter.
 */
public enum Order {
	/** ascending order */
	ASC,

	/** descending order */
	DESC;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy