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

io.xream.x7.repository.QueryForCache Maven / Gradle / Ivy

There is a newer version: 2.3.13.RELEASE
Show newest version
package io.xream.x7.repository;

import io.xream.x7.common.bean.condition.InCondition;

import java.util.List;

public interface QueryForCache {
     List in(InCondition inCondition);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy