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

org.sfm.jdbc.querydsl.QueryDslMapperBuilder Maven / Gradle / Ivy

package org.sfm.jdbc.querydsl;

import org.sfm.jdbc.MapperBuilder;
import org.sfm.map.Mapper;

import com.mysema.query.Tuple;
import com.mysema.query.types.Expression;

public interface QueryDslMapperBuilder extends MapperBuilder, Mapper,  QueryDslMapperBuilder> {
	public  QueryDslMapperBuilder addMapping(Expression expression, int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy