This package is the root of the JDO Reference Implementation. It contains 2
kinds of Java files, both of which are supposed to contain interfaces only:
- Classes which extend the javax.jdo.* interfaces which are proscribed by
the JDO specification. These all have the same name as the proscribed interface
with an added "Internal". For example, PersistenceManagerInternal.
- Classes which are used by the implementation but are not proscribed by the
JDO specification. There is no naming policy for these.
There are to be no implementations in this package.