|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOrmCRUDQuery
| Method Summary | |
|---|---|
boolean |
generatedKey()
Return whether in the save query there are automatically generated key (for example using a call to a Sequence in the insert query) |
String |
getBaseFromClause()
Return the name of the table (with the schema name if exists) |
String |
getBaseSelectClause()
Return the ordered names of the columns using as alias for the table the complete table name (with the schema name if exists). |
String |
getBaseSelectClause(String rowNamePrefix)
It wokrs like getBaseSelectClause() but instead of using the complete table name as alias it uses a custom prefix to prepend to the column names |
String |
getDeleteQuery()
The pregenerated query to delete an entity |
String |
getLoadQuery()
The pregenerated query to load an entity |
String |
getSaveQuery()
The pregenerated query to save an entity |
String |
getUpdateQuery()
The pregenerated query to update an entity |
| Method Detail |
|---|
String getLoadQuery()
String getSaveQuery()
String getDeleteQuery()
String getUpdateQuery()
String getBaseSelectClause()
String getBaseSelectClause(String rowNamePrefix)
rowNamePrefix -
String getBaseFromClause()
boolean generatedKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||