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

com.jpattern.orm.query.join.IJoinElement Maven / Gradle / Ivy

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

import com.jpattern.orm.query.INameSolverConsumer;
import com.jpattern.orm.query.IRenderableSqlObject;

/**
 * 
 * @author Francesco Cina
 *
 * 27/giu/2011
 */
public interface IJoinElement extends INameSolverConsumer, IRenderableSqlObject {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy