Uses of Class
unity.annotation.SourceField

Packages that use SourceField
unity.annotation   
 

Uses of SourceField in unity.annotation
 

Subclasses of SourceField in unity.annotation
 class AnnotatedSourceField
           
 

Methods in unity.annotation that return SourceField
 SourceField SourceTable.getField(java.lang.String fieldName)
           
 

Methods in unity.annotation with parameters of type SourceField
 void SourceTable.addField(SourceField field)
           
 void SourceKey.addField(SourceField sf)
           
 void SourceJoin.addFieldsToJoin(SourceField sf1, SourceField sf2)