SPT Core API

Package com.sptci.jpa

Package containing root JPA Java objects.

See:
          Description

Class Summary
JPAObject A base object from which all the JDO Object classes will be derived.
NameDescription A JavaBean that represents a simple name and description pair.
StartLetter A simple object that is used to implement efficient alphabetical indexing of persistent objects.
 

Package com.sptci.jpa Description

Package containing root JPA Java objects. JPAObject should be used as the root of all JPA objects. Classes in this package are complimentary to the classes in com.sptci.jdo.


SPT Core API