
The Data Access Object (DAO) pattern is an essential design pattern in enterprise applications. In a DAO all data access to the underlying data source is encapsulated by providing a generic interface. Service components use the DAO in order to load and save data to the data source.A DAO interface usually provides common CRUD (Create, Read, Update, Delete) operations. The implementation of such
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment