- Oracle JDeveloper 11gR2 Cookbook
- Nick Haralabidis
- 190字
- 2021-08-20 15:53:03
Introduction
Entity objects are the basic building blocks in the chain of business components. They represent a single row of data and they encapsulate the business model, data, rules, and persistence behavior. Usually, they map to database objects, most commonly to database tables, and views. Entity object definitions are stored in XML metadata files. These files are maintained automatically by JDeveloper and the ADF framework, and they should not be edited by hand. The default entity object implementation is provided by the ADF framework class oracle.jbo.server.EnityImpl
. For large-scale projects you should create your own custom entity framework class, as demonstrated in the Setting up BC base classes recipe in Chapter 1, Pre-requisites to Success: ADF Project Setup and Foundations.
Likewise, it is not uncommon in large-scale projects to provide custom implementations for the entity object methods doDML()
, create()
, and remove()
. The recipes in this chapter demonstrate, among other things, some of the custom functionality that can be implemented in these methods. Furthermore, other topics such as generic programming using custom properties and property sets, custom validators, entity associations, populating sequence attributes, and more, are covered throughout the chapter.
- LabVIEW入門與實戰(zhàn)開發(fā)100例
- Developing Mobile Web ArcGIS Applications
- Python程序設(shè)計(第3版)
- Mastering Entity Framework
- 程序員數(shù)學(xué):用Python學(xué)透線性代數(shù)和微積分
- 看透JavaScript:原理、方法與實踐
- 區(qū)塊鏈:以太坊DApp開發(fā)實戰(zhàn)
- Oracle Database 12c Security Cookbook
- C語言實驗指導(dǎo)及習(xí)題解析
- 程序員修煉之道:通向務(wù)實的最高境界(第2版)
- PHP+MySQL+Dreamweaver動態(tài)網(wǎng)站開發(fā)從入門到精通(第3版)
- Practical Predictive Analytics
- Visual Basic語言程序設(shè)計基礎(chǔ)(第3版)
- Mastering ASP.NET Core 2.0
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)