Studio Press

Just another Blogger Blog

ad

[Java] Generic Data Access Objects with Java Generics

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

0 comments:

Post a Comment

ad