Uses of Interface
net.sf.jaxme.generator.sg.SGFactoryChain

Packages that use SGFactoryChain
net.sf.jaxme.generator.sg.impl   
 

Uses of SGFactoryChain in net.sf.jaxme.generator.sg.impl
 

Classes in net.sf.jaxme.generator.sg.impl that implement SGFactoryChain
 class JAXBSGFactory
           
 class JaxMeJdbcSG
          A schema writer for creation of an object relational mapping.
 class JaxMeSGFactory
           
 class SGFactoryChainImpl
           
 

Methods in net.sf.jaxme.generator.sg.impl that return SGFactoryChain
 SGFactoryChain SGFactoryImpl.getHeadOfChain()
           
protected  SGFactoryChain JAXBSchemaReader.newSGFactoryChain(Generator pGenerator)
           
 

Constructors in net.sf.jaxme.generator.sg.impl with parameters of type SGFactoryChain
SGFactoryImpl(SGFactoryChain o)
           
SGFactoryChainImpl(SGFactoryChain o)
           
JaxMeJdbcSG(SGFactoryChain o)