|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.castor.cpa.persistence.sql.query.QueryObject
org.castor.cpa.persistence.sql.query.Qualifier
public abstract class Qualifier
Abstract base class for all qualifiers.
| Constructor Summary | |
|---|---|
protected |
Qualifier(String name)
Construct a qualifier with given name. |
| Method Summary | |
|---|---|
Column |
column(String name)
Builder method to create a column with given name belonging to this qualifier. |
String |
name()
Returns name of the qualifier. |
void |
toString(QueryContext ctx)
Append a string representation of the object to the given QueryContext. |
| Methods inherited from class org.castor.cpa.persistence.sql.query.QueryObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Qualifier(String name)
name - Name of the qualifier.| Method Detail |
|---|
public final String name()
public final Column column(String name)
name - Name of the column.
public final void toString(QueryContext ctx)
QueryObject
toString in class QueryObjectctx - QueryContext to append the string representation of the object to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||