0

i understand that persistence layer is where you store your data, and that not all data is persisted in the same manner -- some use databases, some use XML, some use a remote service.

What then is (as a verb) Database Persistence? I'm studying Liferay Service Builder and came across a definition that "it automates creation of interfaces and classes for database persistence"

In other words, What is database persistence in the context above in simple plain English!

4

1 回答 1

1

Lifera 服务构建器生成的类仅可用于对数据库实体执行 CRUD 操作。所以它被称为数据库持久性。

于 2014-04-20T14:16:04.840 回答