Class SimpleEscapedElement
java.lang.Object
com.valqueries.automapper.elements.SimpleElement
com.valqueries.automapper.elements.SimpleEscapedElement
- 
Field SummaryFields inherited from class com.valqueries.automapper.elements.SimpleElementdialect, field, operator, propertyValue, tableAlias
- 
Constructor SummaryConstructorsConstructorDescriptionSimpleEscapedElement(String tableAlias, Property.PropertyValue<?> propertyValue, BinaryOperator operator, int fieldNum, SqlDialect dialect) 
- 
Method SummaryMethods inherited from class com.valqueries.automapper.elements.SimpleElementqueryStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.valqueries.automapper.elements.ElementfromString
- 
Constructor Details- 
SimpleEscapedElementpublic SimpleEscapedElement(String tableAlias, Property.PropertyValue<?> propertyValue, BinaryOperator operator, int fieldNum, SqlDialect dialect) 
 
- 
- 
Method Details- 
set- Specified by:
- setin interface- Setter
- Overrides:
- setin class- SimpleElement
 
 
-