Uses of Class
org.objectweb.speedo.api.SpeedoException

Packages that use SpeedoException
org.objectweb.speedo.genclass.merger Speedo tools merging the generic class GenClass with Speedo extention of java.util.XXX classes in order to avoid the code duplication. 
org.objectweb.speedo.genclass.merger.ejb   
org.objectweb.speedo.genclass.merger.jdo   
org.objectweb.speedo.generation The Speedo enhancer. 
org.objectweb.speedo.generation.api Speedo enhancer internal API. 
org.objectweb.speedo.generation.compiler Compiler used by the speedo enhancer to compile generated classes. 
org.objectweb.speedo.generation.enhancer.aware   
org.objectweb.speedo.generation.enhancer.common   
org.objectweb.speedo.generation.enhancer.pc   
org.objectweb.speedo.generation.generator The speedo class generator used in the Speedo enhancer. 
org.objectweb.speedo.generation.generator.api Internal Speedo generator API. 
org.objectweb.speedo.generation.generator.fields Generator of Speedo Fieds class (the state of persistent objects). 
org.objectweb.speedo.generation.generator.home   
org.objectweb.speedo.generation.generator.lib   
org.objectweb.speedo.generation.generator.objectid Generator of persistent class identifier (composite). 
org.objectweb.speedo.generation.jorm Jorm generator and Jorm meta information builder. 
org.objectweb.speedo.generation.jorm.rdb   
org.objectweb.speedo.generation.lib Common class of the enhancer. 
org.objectweb.speedo.generation.mivisitor Speedo meta information visitor used in ordet to fill it with 'forgotten' user information. 
org.objectweb.speedo.generation.mivisitor.jdo   
org.objectweb.speedo.generation.parser   
org.objectweb.speedo.generation.parser.ejb   
org.objectweb.speedo.generation.parser.jdo Parser of the .jdo file. 
org.objectweb.speedo.generation.recompiler   
org.objectweb.speedo.generation.serializer   
org.objectweb.speedo.metadata The Speedo meta information used for the persistent class enhancement. 
org.objectweb.speedo.naming.api Speedo internal API permiting to define the persistent object naming (identifier). 
org.objectweb.speedo.naming.lib Implementation of several naming. 
org.objectweb.speedo.query.api   
org.objectweb.speedo.query.ejb   
org.objectweb.speedo.query.ejb.parser   
org.objectweb.speedo.query.jdo   
org.objectweb.speedo.query.jdo.parser   
org.objectweb.speedo.query.lib   
 

Uses of SpeedoException in org.objectweb.speedo.genclass.merger
 

Methods in org.objectweb.speedo.genclass.merger that throw SpeedoException
protected  void GenClassMerger.checkAfter(GCInfo gc)
           
protected  org.objectweb.asm.ClassReader GenClassMerger.loadJavaClass(java.lang.String fn, boolean remove)
          Loads a specified class.
 void GenClassMerger.mergeGenClass(GCInfo gc)
           
protected  void GenClassMerger.writeFirstClass(GCInfo gc, org.objectweb.asm.ClassVisitor current)
           
protected  void GenClassMerger.writeJavaClass(java.lang.String fn, org.objectweb.asm.ClassWriter jclass)
          Saves the new bytecode of the specified Java class under a specified base directory.
protected  void GenClassMerger.writeSecondClass(GCInfo gc, org.objectweb.asm.ClassVisitor current)
           
 

Uses of SpeedoException in org.objectweb.speedo.genclass.merger.ejb
 

Methods in org.objectweb.speedo.genclass.merger.ejb that throw SpeedoException
protected  void EJBGenClassMerger.writeFirstClass(GCInfo gc, org.objectweb.asm.ClassVisitor current)
          There is no first class, because the class is created.
protected  void EJBGenClassMerger.writeSecondClass(GCInfo gc, org.objectweb.asm.ClassVisitor current)
          Add a no arg constructor in addition to the normal behavior
 

Uses of SpeedoException in org.objectweb.speedo.genclass.merger.jdo
 

Methods in org.objectweb.speedo.genclass.merger.jdo that throw SpeedoException
protected  void JDOGenClassMerger.writeFirstClass(GCInfo gc, org.objectweb.asm.ClassVisitor current)
          There is no first class, because the class is created.
protected  void JDOGenClassMerger.writeSecondClass(GCInfo gc, org.objectweb.asm.ClassVisitor current)
          Add a no arg constructor in addition to the normal behavior
 

Uses of SpeedoException in org.objectweb.speedo.generation
 

Methods in org.objectweb.speedo.generation that throw SpeedoException
 boolean AbstractEnhancer.init()
           
 void AbstractEnhancer.process()
           
 

Uses of SpeedoException in org.objectweb.speedo.generation.api
 

Subclasses of SpeedoException in org.objectweb.speedo.generation.api
 class SpeedoInstanceGenerationException
          This class corresponds to exceptions thrown before runtime.
 class SpeedoXMLError
           
 

Methods in org.objectweb.speedo.generation.api that throw SpeedoException
 boolean GeneratorComponent.init()
          Initializes the component
 void GeneratorComponent.process()
          Do the job of the component.
 

Uses of SpeedoException in org.objectweb.speedo.generation.compiler
 

Methods in org.objectweb.speedo.generation.compiler that throw SpeedoException
 void Compiler.process()
          Tries to process the compilation internally.
 

