public class QLinSupport
extends java.lang.Object
QLin queries.| Constructor and Description |
|---|
QLinSupport() |
| Modifier and Type | Method and Description |
|---|---|
static QLinOrderByDirection |
ascending()
parameter for
QLin.orderBy(Object, QLinOrderByDirection) |
static Iterator4<java.lang.String> |
backingFieldPath(java.lang.Object expression)
public for implementors, do not use directly
|
static void |
context(java.lang.Class clazz)
sets the context for the next query on this thread.
|
static void |
context(ReflectClass claxx)
sets the context for the next query on this thread.
|
static QLinOrderByDirection |
descending()
parameter for
QLin.orderBy(Object, QLinOrderByDirection) |
static ReflectField |
field(java.lang.Object expression)
converts an expression to a single field.
|
static <T> T |
p(java.lang.Class<T> clazz)
shortcut for the
prototype(Class) method. |
static <T> T |
prototype(java.lang.Class<T> clazz)
returns a prototype object for a specific class
to be passed to the where expression of a QLin
query.
|
public static <T> T prototype(java.lang.Class<T> clazz)
QLin.where(Object)public static void context(ReflectClass claxx)
public static void context(java.lang.Class clazz)
public static <T> T p(java.lang.Class<T> clazz)
prototype(Class) method.public static QLinOrderByDirection ascending()
QLin.orderBy(Object, QLinOrderByDirection)public static QLinOrderByDirection descending()
QLin.orderBy(Object, QLinOrderByDirection)public static Iterator4<java.lang.String> backingFieldPath(java.lang.Object expression)
public static ReflectField field(java.lang.Object expression)