- All Superinterfaces:
RawSql
- All Known Implementing Classes:
DRawSql
Internal service API for Raw Sql.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classDefines the column mapping for raw sql DB columns to bean properties.static final classA key for the RawSql object using for the query plan.static final classRepresents the sql part of the query. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSpecial property name assigned to a DB column that should be ignored. -
Method Summary
-
Field Details
-
IGNORE_COLUMN
Special property name assigned to a DB column that should be ignored.- See Also:
-
-
Method Details
-
getSql
SpiRawSql.Sql getSql() -
getKey
SpiRawSql.Key getKey() -
getResultSet
ResultSet getResultSet() -
getColumnMapping
SpiRawSql.ColumnMapping getColumnMapping() -
mapToColumn
-