Uses of SpeedoException in org.objectweb.speedo.generation.enhancer.aware
 

Methods in org.objectweb.speedo.generation.enhancer.aware that throw SpeedoException
 void PersistenceAwareEnhancer.process()
          Loads all persistence aware classes described by the Object Model and applies revelant modification to each of them.
 

Uses of SpeedoException in org.objectweb.speedo.generation.enhancer.common
 

Subclasses of SpeedoException in org.objectweb.speedo.generation.enhancer.common
 class SpeedoEnhancerException
           
 

Uses of SpeedoException in org.objectweb.speedo.generation.enhancer.pc
 

Methods in org.objectweb.speedo.generation.enhancer.pc that throw SpeedoException
 void PersistentClassEnhancer.process()
          Loads all binary classes described by the Object Model and applies revelant modification to each of them.
 

Uses of SpeedoException in org.objectweb.speedo.generation.generator
 

Methods in org.objectweb.speedo.generation.generator that throw SpeedoException
 void AbstractGenerator.process()
          Generation all files , and Fields.
 

Uses of SpeedoException in org.objectweb.speedo.generation.generator.api
 

Subclasses of SpeedoException in org.objectweb.speedo.generation.generator.api
 class SpeedoGenerationException
          This class corresponds to exceptions detected while creating files "po", "manager" and "fields".
 

Methods in org.objectweb.speedo.generation.generator.api that throw SpeedoException
 void VelocityGenerator.generate(SpeedoClass sClass, java.lang.String fileName)
          It generates the file name corresponding to the Speedo meta object given in parameter.
 

Uses of SpeedoException in org.objectweb.speedo.generation.generator.fields
 

Methods in org.objectweb.speedo.generation.generator.fields that throw SpeedoException
 void FieldsGenerator.generate(SpeedoClass sClass, java.lang.String fileName)
          This method generates the a file since a SpeedoClass meta object.
 java.util.Map FieldsGenerator.getContextAsMap(SpeedoClass jdoClass)
          This method initialises the Velocity context.
 boolean FieldsGenerator.init()
           
 

Uses of SpeedoException in org.objectweb.speedo.generation.generator.home
 

Methods in org.objectweb.speedo.generation.generator.home that throw SpeedoException
 void HomeGenerator.generate(SpeedoClass sClass, java.lang.String fileName)
           
 boolean HomeGenerator.init()
           
 

Uses of SpeedoException in org.objectweb.speedo.generation.generator.lib
 

Methods in org.objectweb.speedo.generation.generator.lib that throw SpeedoException
protected  void AbstractVelocityGenerator.computeTemplate(java.lang.String templateFN)
           
 void AbstractSpeedoGenerator.fillFetchGroupInfo(AbstractSpeedoGenerator.FetchGroup fg, SpeedoFetchGroup sfg)
           
 void AbstractSpeedoGenerator.fillFieldInfo(AbstractSpeedoGenerator.Field f, SpeedoField sp, int nbField, java.util.Map ctx)
           
 void AbstractSpeedoGenerator.fillReferenceInfo(AbstractSpeedoGenerator.Field f, SpeedoField sp, org.objectweb.jorm.metainfo.api.TypedElement te, java.util.Map ctx, org.objectweb.asm.Type asmType)
           
 void AbstractSpeedoGenerator.fillRelationInfo(AbstractSpeedoGenerator.Field f, SpeedoField sp, org.objectweb.jorm.metainfo.api.TypedElement te, java.util.Map ctx, org.objectweb.asm.Type asmType)
           
 void AbstractSpeedoGenerator.fillUserFieldMappingInfo(AbstractSpeedoGenerator.Field f, SpeedoField sp)
           
abstract  void AbstractVelocityGenerator.generate(SpeedoClass sClass, java.lang.String fileName)
          generate the file name corresponding to the Speedo meta object given in parameter.
protected  org.objectweb.jorm.metainfo.api.NameDef AbstractSpeedoGenerator.getClassNameDef(org.objectweb.jorm.metainfo.api.Class clazz)
           
static org.objectweb.jorm.metainfo.api.NameDef AbstractSpeedoGenerator.getClassNameDef(org.objectweb.jorm.metainfo.api.Class clazz, SpeedoCompilerParameter scp)
           
protected  org.apache.velocity.context.Context AbstractSpeedoGenerator.getContext(SpeedoClass jdoClass)
           
 java.util.Map AbstractSpeedoGenerator.getContextAsMap(SpeedoClass moClass)
           
protected  org.objectweb.jorm.metainfo.api.Mapping AbstractSpeedoGenerator.getMapping(org.objectweb.jorm.metainfo.api.Class clazz)
           
static org.objectweb.jorm.metainfo.api.Mapping AbstractSpeedoGenerator.getMapping(org.objectweb.jorm.metainfo.api.Class clazz, SpeedoCompilerParameter scp)
           
abstract  boolean AbstractVelocityGenerator.init()
           
 void AbstractVelocityGenerator.process()
           
 

Uses of SpeedoException in org.objectweb.speedo.generation.generator.objectid
 

Methods in org.objectweb.speedo.generation.generator.objectid that throw SpeedoException
 void ObjectIdGenerator.generate(SpeedoClass sClass, java.lang.String fileName)
          This method generates the a file since a SpeedoClass meta object.
 boolean ObjectIdGenerator.init()
           
 

