com.github.alittlehuang.data.query.specification.FetchAttribute Maven / Gradle / Ivy
package com.github.alittlehuang.data.query.specification;
import javax.persistence.criteria.JoinType;
/**
* @author ALittleHuang
*/
public interface FetchAttribute extends AttributePath {
JoinType getJoinType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy