DataBean Value ObjectTransfers remote, fine-grained data by sending a coarse-grained view of the data.(Value Object) J2EE blueprint pattern link The generated DataBeans are based on table schemes defined by the XML database file.. It contains all table columns that do not have 'hard coded' values. It contains an 'isModified:boolean' method to prevent redundant EJB db updates. DataBeans should be regenerated if the underlying table scheme changes.
UML diagram of generated DAO files![]() |