当前位置:网站首页>什么是数据持久化?
什么是数据持久化?
2022-06-25 03:58:00 【生活甜甜好运连连】
1.什么是持久化?
狭义的理解:“持久化”仅仅指把域对象永久保存到数据库中;
广义的理解,“持久化”包括和数据库相关的各种操作。
● 保存:把域对象永久保存到数据库。
● 更新:更新数据库中域对象的状态。
● 删除:从数据库中删除一个域对象。
● 加载:根据特定的OID,把一个域对象从数据库加载到内存。
● 查询:根据特定的查询条件,把符合查询条件的一个或多个域对象从数据库加载内在存中。
2.为什么要持久化?
持久化技术封装了数据访问细节,为大部分业务逻辑提供面向对象的API。
● 通过持久化技术可以减少访问数据库数据次数,增加应用程序执行速度;
● 代码重用性高,能够完成大部分数据库操作;
● 松散耦合,使持久化不依赖于底层数据库和上层业务逻辑实现,更换数据库时只需修改配置文件而不用修改代码。
边栏推荐
- 5 key indicators of SEO: ranking + traffic + session + length of stay + bounce rate
- Basic use of OBS browser+ browser
- Although the Internet in the traditional sense has long ceased to exist, this does not mean that the Internet has long disappeared
- CMD operation MySQL in Windows
- Laravel document sorting 7. View
- Mysql的order by
- Shutter fittedbox component
- Laravel document sorting 11. System architecture
- 论文阅读《LSD-SLAM: Large-Scale Direct Monocular SLAM》
- 智慧风电:数字孪生 3D 风机智能设备运维
猜你喜欢
WMS仓储管理系统的使用价值,你知道多少
LeetCode 剑指Offer II 091 粉刷房子[动态规划] HERODING的LeetCode之路
Nodejs 通过Heidisql连接mysql出现ER_BAD_DB_ERROR: Unknown database 'my_db_books'
acmStreamOpen返回值问题
PHP code audit 1 - php Ini
Hot and cold, sweet and sour, want to achieve success? Dengkang oral, the parent company of lengsuanling, intends to be listed on the main board of Shenzhen Stock Exchange
Color NFT series representing diversity launched on the sandbox market platform
2. play the chromatic harmonica
NFT insider 63: the sandbox reached a cooperation with Time magazine, and YGG established Spain's subdao
OBS Browser+浏览器的基本使用
随机推荐
How many images can opencv open?
长沙“求才”:“下力气”与“出实招”并进,“快发展”和“慢生活”兼得
Smart contract learning materials
Is opencv open source?
Numpy NP tips: squeeze and other processing of numpy arrays
Shutter fittedbox component
【LeetCode】143. 重排链表
sql_ mode=only_ full_ group_ By's pit
Development of trading system (VII) -- Analysis of trading delay
Flutter Builder & FutureBuilder组件
Acmstreamopen return value problem
Can Navicat directly operate the Android database SQLite
《Missing Parts》NFT 作品集第 5 系列上线 The Sandbox 市场平台
La gamme NFT Color, qui représente la diversité, est en ligne sur la plate - forme du marché Sandbox
Development of trading system (XIII) -- Analysis of quickfix source code
讲座记录《惯性导航的新应用——惯性测量》
数字时代的“文艺复兴”?起底数字藏品,让人欢喜让人愁
Failed to install redis interface
讲座记录《多种空间大地测量技术的数据处理方法和应用》
Laravel document sorting 1. Installation and Preliminary Configuration