Blog

Notes and articles organized by topic.

Showing 14 post(s) in languages-and-frameworks / java
languages-and-frameworks / java

Java Collections Fundamentals

The Java Collections Framework is a unified architecture for representing and manipulating collections. It provides a set of interfaces, implementations, and algorithms to work ...

Read more →
languages-and-frameworks / java

Database Access in Java

Let's explore the concepts of database access in Java by considering the evolution and history of the technologies

Read more →
languages-and-frameworks / java

Hibernate - Architecture

Hibernate has a layered architecture which helps the user to operate without having to know the underlying APIs.

Read more →
languages-and-frameworks / java

hibernate

A persistent framework is an ORM service that stores and retrieves objects into a relational database.

Read more →
languages-and-frameworks / java

Database Connection

After you've installed the appropriate driver, it is time to establish a database connection using JDBC.

Read more →
languages-and-frameworks / java

Java Database Connection

The JDBC library includes APIs for each of the tasks mentioned below that are commonly associated with database usage.

Read more →
languages-and-frameworks / java

JDBC - Transactions

If your JDBC Connection is in auto-commit mode, which it is by default, then every SQL statement is committed to the

Read more →
languages-and-frameworks / java

jpa

From a programming perspective, the ORM layer is an adapter layer: it adapts the language of object graphs to the

Read more →