| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.db.orm.sqlgen.chunks.SqlChunk
jodd.db.orm.sqlgen.chunks.ReferenceChunk
public class ReferenceChunk
Resolves column references. Column reference is given in format tableRef.propertyName.
 If propertyName is omitted, id column will be assumed.
| Field Summary | 
|---|
| Fields inherited from class jodd.db.orm.sqlgen.chunks.SqlChunk | 
|---|
COLS_ALL, COLS_NA, COLS_ONLY_EXISTING, COLS_ONLY_IDS, isColumnChunk, isJoinOnChunk, isTableChunk, nextChunk, previousChunk, query, sqlBuilder | 
| Constructor Summary | |
|---|---|
ReferenceChunk(java.lang.String reference)
 | 
|
| Method Summary | |
|---|---|
 void | 
process()
Process the chunk and prepares the output.  | 
| Methods inherited from class jodd.db.orm.sqlgen.chunks.SqlChunk | 
|---|
defineParameter, getNextChunk, getPreviousChunk, init, insertChunkAfter, isColumnChunk, isJoinOnChunk, isTableChunk, lookupName, lookupTableRef, lookupType, render, resolveTableRef | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ReferenceChunk(java.lang.String reference)
| Method Detail | 
|---|
public void process()
SqlChunk
process in class SqlChunk
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||