AnyLogic
Expand
Font size

public class CachedSelectQuery
extends Object

Constructor Summary

ConstructorDescription
CachedSelectQuery(Connection connection, com.querydsl.sql.Configuration configuration, com.querydsl.core.types.Expression<?> table) 

Method Summary

Modifier and TypeMethodDescription
<RT> RTvalueOf(com.querydsl.core.types.Expression<RT> column) 
<T> CachedSelectQuerywhere(com.querydsl.core.types.dsl.SimpleExpression<T> column, T value) 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

CachedSelectQuery

public CachedSelectQuery(Connection connection,
 com.querydsl.sql.Configuration configuration,
 com.querydsl.core.types.Expression<?> table)

Method Details

where

public <T> CachedSelectQuery where(com.querydsl.core.types.dsl.SimpleExpression<T> column,
 T value)

valueOf

public <RT> RT valueOf(com.querydsl.core.types.Expression<RT> column)