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

com.jpattern.orm.query.IOrderBy Maven / Gradle / Ivy

package com.jpattern.orm.query;

/**
 * 
 * @author Francesco Cina
 *
 * 18/giu/2011
 */
public interface IOrderBy extends IRenderableSqlObject, INameSolverConsumer {

	IOrderBy asc(String property);
	
	IOrderBy desc(String property);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy