JPA is a specification.
Implementations of JPA might be considered a framework. We market TopLink and EclipseLink as a framework since it provides object-relational persistence but also is extensible where you can plug in your own customizations and policies to extend the functionality. That is why we consider TopLink and EclipseLink to be frameworks.
Doug