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

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