Uses of Class
unity.annotation.AnnotatedSourceKey

Packages that use AnnotatedSourceKey
unity.annotation   
unity.extractor   
unity.util   
 

Uses of AnnotatedSourceKey in unity.annotation
 

Methods in unity.annotation with parameters of type AnnotatedSourceKey
 void AnnotatedSourceTable.addReferenceKey(AnnotatedSourceKey ask)
           
 

Uses of AnnotatedSourceKey in unity.extractor
 

Methods in unity.extractor that return AnnotatedSourceKey
 AnnotatedSourceKey AnnotatedExtractor.createPrimaryKey(java.lang.String tableName, java.util.HashMap fields)
           
 AnnotatedSourceKey AnnotatedExtractor.createPrimaryKeyAccess(java.lang.String tableName, java.util.HashMap fields)
           
 

Uses of AnnotatedSourceKey in unity.util
 

Methods in unity.util with parameters of type AnnotatedSourceKey
 boolean DGraph.isFKeyInPKey(AnnotatedSourceKey pkey, AnnotatedSourceForeignKey fkey)