|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
---|
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 |
---|
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 |
---|
Uses of SpeedoException in org.objectweb.speedo.naming.lib |
---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |