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

com.jpattern.orm.query.clause.SqlClauseRoot Maven / Gradle / Ivy

There is a newer version: 3.5.1
Show newest version
package com.jpattern.orm.query.clause;

import com.jpattern.orm.query.IQueryRoot;

/**
 * Basic interface for all sql clauses (select, from, where...)
 * 
 * @author Francesco Cina'
 *
 * Mar 31, 2012
 */
public interface SqlClauseRoot {

	/**
	 * Return the current query object
	 * @return
	 */
	T query();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy