Uses of Class
unity.annotation.AnnotatedSourceDatabase

Packages that use AnnotatedSourceDatabase
unity.globalschema   
unity.query   
 

Uses of AnnotatedSourceDatabase in unity.globalschema
 

Methods in unity.globalschema that return AnnotatedSourceDatabase
 AnnotatedSourceDatabase GlobalSchema.getDB(java.lang.String dbName)
           
 

Uses of AnnotatedSourceDatabase in unity.query
 

Methods in unity.query that return AnnotatedSourceDatabase
 AnnotatedSourceDatabase GQDatabaseRef.getDatabase()
           
 

Constructors in unity.query with parameters of type AnnotatedSourceDatabase
GQDatabaseRef(AnnotatedSourceDatabase asd, java.lang.String refName, java.lang.String fullName)
           
LocalQuery(AnnotatedSourceDatabase db)