Uses of Interface
org.sormula.translator.TypeTranslatorMap

Packages that use TypeTranslatorMap
org.sormula Fundamental classes. 
org.sormula.active.operation Thread-safe and transaction-compliant database operations used by ActiveTable
org.sormula.annotation Annotations for row classes to define mapping between the row class and a database table. 
 

Uses of TypeTranslatorMap in org.sormula
 

Classes in org.sormula that implement TypeTranslatorMap
 class Database
          Source of Table objects for reading/writing from/to database.
 class Table<R>
          A table within a sql database.
 

Uses of TypeTranslatorMap in org.sormula.active.operation
 

Classes in org.sormula.active.operation that implement TypeTranslatorMap
 class OperationDatabase
          Database for one transaction within an ActiveOperation.
 class OperationTable<R extends ActiveRecord>
          A Table for use by one transaction within an ActiveOperation.
 

Uses of TypeTranslatorMap in org.sormula.annotation
 

Constructors in org.sormula.annotation with parameters of type TypeTranslatorMap
ExplicitTypeAnnotationReader(TypeTranslatorMap typeTranslatorMap, java.lang.Class<?>... sources)
          Constructs for classes that may contain the annotation.
ImplicitTypeAnnotationReader(TypeTranslatorMap typeTranslatorMap, java.lang.reflect.Field field)
          Constructs for classes that may contain the annotation.