The term Object/Relational Mapping refers to the technique of mapping data from an object model representation to a relational data model representation (and vice versa).
For example, the below diagram shows an Object Relational Mapping between Student Java class and student table in the database.