- java.lang.Object
-
- com.anylogic.engine.database.CachedSelectQuery
public class CachedSelectQuery
extends java.lang.Object
Constructors
CachedSelectQuery(java.sql.Connection connection,
com.querydsl.sql.Configuration configuration,
com.querydsl.core.types.Expression<?> table) |
|
Constructor |
Description |
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CachedSelectQuery(java.sql.Connection connection,
com.querydsl.sql.Configuration configuration,
com.querydsl.core.types.Expression<?> table)
public <T> CachedSelectQuery where(com.querydsl.core.types.dsl.SimpleExpression<T> column,
T value)
public <RT> RT valueOf(com.querydsl.core.types.Expression<RT> column)