What Are the Different Types of Business Entities?
Business entities (BE) are dynamic conceptual objects related to key businesses, which are created, evolved, and (usually) archived during the operations of the enterprise. A business entity contains an information model of relevant data during the life of a business object, and it also contains a life cycle model, which describes how and when tasks are called and executed on these objects.
- Chinese name
- Business entity
- Foreign name
- Business Entity
- Entity contains
- Information model
- Business entity functions
- Programmatic access.
- Business entities (BE) are dynamic conceptual objects related to key businesses, which are created, evolved, and (usually) archived during the operations of the enterprise. A business entity contains an information model of relevant data during the life of a business object, and it also contains a life cycle model, which describes how and when tasks are called and executed on these objects.
- Business entities provide stateful programmatic access to business data and related functions (in some designs).
- Business entities can be built using data with complex architectures. This data usually comes from multiple related tables in the database.
- Business entity data can be passed as part of the I / O parameters of the business process.
- Business entities can be serializable to maintain their current state. For example, an application might need to store entity data in a local disk, a desktop database (if the application is working offline), or a message queue message.
- Business entities do not directly access the database. All database access is provided by the associated data access logic components.
- The business entity does not initiate any type of transaction. Transaction processing is initiated by an application or business process that uses business entities. There are many ways to represent business entities in an application (from a data-centric model to a more object-oriented representation):
- 1, XML;
- 2. General DataSet;
- 3. Typed DataSet;
- 4. Custom business entity components.