Glossary

AOP

Aspect oriented programmingspring-doc.cn

Commons DBCP

Commons DataBase Connection Pools - a library from the Apache foundation that offers pooling implementations of the DataSource interface.spring-doc.cn

CRUD

Create, Read, Update, Delete - Basic persistence operations.spring-doc.cn

DAO

Data Access Object - Pattern to separate persisting logic from the object to be persistedspring-doc.cn

Dependency Injection

Pattern to hand a component’s dependency to the component from outside, freeing the component to lookup the dependent itself. For more information, see en.wikipedia.org/wiki/Dependency_Injection.spring-doc.cn

EclipseLink

Object relational mapper implementing JPA - www.eclipse.org/eclipselink/spring-doc.cn

Hibernate

Object relational mapper implementing JPA - hibernate.org/spring-doc.cn

JPA

Jakarta Persistence APIspring-doc.cn

Spring

Java application framework - spring.io/projects/spring-frameworkspring-doc.cn