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

com.kuangkie.carbon.record.BothRelationCriterionFactory Maven / Gradle / Ivy

package com.kuangkie.carbon.record;

import java.util.Collection;

import com.kuangkie.carbon.record.criteria.BothRelationCriterion;
import com.kuangkie.carbon.record.criteria.ProConJunctionFactory;

public interface BothRelationCriterionFactory {

	BothRelationCriterionFactory setInHostCodes(Collection inHostCodes);

	BothRelationCriterionFactory setInGuestCodes(Collection inGuestCodes);

	ProConJunctionFactory getGuestJunctionFactory();

	ProConJunctionFactory getHostJunctionFactory();

	BothRelationCriterion getRelationCriterion();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy