Skip to main content

Hibernate - what is persistence?

Almost all applications require persistent data. When we talk about persistence in Java, we're normally talking about storing data in a relational database using SQL.

Comments