Uses of Class
org.jvnet.hyperjaxb3.ejb.plugin.EjbPlugin

Packages that use EjbPlugin
org.jvnet.hyperjaxb3.ejb.jpa1.plugin   
org.jvnet.hyperjaxb3.ejb.jpa2.plugin   
org.jvnet.hyperjaxb3.ejb.plugin   
org.jvnet.hyperjaxb3.ejb.strategy.annotate   
org.jvnet.hyperjaxb3.ejb.strategy.mapping   
org.jvnet.hyperjaxb3.ejb.strategy.model.base   
org.jvnet.hyperjaxb3.ejb.strategy.processor   
 

Uses of EjbPlugin in org.jvnet.hyperjaxb3.ejb.jpa1.plugin
 

Subclasses of EjbPlugin in org.jvnet.hyperjaxb3.ejb.jpa1.plugin
 class JPA1Plugin
           
 

Uses of EjbPlugin in org.jvnet.hyperjaxb3.ejb.jpa2.plugin
 

Subclasses of EjbPlugin in org.jvnet.hyperjaxb3.ejb.jpa2.plugin
 class JPA2Plugin
           
 

Uses of EjbPlugin in org.jvnet.hyperjaxb3.ejb.plugin
 

Methods in org.jvnet.hyperjaxb3.ejb.plugin that return types with arguments of type EjbPlugin
 ModelAndOutlineProcessor<EjbPlugin> EjbPlugin.getModelAndOutlineProcessor()
           
 

Method parameters in org.jvnet.hyperjaxb3.ejb.plugin with type arguments of type EjbPlugin
 void EjbPlugin.setModelAndOutlineProcessor(ModelAndOutlineProcessor<EjbPlugin> modelAndOutlineProcessor)
           
 

Uses of EjbPlugin in org.jvnet.hyperjaxb3.ejb.strategy.annotate
 

Methods in org.jvnet.hyperjaxb3.ejb.strategy.annotate with parameters of type EjbPlugin
 Collection<com.sun.tools.xjc.outline.ClassOutline> AnnotateOutline.process(EjbPlugin context, com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options options)
           
 

Uses of EjbPlugin in org.jvnet.hyperjaxb3.ejb.strategy.mapping
 

Methods in org.jvnet.hyperjaxb3.ejb.strategy.mapping with parameters of type EjbPlugin
 Collection<com.sun.tools.xjc.outline.ClassOutline> MarshalMappings.process(EjbPlugin context, com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options options)
           
 

Uses of EjbPlugin in org.jvnet.hyperjaxb3.ejb.strategy.model.base
 

Methods in org.jvnet.hyperjaxb3.ejb.strategy.model.base with parameters of type EjbPlugin
 Collection<com.sun.tools.xjc.model.CClassInfo> DefaultProcessModel.process(EjbPlugin context, com.sun.tools.xjc.model.Model model, com.sun.tools.xjc.Options options)
           
 

Uses of EjbPlugin in org.jvnet.hyperjaxb3.ejb.strategy.processor
 

Methods in org.jvnet.hyperjaxb3.ejb.strategy.processor that return types with arguments of type EjbPlugin
 ModelProcessor<EjbPlugin> DefaultModelAndOutlineProcessor.getModelProcessor()
           
 OutlineProcessor<EjbPlugin> MappingFilePersistenceProcessor.getOutlineProcessor()
           
 OutlineProcessor<EjbPlugin> DefaultModelAndOutlineProcessor.getOutlineProcessor()
           
 OutlineProcessor<EjbPlugin> ClassPersistenceProcessor.getOutlineProcessor()
           
 

Methods in org.jvnet.hyperjaxb3.ejb.strategy.processor with parameters of type EjbPlugin
protected  Persistence MappingFilePersistenceProcessor.createPersistence(EjbPlugin plugin, Persistence.PersistenceUnit persistenceUnit, String persistenceUnitName)
           
protected  Persistence ClassPersistenceProcessor.createPersistence(EjbPlugin plugin, Persistence.PersistenceUnit persistenceUnit, String persistenceUnitName)
           
 Collection<com.sun.tools.xjc.model.CClassInfo> DefaultModelAndOutlineProcessor.process(EjbPlugin context, com.sun.tools.xjc.model.Model model, com.sun.tools.xjc.Options options)
           
 Collection<com.sun.tools.xjc.outline.ClassOutline> MappingFilePersistenceProcessor.process(EjbPlugin plugin, com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options options)
           
 Collection<com.sun.tools.xjc.outline.ClassOutline> DefaultModelAndOutlineProcessor.process(EjbPlugin context, com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options options)
           
 Collection<com.sun.tools.xjc.outline.ClassOutline> ClassPersistenceProcessor.process(EjbPlugin plugin, com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options options)
           
 

Method parameters in org.jvnet.hyperjaxb3.ejb.strategy.processor with type arguments of type EjbPlugin
 void DefaultModelAndOutlineProcessor.setModelProcessor(ModelProcessor<EjbPlugin> modelProcessor)
           
 void MappingFilePersistenceProcessor.setOutlineProcessor(OutlineProcessor<EjbPlugin> outlineProcessor)
           
 void DefaultModelAndOutlineProcessor.setOutlineProcessor(OutlineProcessor<EjbPlugin> outlineProcessor)
           
 void ClassPersistenceProcessor.setOutlineProcessor(OutlineProcessor<EjbPlugin> outlineProcessor)
           
 



Copyright © 2005-2011. All Rights Reserved.