-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Oracle ADF Real World Developer's Guide
By :

We have discussed the common data types used by business components in Chapter 3, Entity Objects, under the section Attribute types. Apart from the out of the box data types, ADF allows you to define custom data types to handle custom object types used in the database or to extend the functionalities provided by existing data types. In this section, we will discuss ADF support for building custom data types, and then we will discuss some special data types such as the Binary Large Object (BLOB) and the Character Large Object (CLOB) which may require a special mention on their usage.
ADF allows you to customize the data types used for attributes in a business component by defining custom domain types. You can either extend the existing data types such as String
, Integer
, and Date
, or build new domain types to represent a custom data structure such as Oracle Object type used in the database.
Oracle object types are...
Change the font size
Change margin width
Change background colour