InterviewSolution
Saved Bookmarks
| 1. |
What Is Use Of Maxobject, Maxattribute, And Maxpresentation? |
|
Answer» MaxObject: In this table the actual definition of the MBO is stored. MaxAttribute: Describes all the attributes LIKE data type of the attribute, its LENGTH, is it persistent or not, does it have any validation class attached to it. MAXPRESENTATION: Actual presentation XML of any APPLICATION is stored. MaxObject: In this table the actual definition of the MBO is stored. MaxAttribute: Describes all the attributes like data type of the attribute, its length, is it persistent or not, does it have any validation class attached to it. MaxPresentation: Actual presentation XML of any application is stored. |
|