|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CRUDQuery
| Method Summary | |
|---|---|
String |
getBaseFromClause()
Return the name of the table (with the schema name if exists) |
String |
getBaseSelectClause()
Return the ordered names of the columns used as alias for the table with the complete table name (with the schema name if exists). |
String |
getBaseSelectClause(String rowNamePrefix)
It works like getBaseSelectClause() but instead of using the complete table name as alias it uses a custom prefix to prepend to the column names |
String |
getBeanVersionQuery()
If the bean has a version field, it will return the query to retrieve the updated version of the record |
String |
getDeleteQuery()
The pregenerated query to delete an entity |
String |
getExistQuery()
The pregenerated count query to check if an entity exists |
String |
getLoadQuery()
The pregenerated query to load an entity |
String |
getSaveQuery()
The pregenerated query to save an entity |
String |
getSaveQueryWithoutGenerators()
The pregenerated query to save an entity ignoring the generators if needed |
String |
getUpdateQuery()
The pregenerated query to update an entity |
| Method Detail |
|---|
String getLoadQuery()
String getSaveQuery()
String getSaveQueryWithoutGenerators()
String getDeleteQuery()
String getUpdateQuery()
String getExistQuery()
String getBaseSelectClause()
String getBaseSelectClause(String rowNamePrefix)
rowNamePrefix -
String getBaseFromClause()
String getBeanVersionQuery()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||