|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.acmsl.queryj.QueryFactory
Has the responsiblity of knowing how to create queries.
| Constructor Summary | |
protected |
QueryFactory()
Protected constructor to avoid accidental instantiation. |
| Method Summary | |
SelectQuery |
createSelectQuery()
Creates a select query. |
static QueryFactory |
getInstance()
Retrieves a QueryFactory instance. |
protected static java.lang.ref.WeakReference |
getReference()
Retrieves the weak reference. |
protected static void |
setReference(QueryFactory factory)
Specifies a new weak reference. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected QueryFactory()
| Method Detail |
protected static void setReference(QueryFactory factory)
factory - the factory instance to use.protected static java.lang.ref.WeakReference getReference()
public static QueryFactory getInstance()
public SelectQuery createSelectQuery()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||