Uses of Interface
org.nakedobjects.plugins.sql.objectstore.mapping.FieldMapping

Packages that use FieldMapping
org.nakedobjects.plugins.sql.objectstore   
org.nakedobjects.plugins.sql.objectstore.auto   
org.nakedobjects.plugins.sql.objectstore.jdbc   
org.nakedobjects.plugins.sql.objectstore.mapping   
 

Uses of FieldMapping in org.nakedobjects.plugins.sql.objectstore
 

Classes in org.nakedobjects.plugins.sql.objectstore that implement FieldMapping
 class IdMapping
           
 

Methods in org.nakedobjects.plugins.sql.objectstore that return FieldMapping
 FieldMapping FieldMappingLookup.createMapping(NakedObjectAssociation field)
           
 

Uses of FieldMapping in org.nakedobjects.plugins.sql.objectstore.auto
 

Fields in org.nakedobjects.plugins.sql.objectstore.auto with type parameters of type FieldMapping
protected  java.util.List<FieldMapping> AbstractAutoMapper.fieldMappings
           
 

Uses of FieldMapping in org.nakedobjects.plugins.sql.objectstore.jdbc
 

Classes in org.nakedobjects.plugins.sql.objectstore.jdbc that implement FieldMapping
 class AbstractJdbcFieldMapping
           
 class JdbcDateMapper
           
 class JdbcDateTimeMapper
           
 class JdbcGeneralValueMapper
           
 class JdbcObjectReferenceFieldMapping
           
 class JdbcTimeMapper
           
 class JdbcTimestampMapper
           
 

Methods in org.nakedobjects.plugins.sql.objectstore.jdbc that return FieldMapping
 FieldMapping JdbcTimestampMapper.Factory.createFieldMapping(NakedObjectAssociation field)
           
 FieldMapping JdbcDateTimeMapper.Factory.createFieldMapping(NakedObjectAssociation field)
           
 FieldMapping JdbcTimeMapper.Factory.createFieldMapping(NakedObjectAssociation field)
           
 FieldMapping JdbcObjectReferenceFieldMapping.Factory.createFieldMapping(NakedObjectAssociation field)
           
 FieldMapping JdbcDateMapper.Factory.createFieldMapping(NakedObjectAssociation field)
           
 FieldMapping JdbcGeneralValueMapper.Factory.createFieldMapping(NakedObjectAssociation field)
           
 

Uses of FieldMapping in org.nakedobjects.plugins.sql.objectstore.mapping
 

Methods in org.nakedobjects.plugins.sql.objectstore.mapping that return FieldMapping
 FieldMapping FieldMappingFactory.createFieldMapping(NakedObjectAssociation field)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.