Class SimpleElement
java.lang.Object
com.valqueries.automapper.elements.SimpleElement
- Direct Known Subclasses:
- SimpleEscapedElement
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final SqlDialectprotected final Stringprotected final BinaryOperatorprotected final Property.PropertyValue<?>protected final String
- 
Constructor SummaryConstructorsConstructorDescriptionSimpleElement(String tableAlias, Property.PropertyValue<?> propertyValue, BinaryOperator operator, int fieldNum, SqlDialect dialect) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.valqueries.automapper.elements.ElementfromString
- 
Field Details- 
tableAlias
- 
propertyValue
- 
operator
- 
dialect
- 
field
 
- 
- 
Constructor Details- 
SimpleElementpublic SimpleElement(String tableAlias, Property.PropertyValue<?> propertyValue, BinaryOperator operator, int fieldNum, SqlDialect dialect) 
 
- 
- 
Method Details- 
queryString- Specified by:
- queryStringin interface- Element
 
- 
set
 
-