Uses of Interface
org.ujorm.orm.ITypeService

Packages that use ITypeService
org.ujorm.orm The ORM support. 
org.ujorm.orm.metaModel   
 

Uses of ITypeService in org.ujorm.orm
 

Classes in org.ujorm.orm that implement ITypeService
 class TypeService
          A type service for popular Java types and more.
 

Uses of ITypeService in org.ujorm.orm.metaModel
 

Fields in org.ujorm.orm.metaModel with type parameters of type ITypeService
static Key<MetaColumn,Class<? extends ITypeService>> MetaColumn.CONVERTER
          Convert, save and read application data from/to the database
static Key<MetaParams,Class<? extends ITypeService>> MetaParams.TYPE_SERVICE
          The instance of the parameter class ITypeService is used for conversion, reading and writting to/from the ResultSet.
 

Methods in org.ujorm.orm.metaModel with type parameters of type ITypeService
<T extends ITypeService>
T
MetaParams.getConverter(Class<T> converterClass)
          Returns a converter instance.
 

Methods in org.ujorm.orm.metaModel that return ITypeService
 ITypeService MetaColumn.getConverter()
          Returna not null converter
 

Constructors in org.ujorm.orm.metaModel with parameters of type ITypeService
MetaColumn(ITypeService converter)
           
 



Copyright 2013, Pavel Ponec