Interface InternalQueryService


public interface InternalQueryService
  • Method Summary

    Modifier and Type
    Method
    Description
    <T, R> List<R>
    query(Object queryWhere, Class<T> queryType, Class<R> resultType)
     
  • Method Details