Uses of Class
org.sormula.annotation.Where

Packages that use Where
org.sormula.annotation Annotations for row classes to define mapping between the row class and a database table. 
org.sormula.translator Classes that provide mapping between columns and Java class members. 
 

Uses of Where in org.sormula.annotation
 

Methods in org.sormula.annotation that return Where
 Where WhereAnnotationReader.getAnnotation(java.lang.String name)
          Gets annotation for a specific name.
 

Uses of Where in org.sormula.translator
 

Methods in org.sormula.translator with parameters of type Where
protected  void WhereTranslator.init(RowTranslator<R> rowTranslator, Where whereAnnotation)
          Initializes.
 

Constructors in org.sormula.translator with parameters of type Where
WhereTranslator(RowTranslator<R> rowTranslator, Where whereAnnotation)
          Constructs for where annotation.