JDBC is an interface for standard usage of relational databases in the Java language. It demands repeated sequences of commands and doesn't provide means for comfortable work. The result is that in a nontrivial application solving of persistency related problems consumes a significant portion of the development tíme. The Hibernate library encapsulates majority of the difficulties involved. It does enable the programmer to save and load objects to/from a database transparently. It uses predefined metadata to do it. At the beginning of the thesis, there is a list of main problems of working with JDBC, which emerge in a nontrivial application. Any programmer using plain JDBC without an additional tool must solve these. A chapter consisting of ...
The bachelor's thesis Object-Relational Mapping with Framework Hibernate is primarily concerned with...
Persistency is vital to almost all software applications. Even the simplest application usually has ...
Access to persistent data is a requirement for the majority of computer applications. The Java progr...
JDBC is an interface for standard usage of relational databases in the Java language. It usually for...
This master thesis deals with technologies for persistence of objects in Java. It briefly describes ...
Beginning Hibernate, Second Edition is ideal if you're experienced in Java with databases (the tradi...
The problem of database persistence is well known and well documented. However, with the introduct...
Whilst developing Java applications, we sooner than later come upon the data storing problem. Usuall...
There is a growing class of applications implemented in object-oriented languages that are large and...
The goal of this thesis is to explore the GlobalsDB database and to design, implement and test an o...
As data and data structures grown more complex in computing, the task of storing and accessing such ...
Diplomsko delo opisuje razvoj JPA-ja skozi zgodovino, s pomočjo primerov nato teoretično prikazuje v...
In a previous paper [9] we described our goals and plans for an approach to seamlessly integrating p...
This paper reports on initial experiences with an orthogonally persistent variant of the Java platfo...
Thesis (S.M.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer S...
The bachelor's thesis Object-Relational Mapping with Framework Hibernate is primarily concerned with...
Persistency is vital to almost all software applications. Even the simplest application usually has ...
Access to persistent data is a requirement for the majority of computer applications. The Java progr...
JDBC is an interface for standard usage of relational databases in the Java language. It usually for...
This master thesis deals with technologies for persistence of objects in Java. It briefly describes ...
Beginning Hibernate, Second Edition is ideal if you're experienced in Java with databases (the tradi...
The problem of database persistence is well known and well documented. However, with the introduct...
Whilst developing Java applications, we sooner than later come upon the data storing problem. Usuall...
There is a growing class of applications implemented in object-oriented languages that are large and...
The goal of this thesis is to explore the GlobalsDB database and to design, implement and test an o...
As data and data structures grown more complex in computing, the task of storing and accessing such ...
Diplomsko delo opisuje razvoj JPA-ja skozi zgodovino, s pomočjo primerov nato teoretično prikazuje v...
In a previous paper [9] we described our goals and plans for an approach to seamlessly integrating p...
This paper reports on initial experiences with an orthogonally persistent variant of the Java platfo...
Thesis (S.M.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer S...
The bachelor's thesis Object-Relational Mapping with Framework Hibernate is primarily concerned with...
Persistency is vital to almost all software applications. Even the simplest application usually has ...
Access to persistent data is a requirement for the majority of computer applications. The Java progr...