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

com.jpattern.orm.query.find.CustomFindOrderBy Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
package com.jpattern.orm.query.find;

import com.jpattern.orm.exception.OrmException;
import com.jpattern.orm.query.clause.OrderBy;

/**
 * 
 * @author ufo
 *
 */
public interface CustomFindOrderBy extends OrderBy, CustomFindQueryCommon {

	CustomFindQuery query();

	/**
	 * Set the where clause.
	 * @return
	 */
	CustomFindWhere where() throws OrmException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy