Uses of Interface
org.objectweb.speedo.mapper.api.MapperAttributes

Packages that use MapperAttributes
org.objectweb.speedo.mapper.jca The JCA mapper definition. 
org.objectweb.speedo.mapper.rdb The Rdb (relational database) mapper definition 
 

Uses of MapperAttributes in org.objectweb.speedo.mapper.jca
 

Subinterfaces of MapperAttributes in org.objectweb.speedo.mapper.jca
 interface JCAMapperAttributes
           
 

Classes in org.objectweb.speedo.mapper.jca that implement MapperAttributes
 class JCAMapper
           
 

Uses of MapperAttributes in org.objectweb.speedo.mapper.rdb
 

Subinterfaces of MapperAttributes in org.objectweb.speedo.mapper.rdb
 interface JDBCMapperAttributes
           
 

Classes in org.objectweb.speedo.mapper.rdb that implement MapperAttributes
 class JDBCMapper
          A JDBC mapper component able to pool the JDBC connection in non managed environnement.