Java Persistence for Relational Databases

Welcome to Java Persistence for Relational Databases. This book is wholly concerned with the problem and solution of storing Java objects in relational databases. There are many different solutions to this problem. I want to give an overview that will help developers maximize their time solving inte...

Mô tả đầy đủ

Đã lưu trong:
Chi tiết về thư mục
Tác giả chính: Sperko, Richard
Định dạng: Sách
Ngôn ngữ:English
Được phát hành: Apress 2012
Những chủ đề:
Truy cập trực tuyến:http://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/31482
Các nhãn: Thêm thẻ
Không có thẻ, Là người đầu tiên thẻ bản ghi này!
Thư viện lưu trữ: Thư viện Trường Đại học Đà Lạt
Miêu tả
Tóm tắt:Welcome to Java Persistence for Relational Databases. This book is wholly concerned with the problem and solution of storing Java objects in relational databases. There are many different solutions to this problem. I want to give an overview that will help developers maximize their time solving interesting application-related challenges and minimize the time spent with the same old problem of converting objects to and from SQL. The idea for this book came a long time ago when I was part of a team that wrote a semitransparent persistence layer. What that means is that we were able to store our objects in a generic way without having to write much new code for a new object. After the wonder of not losing 30 percent of my development time to persistence, I ended up on several projects where there was no such emphasis. I watched developers, myself included, on these projects repeat the same solution to the same problem over and over again. We also needed to debug and test those same solutions over and over again