|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.sqldialect.filter.PropertyNameMapping
public class PropertyNameMapping
A ValueReference
that's mapped to database column(s).
AbstractWhereBuilder
Constructor Summary | |
---|---|
PropertyNameMapping(ParticleConverter<?> converter,
List<Join> joins,
String column,
String tableAlias)
Creates a new PropertyNameMapping instance. |
Method Summary | |
---|---|
String |
getColumn()
|
ParticleConverter<?> |
getConverter()
Returns the converter for transforming corresponding argument values to SQL argument values. |
List<Join> |
getJoins()
Returns the joins that are required to connect the root table to the tables where the targeted SQL particles are stored. |
String |
getTableAlias()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyNameMapping(ParticleConverter<?> converter, List<Join> joins, String column, String tableAlias)
PropertyNameMapping
instance.
converter
- converter, must not be null
joins
- joins that are required to connect the root table to the tables where the targeted SQL particles are,
can also be emtpy or null
column
- may be nulltableAlias
- may be nullMethod Detail |
---|
public List<Join> getJoins()
null
public ParticleConverter<?> getConverter()
null
public String getColumn()
public String getTableAlias()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |