Java 类org.hibernate.loader.custom.Return 实例源码
项目:hibernate-ogm-ignite
文件:IgniteDialect.java
public IgniteProjectionResultCursor(Iterable<List<?>> resultCursor, List<Return> queryReturns, RowSelection rowSelection) {
super( resultCursor, rowSelection );
this.queryReturns = queryReturns;
}