| Package | Description |
|---|---|
| org.ujorm.orm |
The ORM support.
|
| Modifier and Type | Method and Description |
|---|---|
SqlParameters |
Query.getSqlParameters()
Get a SQL parameters of the Native view
|
SqlParameters |
SqlParameters.setParameters(Object... parameters)
SqlParametsrs
|
SqlParameters |
SqlParameters.setSqlStatement(String sqlStatement)
SQL Statement, the NULL value means an undefined statement
|
| Modifier and Type | Method and Description |
|---|---|
Query<UJO> |
Query.setSqlParameters(SqlParameters sqlParameters)
Set a SQL parameters of the Native View
|
Copyright 2013, Pavel Ponec