Uses of SpeedoException in org.objectweb.speedo.generation.jorm
 

Methods in org.objectweb.speedo.generation.jorm that throw SpeedoException
protected  void JormMIGenerator.compareClass(SpeedoClass clas, org.objectweb.jorm.metainfo.api.Manager manager, java.util.List except)
           
 void JormMIMappingBuilder.createClassIdentifierNameDefMapping(org.objectweb.jorm.metainfo.api.ClassMapping cm, org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoClass sc, MIBuilderHelper mibh)
          Creates the mapping of the name def (JORM meta object) corresponding to the identifier of a persistent generic class (collection, map, ...).
 org.objectweb.jorm.metainfo.api.ClassMapping JormMIMappingBuilder.createClassMapping(org.objectweb.jorm.metainfo.api.Class clazz, SpeedoClass sc, org.objectweb.jorm.metainfo.api.Mapping mapping)
          It builds a ClassMapping, assignes it to the mapping and builds mapping structure for the class (RdbTable, directory name, ...).
 void JormMIMappingBuilder.createClassRefNameDefMapping(org.objectweb.jorm.metainfo.api.ClassMapping cm, org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoCommonField sf)
          Creates the mapping of the name def (JORM meta object) corresponding to a reference to a persistent class from a persistent class.
 void JormMIMappingBuilder.createClassRefNameDefMapping(org.objectweb.jorm.metainfo.api.GenClassMapping gcm, org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoField sf)
          Creates the mapping of the name def (JORM meta object) corresponding to a reference to a persistent class from a generic persistent class.
 org.objectweb.jorm.metainfo.api.PrimitiveElementMapping JormMIMappingBuilder.createFieldMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe, SpeedoField sf, org.objectweb.jorm.metainfo.api.ClassMapping cm)
          It creates the mapping of a primitive field.
 org.objectweb.jorm.metainfo.api.PrimitiveElementMapping JormMIMappingBuilder.createFieldMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe, SpeedoInheritedField sif, org.objectweb.jorm.metainfo.api.ClassMapping cm)
          /** It creates the mapping of an inherited primitive field.
 org.objectweb.jorm.metainfo.api.PrimitiveElementMapping JormMIMappingBuilder.createFieldMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe, SpeedoNoFieldColumn sf, org.objectweb.jorm.metainfo.api.ClassMapping cm)
          It creates the mapping of a hidden primitive field.
 org.objectweb.jorm.metainfo.api.PrimitiveElementMapping JormMIMappingBuilder.createGenClassElementMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe, SpeedoField sf, org.objectweb.jorm.metainfo.api.GenClassMapping gcm)
          It creates the mapping of a primitive field (element of the generic class).
 void JormMIMappingBuilder.createGenClassIdentifierNameDefMapping(org.objectweb.jorm.metainfo.api.GenClassMapping gcm, org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoField sf, MIBuilderHelper mibh)
          Creates the mapping of the name def (JORM meta object) corresponding to the identifier of a persistent generic class (collection, map, ...).
 org.objectweb.jorm.metainfo.api.PrimitiveElementMapping JormMIMappingBuilder.createGenClassIndexMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe, SpeedoField sf, org.objectweb.jorm.metainfo.api.GenClassMapping gcm)
          It creates the mapping of a primitive field used as index in the generic class.
 org.objectweb.jorm.metainfo.api.GenClassMapping JormMIMappingBuilder.createGenClassMapping(org.objectweb.jorm.metainfo.api.GenClassRef gcr, SpeedoField sf, org.objectweb.jorm.metainfo.api.Mapping mapping)
          It builds a GenClassMapping, assignes it to the mapping and builds mapping structure for the class (RdbTable, directory name, ...).
 void JormMIMappingBuilder.createGenClassRefNameDefMapping(org.objectweb.jorm.metainfo.api.ClassMapping cm, org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoCommonField sf)
          Creates the mapping of the name def (JORM meta object) corresponding to a reference to a persistent generic class.
 java.util.Collection JormMIBuilder.createMI(java.util.List scs)
          Creates the jorm meta information for a set of persistent classes.
 java.util.Collection JormMIBuilder.createMI(java.util.List scs, java.lang.String projectName, java.lang.String mapperName)
          Creates the jorm meta information for a set of persistent classes.
 java.util.Collection JormMIBuilder.createMI(java.util.List scs, java.lang.String projectName, java.lang.String mapperName, JormMIMappingBuilder mb)
          Creates the jorm meta information for a set of persistent classes.
 org.objectweb.jorm.metainfo.api.ScalarField JormMIBuilder.createNameDefField(org.objectweb.jorm.metainfo.api.MetaObject mo, java.lang.String fn, org.objectweb.jorm.type.api.PType type)
          It creates a field of a name def.
 org.objectweb.jorm.metainfo.api.ScalarField JormMIBuilder.createNameDefField(org.objectweb.jorm.metainfo.api.MetaObject mo, java.lang.String fn, org.objectweb.jorm.type.api.PType type, int size, int scale)
          It creates a field of a name def.
 java.lang.String JormMIBuilder.getNameDefFieldPrefix(org.objectweb.jorm.metainfo.api.Reference ref, boolean isIdentifier, boolean isInGenClass, SpeedoField sf)
          Calculates the prefix of a field use in a name def.
 boolean JormMIGenerator.init()
          Instanciates and configures partialy a JormCompiler required for the .pd parsing and fetching a configured MIManager
 boolean JormGenerator.init()
           
protected  void JormMIGenerator.isCompatible()
          Verifies that all persistent capable field for jdo is described in JORM.
 void JormMIGenerator.process()
           
 void JormGenerator.process()
          Performs the JORM objects' generation.
 void JormMIGenerator.process2()
          Performs the JORM Meta Information building.
 

Uses of SpeedoException in org.objectweb.speedo.generation.jorm.rdb
 

Methods in org.objectweb.speedo.generation.jorm.rdb that throw SpeedoException
 void FilterManager.assignFilter(java.lang.String filter, org.objectweb.jorm.mapper.rdb.metainfo.RdbFilter rdbFilter, SpeedoClass sc, java.lang.String projectName, java.lang.String mapperName)
           
 void RdbJORMMapping.createClassIdentifierNameDefMapping(org.objectweb.jorm.metainfo.api.ClassMapping cm, org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoClass sc, MIBuilderHelper mibh)
          Maps the identifier fields.
 org.objectweb.jorm.metainfo.api.ClassMapping RdbJORMMapping.createClassMapping(org.objectweb.jorm.metainfo.api.Class clazz, SpeedoClass sc, org.objectweb.jorm.metainfo.api.Mapping mapping)
          Defines the mapping the a class.
 void RdbJORMMapping.createClassRefNameDefMapping(org.objectweb.jorm.metainfo.api.ClassMapping cm, org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoCommonField sf)
          Creates the mapping of the name def (JORM meta object) corresponding to a reference to a persistent class from a persistent class.
 void RdbJORMMapping.createClassRefNameDefMapping(org.objectweb.jorm.metainfo.api.GenClassMapping gcm, org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoField sf)
          Creates the mapping of the name def (JORM meta object) corresponding to a reference to a persistent class from a generic persistent class.
 org.objectweb.jorm.metainfo.api.PrimitiveElementMapping RdbJORMMapping.createFieldMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe, SpeedoField sf, org.objectweb.jorm.metainfo.api.ClassMapping cm)
          Creates a PEM (PrimitiveElementMapping) for a PrimitiveElement.
 org.objectweb.jorm.metainfo.api.PrimitiveElementMapping RdbJORMMapping.createFieldMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe, SpeedoInheritedField sif, org.objectweb.jorm.metainfo.api.ClassMapping cm)
          Creates a PEM (PrimitiveElementMapping) for a PrimitiveElement.
 org.objectweb.jorm.metainfo.api.PrimitiveElementMapping RdbJORMMapping.createFieldMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe, SpeedoNoFieldColumn snfc, org.objectweb.jorm.metainfo.api.ClassMapping cm)
          Creates a PEM (PrimitiveElementMapping) for a PrimitiveElement.
 org.objectweb.jorm.metainfo.api.PrimitiveElementMapping RdbJORMMapping.createGenClassElementMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe, SpeedoField sf, org.objectweb.jorm.metainfo.api.GenClassMapping gcm)
          It creates the mapping of a primitive field (element of the generic class).
 void RdbJORMMapping.createGenClassIdentifierNameDefMapping(org.objectweb.jorm.metainfo.api.GenClassMapping gcm, org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoField sf, MIBuilderHelper mibh)
          Creates the mapping of the name def (JORM meta object) corresponding to the identifier of a persistent generic class (collection, map, ...).
 org.objectweb.jorm.metainfo.api.PrimitiveElementMapping RdbJORMMapping.createGenClassIndexMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe, SpeedoField sf, org.objectweb.jorm.metainfo.api.GenClassMapping gcm)
          It creates the mapping of a primitive field used as index in the generic class.
 org.objectweb.jorm.metainfo.api.GenClassMapping RdbJORMMapping.createGenClassMapping(org.objectweb.jorm.metainfo.api.GenClassRef gcr, SpeedoField sf, org.objectweb.jorm.metainfo.api.Mapping mapping)
          It builds a GenClassMapping, assignes it to the mapping and builds mapping structure for the class (RdbTable, directory name, ...).
 void RdbJORMMapping.createGenClassRefNameDefMapping(org.objectweb.jorm.metainfo.api.ClassMapping cm, org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoCommonField sf)
           
 org.objectweb.medor.expression.api.Expression FilterManager.FilterParser.parse(java.lang.String filter)
           
 

Uses of SpeedoException in org.objectweb.speedo.generation.lib
 

Methods in org.objectweb.speedo.generation.lib that throw SpeedoException
abstract  boolean AbstractGeneratorComponent.init()
           
abstract  void AbstractGeneratorComponent.process()
           
 

Uses of SpeedoException in org.objectweb.speedo.generation.mivisitor
 

Methods in org.objectweb.speedo.generation.mivisitor that throw SpeedoException
 boolean ORMappingGenerator.init()
           
 boolean MetaInfoVisitors.init()
           
 boolean AbstractMetaInfoVisitor.init()
           
 void ORMappingGenerator.process()
           
 void MetaInfoVisitors.process()
           
 void AbstractMetaInfoVisitor.process()
           
 void VersionFieldAdder.visitClass(SpeedoClass sc)
           
 void PrimaryKeyFieldAdder.visitClass(SpeedoClass sc)
           
 void MetaInfoVisitorImpl.visitClass(SpeedoClass sc)
           
 void MetaDataAnalyzer.visitClass(SpeedoClass sc)
           
 void JavaLangShorcutVisitor.visitClass(SpeedoClass sc)
           
 void JMICleanerVisitor.visitClass(SpeedoClass sc)
           
 void InheritanceVisitor.visitClass(SpeedoClass sc)
           
 void DiscriminatorVisitor.visitClass(SpeedoClass sc)
           
 void DataStoreId.visitClass(SpeedoClass sc)
          Treats the datastore identifier of the class
 void MetaInfoVisitor.visitClass(SpeedoClass sc)
           
 void AbstractMetaInfoVisitor.visitClass(SpeedoClass sc)
           
 void ORMappingGenerator.visitClassRefFieldExtension(SpeedoField sf)
          Visit extensions of field referencing a persistent class.
 void PrimaryKeyFieldAdder.visitCompilerParameter(SpeedoCompilerParameter scp)
           
 void MetaInfoVisitorImpl.visitCompilerParameter(SpeedoCompilerParameter cp)
           
 void MetaDataAnalyzer.visitCompilerParameter(SpeedoCompilerParameter scp)
           
 void JMICleanerVisitor.visitCompilerParameter(SpeedoCompilerParameter scp)
           
 void MetaInfoVisitor.visitCompilerParameter(SpeedoCompilerParameter scp)
           
 void AbstractMetaInfoVisitor.visitCompilerParameter(SpeedoCompilerParameter scp)
           
 void MetaInfoVisitor.visitEndClass(SpeedoClass sc)
           
 void AbstractMetaInfoVisitor.visitEndClass(SpeedoClass sc)
           
 void ReverseFieldAdder.visitExtension(SpeedoExtension se)
          Synchronize extension SpeedoProperties.REVERSE_FIELD to the fields SpeedoField.reverseField and SpeedoField.isCoherentReverseField
 void KeyFieldChecker.visitExtension(SpeedoExtension se)
           
 void MetaInfoVisitor.visitExtension(SpeedoExtension se)
           
 void AbstractMetaInfoVisitor.visitExtension(SpeedoExtension se)
           
 void ReverseFieldAdder.visitField(SpeedoField sf)
           
 void MetaInfoVisitorImpl.visitField(SpeedoField sf)
           
 void JavaLangShorcutVisitor.visitField(SpeedoField sf)
           
 void FieldConverterVisitor.visitField(SpeedoField sf)
           
 void DataStoreId.visitField(SpeedoField sf)
           
 void CascadeDeleteSetter.visitField(SpeedoField sf)
           
 void MetaInfoVisitor.visitField(SpeedoField sf)
           
 void AbstractMetaInfoVisitor.visitField(SpeedoField sf)
           
 void ORMappingGenerator.visitGenClassRefFieldExtension(SpeedoField sf)
          Visit extensions of field referencing a genclass.
 void IndexVisitor.visitIndex(SpeedoIndex si, SpeedoPackage sp)
           
 void MetaInfoVisitor.visitIndex(SpeedoIndex si, SpeedoPackage sp)
           
 void AbstractMetaInfoVisitor.visitIndex(SpeedoIndex si, SpeedoPackage sp)
           
 void MetaInfoVisitorImpl.visitPackage(SpeedoPackage sp)
           
 void MetaInfoVisitor.visitPackage(SpeedoPackage sp)
           
 void AbstractMetaInfoVisitor.visitPackage(SpeedoPackage sp)
           
 void DataStoreId.visitSequence(SpeedoSequence ss, SpeedoPackage sp)
          Register the sequence as serialized meta objects (.jmi file).
 void MetaInfoVisitor.visitSequence(SpeedoSequence ss, SpeedoPackage sp)
           
 void AbstractMetaInfoVisitor.visitSequence(SpeedoSequence ss, SpeedoPackage sp)
           
 void MetaInfoVisitorImpl.visitXml(SpeedoXMLDescriptor xml)
           
 void MetaInfoVisitor.visitXml(SpeedoXMLDescriptor xml)
           
 void AbstractMetaInfoVisitor.visitXml(SpeedoXMLDescriptor xml)
           
 

Uses of SpeedoException in org.objectweb.speedo.generation.mivisitor.jdo
 

Methods in org.objectweb.speedo.generation.mivisitor.jdo that throw SpeedoException
 void ExtensionVerifier.visitClass(SpeedoClass sc)
           
 void TupleExtensionCopier.visitExtension(SpeedoExtension se)
           
 void MappingExtension2Jdo.visitExtension(SpeedoExtension se)
           
 void ExtensionVerifier.visitField(SpeedoField sf)
           
 void ExtensionVerifier.visitPackage(SpeedoPackage sp)
           
 

Uses of SpeedoException in org.objectweb.speedo.generation.parser
 

Methods in org.objectweb.speedo.generation.parser that throw SpeedoException
 boolean AbstractParser.init()
          The parser instance is reused at each process method call
 void AbstractParser.process()
           
protected abstract  java.lang.Object AbstractParser.treatDocument(org.w3c.dom.Node node, java.lang.Object o)
          Create the XML file descriptor.
 

Uses of SpeedoException in org.objectweb.speedo.generation.parser.ejb
 

Methods in org.objectweb.speedo.generation.parser.ejb that throw SpeedoException
 boolean EJBDescParser.init()
           
 boolean EJBAnnotationParser.init()
          The parser instance is reused at each process method call
 void EJBDescParser.process()
           
 void EJBAnnotationParser.process()
          Look for annotated EJB entity classes in the class paths and parse them.
protected  java.lang.Object EJBPersistenceParser.treatDocument(org.w3c.dom.Node node, java.lang.Object o)
           
 

Uses of SpeedoException in org.objectweb.speedo.generation.parser.jdo
 

Methods in org.objectweb.speedo.generation.parser.jdo that throw SpeedoException
 void JDO2Parser.process()
           
protected  java.lang.Object JDOParser.treatDocument(org.w3c.dom.Node node, java.lang.Object mo)
           
protected  java.lang.Object JDO2Parser.treatDocument(org.w3c.dom.Node node, java.lang.Object mo)
           
protected  java.lang.Object JDO2Parser.treatJdoNode(org.w3c.dom.Node jdoNode, SpeedoXMLDescriptor xmlDesc)
           
 

Uses of SpeedoException in org.objectweb.speedo.generation.recompiler
 

Methods in org.objectweb.speedo.generation.recompiler that throw SpeedoException
 boolean UpToDateVisitor.init()
           
 void UpToDateVisitor.visitClass(SpeedoClass sc)
           
 void Recompiler.visitClass(SpeedoClass sc)
           
 void UpToDateVisitor.visitCompilerParameter(SpeedoCompilerParameter scp)
           
 void Recompiler.visitCompilerParameter(SpeedoCompilerParameter scp)
           
 void UpToDateVisitor.visitXml(SpeedoXMLDescriptor xml)
           
 

Uses of SpeedoException in org.objectweb.speedo.generation.serializer
 

Methods in org.objectweb.speedo.generation.serializer that throw SpeedoException
 boolean MISerializer.init()
           
 void MISerializer.process()
          Launch the serialization.
 

Uses of SpeedoException in org.objectweb.speedo.metadata
 

Methods in org.objectweb.speedo.metadata that throw SpeedoException
 void SpeedoXMLDescriptor.add(java.lang.Object pac, boolean failsOnError, org.objectweb.util.monolog.api.Logger logger)
          Adds a package descriptor to the global descriptor.
 void SpeedoClass.add(java.lang.Object field, boolean failsOnError, org.objectweb.util.monolog.api.Logger logger)
          Adds a SpeedoField to the class.
 void SpeedoPackage.addClass(java.lang.Object clazz, boolean failsOnError, org.objectweb.util.monolog.api.Logger logger)
          Adds a class descriptor to the package descriptor.
 void SpeedoClass.addFetchGroup(java.lang.Object fetchGroup, boolean failsOnError, org.objectweb.util.monolog.api.Logger logger)
          Adds a SpeedoFetchgroup to the class.
 SpeedoField SpeedoField.getFieldOfTheReferencedClass(java.lang.String fieldName)
           
 SpeedoField SpeedoField.getReverseField()
           
 SpeedoField SpeedoClass.getUniquePKField()
          Find in the class or in its parent, the unique persistent field marked as primary key.
static void SpeedoDefaults.init(Personality p)
          Initializes the defaults field with regards to the current personality
 void SpeedoIdentity.setColumns(java.util.List columns)
          Assignes SpeedoColumn for the identifier.
 void SpeedoClass.setSuperClassName(java.lang.String superClassName)
           
 

Uses of SpeedoException in org.objectweb.speedo.naming.api
 

Methods in org.objectweb.speedo.naming.api that throw SpeedoException
 org.objectweb.jorm.metainfo.api.ScalarField MIBuilderHelper.createNameDefField(org.objectweb.jorm.metainfo.api.MetaObject mo, java.lang.String fn, org.objectweb.jorm.type.api.PType type)
           
 org.objectweb.jorm.metainfo.api.ScalarField MIBuilderHelper.createNameDefField(org.objectweb.jorm.metainfo.api.MetaObject mo, java.lang.String fn, org.objectweb.jorm.type.api.PType type, int size, int scale)
           
 void NamingManager.defineClassIdentifierNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.Class jc, SpeedoClass sc, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb, java.util.Collection createdMOs)
          Fill the name def of a class identifier
 void NamingManager.defineClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.ClassRef cr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
          Fill the name def of the class reference from a class
 void NamingManager.defineClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.ClassRef cr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.GenClassMapping gcm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
          Fill the name def of the class reference from a generic class
 void NamingManager.defineGenClassIdentifierNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.GenClassRef gcr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.GenClassMapping gcm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
          Fill the name def of the gen class identifier
 void NamingManager.defineGenClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.GenClassRef gcr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
          Fill the name def of the generic class reference from a class
 void NamingManager.getJormNamingConfig(org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoClass targetClass, org.objectweb.jorm.metainfo.api.MetaObject sourceMO, java.lang.String key, java.util.Properties result)
          computes the naming configuration information for a class or a reference.
 java.lang.String MIBuilderHelper.getNameDefFieldPrefix(org.objectweb.jorm.metainfo.api.Reference ref, boolean isIdentifier, boolean isInGenClass, SpeedoField sf)
           
 NamingManager NamingManagerFactoryItf.getNamingManager(SpeedoClass sc)
           
 boolean NamingManager.needInheritanceDiscriminator(SpeedoClass sc)
           
 

Uses of SpeedoException in org.objectweb.speedo.naming.lib
 

Methods in org.objectweb.speedo.naming.lib that throw SpeedoException
 void UserIdSingleNamingManager.defineClassIdentifierNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.Class jc, SpeedoClass sc, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb, java.util.Collection createdMOs)
           
 void UserIdCompositeNamingManager.defineClassIdentifierNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.Class jc, SpeedoClass sc, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb, java.util.Collection createdMOs)
           
 void RdbSequenceNamingManager.defineClassIdentifierNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.Class jc, SpeedoClass sc, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb, java.util.Collection createdMOs)
           
 void PolymorphIdNamingManager.defineClassIdentifierNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.Class jc, SpeedoClass sc, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb, java.util.Collection createdMOs)
           
 void CommonLongIdNamingManager.defineClassIdentifierNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.Class jc, SpeedoClass sc, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb, java.util.Collection createdMOs)
           
 void UserIdSingleNamingManager.defineClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.ClassRef cr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void UserIdCompositeNamingManager.defineClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.ClassRef cr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void RdbSequenceNamingManager.defineClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.ClassRef cr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void PolymorphIdNamingManager.defineClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.ClassRef cr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void CommonLongIdNamingManager.defineClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.ClassRef cr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void UserIdSingleNamingManager.defineClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.ClassRef cr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.GenClassMapping gcm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void UserIdCompositeNamingManager.defineClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.ClassRef cr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.GenClassMapping gcm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void RdbSequenceNamingManager.defineClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.ClassRef cr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.GenClassMapping gcm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void PolymorphIdNamingManager.defineClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.ClassRef cr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.GenClassMapping gcm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void CommonLongIdNamingManager.defineClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.ClassRef cr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.GenClassMapping gcm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void UserIdSingleNamingManager.defineGenClassIdentifierNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.GenClassRef gcr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.GenClassMapping gcm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void UserIdCompositeNamingManager.defineGenClassIdentifierNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.GenClassRef gcr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.GenClassMapping gcm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void RdbSequenceNamingManager.defineGenClassIdentifierNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.GenClassRef gcr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.GenClassMapping gcm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void PolymorphIdNamingManager.defineGenClassIdentifierNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.GenClassRef gcr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.GenClassMapping gcm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void CommonLongIdNamingManager.defineGenClassIdentifierNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.GenClassRef gcr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.GenClassMapping gcm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void UserIdSingleNamingManager.defineGenClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.GenClassRef gcr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void UserIdCompositeNamingManager.defineGenClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.GenClassRef gcr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void RdbSequenceNamingManager.defineGenClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.GenClassRef gcr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void PolymorphIdNamingManager.defineGenClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.GenClassRef gcr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void CommonLongIdNamingManager.defineGenClassReferenceNameDef(org.objectweb.jorm.metainfo.api.NameDef nd, org.objectweb.jorm.metainfo.api.GenClassRef gcr, SpeedoField sf, SpeedoClass currentClass, org.objectweb.jorm.metainfo.api.ClassMapping cm, MIBuilderHelper mibh, JormMIMappingBuilder mb)
           
 void UserIdSingleNamingManager.getJormNamingConfig(org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoClass targetClass, org.objectweb.jorm.metainfo.api.MetaObject sourceMO, java.lang.String key, java.util.Properties result)
          sud,coding type, pnc class name, class name
 void UserIdCompositeNamingManager.getJormNamingConfig(org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoClass targetClass, org.objectweb.jorm.metainfo.api.MetaObject sourceMO, java.lang.String key, java.util.Properties result)
          Build a property value compsed such as this pattern userid,binder_class_name,pnc_class_name,class_name
 void RdbSequenceNamingManager.getJormNamingConfig(org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoClass targetClass, org.objectweb.jorm.metainfo.api.MetaObject sourceMO, java.lang.String key, java.util.Properties result)
           
 NamingManager NamingManagerFactory.getNamingManager(SpeedoClass sc)
           
 boolean UserIdSingleNamingManager.needInheritanceDiscriminator(SpeedoClass sc)
           
 boolean UserIdCompositeNamingManager.needInheritanceDiscriminator(SpeedoClass sc)
           
 boolean PolymorphIdNamingManager.needInheritanceDiscriminator(SpeedoClass sc)
           
 boolean NamingManagerHelper.needInheritanceDiscriminator(SpeedoClass sc)
           
 boolean CommonLongIdNamingManager.needInheritanceDiscriminator(SpeedoClass sc)
           
 

Uses of SpeedoException in org.objectweb.speedo.query.api
 

Methods in org.objectweb.speedo.query.api that throw SpeedoException
 void CompiledQuery.compile()
          Compiles the query if it is not already done.
 java.lang.Object CompiledQuery.execute(java.util.Map parameters, POManagerItf pm, QueryDefinition qd)
           
 java.lang.Object CompiledQuery.execute(java.lang.Object[] parameters, POManagerItf pm, QueryDefinition qd)
          Executes the compiled query.
 

Uses of SpeedoException in org.objectweb.speedo.query.ejb
 

Methods in org.objectweb.speedo.query.ejb that throw SpeedoException
 void EJBCompiledQuery.compile()
           
 java.lang.Object EJBCompiledQuery.execute(java.util.Map parameters, POManagerItf pm, QueryDefinition qd)
           
 java.lang.Object EJBCompiledQuery.execute(java.lang.Object[] parameters, POManagerItf pm, QueryDefinition qd)
           
 

Uses of SpeedoException in org.objectweb.speedo.query.ejb.parser
 

Constructors in org.objectweb.speedo.query.ejb.parser that throw SpeedoException
EJBQLVariableVisitor(SimpleNode ejbql)
           
 

Uses of SpeedoException in org.objectweb.speedo.query.jdo
 

Methods in org.objectweb.speedo.query.jdo that throw SpeedoException
 void JDOCompiledDeleteQuery.compile()
           
 void JDOCompiledSelectQuery.compile()
          compile the current SpeedoCompiledQuery.
 java.lang.Object JDOAbstractCompiledQuery.execute(java.util.Map m, POManagerItf pm, QueryDefinition userqd)
          evaluate the query with a single parameter which is a Map of object parameters.
 java.lang.Object JDOAbstractCompiledQuery.execute(java.lang.Object[] a, POManagerItf pm, QueryDefinition userqd)
          evaluate the query with a single parameter which is a array of object parameters.
protected  java.lang.Object JDOCompiledDeleteQuery.executeQT(JDOPOManagerItf pm, org.objectweb.medor.expression.api.ParameterOperand[] pos, QueryDefinition userqd)
          executes a the current delete query, and returns a Long object corresponding to the number of delete instances
protected abstract  java.lang.Object JDOAbstractCompiledQuery.executeQT(JDOPOManagerItf pm, org.objectweb.medor.expression.api.ParameterOperand[] pos, QueryDefinition userqd)
           
protected  java.lang.Object JDOCompiledSelectQuery.executeQT(JDOPOManagerItf pm, org.objectweb.medor.expression.api.ParameterOperand[] pos, QueryDefinition userqd)
          executes a the current query, and returns a Collection of object.
 java.lang.Object JDOQueryResultUnique.getResult()
           
protected  void JDOAbstractCompiledQuery.treatParameter(org.objectweb.medor.expression.api.ParameterOperand po, java.lang.Object value)
           
 

Constructors in org.objectweb.speedo.query.jdo that throw SpeedoException
JDOQueryResultCommon(TupleCollection _tc, PersistenceManager _pm, java.lang.Object[] _conns, java.lang.Class _resultClazz, java.lang.Class[] _selectedFieldTypes, boolean staticFirstElementIndex, boolean returnIdentifierOnly, org.objectweb.util.monolog.api.Logger _logger)
          Builds a QueryResultList.
JDOQueryResultList(TupleCollection _tc, PersistenceManager _pm, java.lang.Object[] _conns, java.lang.Class _resultClazz, java.lang.Class[] _selectedFieldTypes, boolean staticFirstElementIndex, boolean returnIdentifierOnly, org.objectweb.util.monolog.api.Logger _logger)
          Builds a QueryResultList.
JDOQueryResultUnique(TupleCollection _tc, PersistenceManager _pm, java.lang.Object[] _conns, java.lang.Class _resultClazz, java.lang.Class[] _selectedFieldTypes, boolean staticFirstElementIndex, boolean returnIdentifierOnly, org.objectweb.util.monolog.api.Logger _logger)
          Builds a QueryResultList.
 

Uses of SpeedoException in org.objectweb.speedo.query.jdo.parser
 

Methods in org.objectweb.speedo.query.jdo.parser that throw SpeedoException
 QueryTreeField SpeedoQLVariableVisitor.getField(java.lang.String path)
           
 void SpeedoQLQueryFilterVisitor.startVisiting()
          the visit starts here, please before sets a list of variables.
 java.util.Map SpeedoQLVariableVisitor.startVisiting()
          The visit of the tree starts here.
 void SelectGroupByVisitor.visit(JDOQueryDefinitionImpl qd)
          Visit the select and Groupby clause
 

Constructors in org.objectweb.speedo.query.jdo.parser that throw SpeedoException
SpeedoQLQueryFilterVisitor(java.util.Map _fields, SelectProject _root, ASTSpeedoQL speedoql, org.objectweb.util.monolog.api.Logger logger, java.util.Map hparam, java.util.Map vparam, java.lang.Class clazz, org.objectweb.medor.query.jorm.lib.QueryBuilder _qb, JormFactory jf)
           
SpeedoQLVariableVisitor(SimpleNode speedoql, org.objectweb.jorm.metainfo.api.Manager jmim, org.objectweb.util.monolog.api.Logger logger, java.util.Map hparam, java.util.Map hvar, java.util.List orders, java.lang.String classname, boolean includeSubClasses)
           
 

Uses of SpeedoException in org.objectweb.speedo.query.lib
 

Methods in org.objectweb.speedo.query.lib that throw SpeedoException
protected  void AbstractCompiledQuery.assignMapper(QueryTree qt)
          Assign mappers and project and project name on the JormExtent nodes include in a QueryTree.
protected  QueryTreeField SpeedoQueryHelper.define(org.objectweb.medor.query.jorm.lib.QueryBuilder theqb, java.lang.String id, java.lang.String alias)
           
protected  org.objectweb.medor.query.jorm.lib.PNameField SpeedoQueryHelper.extent(java.lang.String classname, java.lang.String alias)