Databases Reference
In-Depth Information
Operation
Explanation
remove()
This method is used to remove the current view
object.
setMaxFetchSize()
This method is used to set the maximum fetch
size for a view object programmatically.
executeQuery()
This method is used to execute the view object's
query.
Application module API
Applicaion module APIs are meant for transacion management. Someimes, we can uilize
and expose the methods writen in the applicaion module to the view layer. Following are
classes of the applicaion module API:
Applicaion module : This class will have all the operaions related to maintaining
and coniguring an applicaion module. The transacion management-related
funcionaliies are built within this class.
Applicaion module deiniion : This class is used to store metadata informaion
related to the applicaion module. We would not generate this class in real ime
as it is never used.
Some of the methods that are common in the applicaion module are as follows:
Operation
Explanation
createViewObject()
This method is used to create a view object for an
application module.
findViewObject(String)
This method will find the view object added to an
application module. The String parameter will
represent the view object's name.
getTransaction()
This method is used to get the current transaction object.
Search WWH ::




Custom Search