|
db4o 8.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.db4o.qlin.QLinSupport
public class QLinSupport
static import support class for QLin
queries.
Constructor Summary | |
---|---|
QLinSupport()
|
Method Summary | ||
---|---|---|
static com.db4o.qlin.QLinOrderByDirection |
ascending()
parameter for QLin.orderBy(Object, QLinOrderByDirection) |
|
static com.db4o.foundation.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 com.db4o.qlin.QLinOrderByDirection |
descending()
parameter for QLin.orderBy(Object, QLinOrderByDirection) |
|
static ReflectField |
field(java.lang.Object expression)
converts an expression to a single field. |
|
static
|
p(java.lang.Class<T> clazz)
shortcut for the prototype(Class) method. |
|
static
|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QLinSupport()
Method Detail |
---|
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 com.db4o.qlin.QLinOrderByDirection ascending()
QLin.orderBy(Object, QLinOrderByDirection)
public static com.db4o.qlin.QLinOrderByDirection descending()
QLin.orderBy(Object, QLinOrderByDirection)
public static com.db4o.foundation.Iterator4<java.lang.String> backingFieldPath(java.lang.Object expression)
public static ReflectField field(java.lang.Object expression)
|
db4o 8.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |