Po VO in Java DAO BO POJO

Source: Internet
Author: User

One, Po:persistant object persistent objects, can be seen as a Ava object mapped to a table in the database.

The simplest PO is a record in a table in the corresponding database, and multiple records can be used in the PO's collection PO should not contain any operations on the database.

Two, Vo:value object value objects. Typically used for data transfer between business tiers, as is the case with PO, which contains only data. But it should be abstracted out of business objects that can correspond to tables or not, depending on the needs of the business

Third, Dao:data Access object, which is used to access the database. Usually used in conjunction with PO, DAO contains various methods of operation of the database. The database is made by its method combined with PO.

Iv. bo:business Object Business object encapsulates Java objects for business logic business operations by invoking the DAO method in conjunction with PO,VO

V, Pojo:plain Ordinary Java object Simple, non-regular Java objects

This article turns from http://blog.csdn.net/u011659172/article/details/17011199

Po VO in Java DAO BO POJO

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.