SPT Object Database API

Uses of Class
com.sptci.prevayler.annotations.ForeignKey

Packages that use ForeignKey
com.sptci.prevayler Core classes for the database engine built around Prevayler. 
 

Uses of ForeignKey in com.sptci.prevayler
 

Methods in com.sptci.prevayler with parameters of type ForeignKey
private  void ConstraintSystem.addReference(PrevalentObject object, ForeignKey key, String name)
          Maintain the reference relationships between the specified prevalent object and any other prevalent object the object references.
private  void ConstraintSystem.checkForeignKey(ForeignKey key, PrevalentObject object)
          Check the ForeignKey annotation and check for unique constraint violations.
private  void ConstraintSystem.processForeignKey(ForeignKey key, PrevalentObject object)
          Process the foreign key annotation for a field declared at the prevalent class level and manage the StorageSystem.indexMap as appropriate.
 


SPT Object Database API